ports/devel/py-jaraco-collections/Makefile

27 lines
549 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= models and classes to supplement stdlib 'collections' module
MODPY_EGG_VERSION= 3.8.0
DISTNAME= jaraco.collections-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 0
2023-08-16 22:26:55 +00:00
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>