ports/devel/py-sortedcontainers/Makefile

28 lines
553 B
Makefile
Raw Normal View History

COMMENT= Python Sorted Container Types
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION= 2.4.0
REVISION= 4
DISTNAME= sortedcontainers-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
2023-08-16 22:26:55 +00:00
# https://github.com/grantjenks/python-sortedcontainers
HOMEPAGE= https://www.grantjenks.com/docs/sortedcontainers/
2023-08-16 22:26:55 +00:00
# Apache v2
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
MODULES= lang/python
MODPY_PI= Yes
2023-08-16 22:26:55 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
MODPY_PYBUILD= setuptools
2023-08-16 22:26:55 +00:00
# PyPI tarball doesn't currently include tests
# https://github.com/grantjenks/python-sortedcontainers/pull/130
.include <bsd.port.mk>