ports/devel/py-apipkg/Makefile

23 lines
379 B
Makefile
Raw Normal View History

2023-09-20 18:59:05 +00:00
COMMENT= namespace control and lazy-import mechanism for Python
2023-08-16 22:26:55 +00:00
2023-09-20 18:59:05 +00:00
DISTNAME= apipkg-${MODPY_EGG_VERSION}
MODPY_EGG_VERSION= 3.0.2
MODPY_PI= Yes
PKGNAME= py-${DISTNAME}
2023-08-16 22:26:55 +00:00
2023-09-20 18:59:05 +00:00
CATEGORIES= devel
2023-08-16 22:26:55 +00:00
2023-09-20 18:59:05 +00:00
HOMEPAGE= https://github.com/pytest-dev/apipkg
2023-08-16 22:26:55 +00:00
# MIT
2023-09-20 18:59:05 +00:00
PERMIT_PACKAGE= Yes
2023-08-16 22:26:55 +00:00
2023-09-20 18:59:05 +00:00
FLAVORS= python3
FLAVOR= python3
2023-08-16 22:26:55 +00:00
2023-09-20 18:59:05 +00:00
MODULES= lang/python
MODPY_PYBUILD= hatch-vcs
NO_TEST= Yes
2023-08-16 22:26:55 +00:00
.include <bsd.port.mk>