SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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
View 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