24 lines
413 B
Makefile
24 lines
413 B
Makefile
|
COMMENT = namespace control and lazy-import mechanism for Python
|
||
|
|
||
|
DISTNAME = apipkg-${MODPY_EGG_VERSION}
|
||
|
MODPY_EGG_VERSION = 3.0.1
|
||
|
MODPY_PI = Yes
|
||
|
PKGNAME = py-${DISTNAME}
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
HOMEPAGE = https://github.com/pytest-dev/apipkg
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
FLAVORS = python3
|
||
|
FLAVOR = python3
|
||
|
|
||
|
MODULES = lang/python
|
||
|
MODPY_PYBUILD = hatch-vcs
|
||
|
NO_TEST = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|