COMMENT =	low-level library to install Python wheel distributions

MODPY_EGG_VERSION =	0.5.1

DISTNAME =	installer-${MODPY_EGG_VERSION}
PKGNAME =	py-${DISTNAME}

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>
