ports/devel/py-pbr/Makefile

26 lines
510 B
Makefile

COMMENT= manage setuptools packaging needs in a consistent manner
MODPY_EGG_VERSION= 6.0.0
DISTNAME= pbr-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
REVISION= 0
# https://github.com/openstack-dev/pbr
HOMEPAGE= https://docs.openstack.org/pbr/latest/
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
# needs unported deps, at least: testscenarios, testresources, stestr
NO_TEST= Yes
.include <bsd.port.mk>