SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/py-enum34/pkg/DESCR
Normal file
5
devel/py-enum34/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4.
|
||||
|
||||
An enumeration is a set of symbolic names (members) bound to unique,
|
||||
constant values. Within an enumeration, the members can be compared by
|
||||
identity, and the enumeration itself can be iterated over.
|
10
devel/py-enum34/pkg/PLIST
Normal file
10
devel/py-enum34/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/enum/
|
||||
lib/python${MODPY_VERSION}/site-packages/enum/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/enum/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/enum/test.py
|
||||
lib/python${MODPY_VERSION}/site-packages/enum/test.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/enum34-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
|
||||
share/doc/${MODPY_PY_PREFIX}enum34/
|
||||
share/doc/${MODPY_PY_PREFIX}enum34/LICENSE
|
||||
share/doc/${MODPY_PY_PREFIX}enum34/README
|
||||
share/doc/${MODPY_PY_PREFIX}enum34/enum.rst
|
Loading…
Add table
Add a link
Reference in a new issue