SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/py-simplegeneric/Makefile
Normal file
24
devel/py-simplegeneric/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT = simple generic functions
|
||||
|
||||
MODPY_EGG_VERSION = 0.8.1
|
||||
DISTNAME = simplegeneric-${MODPY_EGG_VERSION}
|
||||
EXTRACT_SUFX = .zip
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 10
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# ZPL 2.1
|
||||
# If we patch anything, we must include:
|
||||
# "prominent notices stating that you changed the files and
|
||||
# the date of any change."
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-simplegeneric/distinfo
Normal file
2
devel/py-simplegeneric/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (simplegeneric-0.8.1.zip) = 3JcuBglLmvW4VbPfSmRjleQ9HJ0NOe00W3OTVg0LkXM=
|
||||
SIZE (simplegeneric-0.8.1.zip) = 12663
|
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