import ports/devel/py-jaraco-collections, ok bket
Models and classes to supplement the stdlib 'collections' module.
This commit is contained in:
parent
e4401f2e87
commit
8ee1174f37
25
devel/py-jaraco-collections/Makefile
Normal file
25
devel/py-jaraco-collections/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
COMMENT= models and classes to supplement stdlib 'collections' module
|
||||
|
||||
MODPY_EGG_VERSION= 3.8.0
|
||||
DISTNAME= jaraco.collections-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# https://github.com/jaraco/jaraco.collections
|
||||
HOMEPAGE= https://jaracocollections.readthedocs.io/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
MODPY_PI= Yes
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
RUN_DEPENDS= textproc/py-jaraco-text${MODPY_FLAVOR} \
|
||||
devel/py-jaraco-classes${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-jaraco-collections/distinfo
Normal file
2
devel/py-jaraco-collections/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (jaraco.collections-3.8.0.tar.gz) = VjBP1L1OuNWFzgys4KyAQYeRsUCFHjdIElQbCqJ8kdA=
|
||||
SIZE (jaraco.collections-3.8.0.tar.gz) = 17021
|
1
devel/py-jaraco-collections/pkg/DESCR
Normal file
1
devel/py-jaraco-collections/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Models and classes to supplement the stdlib 'collections' module.
|
9
devel/py-jaraco-collections/pkg/PLIST
Normal file
9
devel/py-jaraco-collections/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/LICENSE
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco.collections-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/${MODPY_PYCACHE}collections.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/${MODPY_PYCACHE}collections.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jaraco/collections.py
|
Loading…
x
Reference in New Issue
Block a user