SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/py-simplegeneric/pkg/DESCR
Normal file
6
devel/py-simplegeneric/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
The simplegeneric module lets you define simple single-dispatch generic
|
||||
functions, akin to Python's built-in generic functions like len(),
|
||||
iter() and so on. However, instead of using specially-named methods,
|
||||
these generic functions use simple lookup tables, akin to those used by
|
||||
e.g. pickle.dump() and other generic functions found in the Python
|
||||
standard library.
|
10
devel/py-simplegeneric/pkg/PLIST
Normal file
10
devel/py-simplegeneric/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@pkgpath devel/py-simplegeneric
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}simplegeneric.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}simplegeneric.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/simplegeneric.py
|
Loading…
Add table
Add a link
Reference in a new issue