openbsd-ports/devel/py-installer/Makefile

27 lines
436 B
Makefile

COMMENT = low-level library to install Python wheel distributions
MODPY_EGG_VERSION = 0.5.1
DISTNAME = installer-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
HOMEPAGE = https://installer.readthedocs.io/en/stable/
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYTEST = Yes
FLAVOR = python3
FLAVORS = python3
# This port must have no/minimal deps.
.include <bsd.port.mk>