openbsd-ports/devel/py-zopecomponent/Makefile
2022-11-13 20:31:00 +00:00

27 lines
476 B
Makefile

COMMENT= component architecture from Zope
MODPY_EGG_VERSION= 4.2.2
DISTNAME= zope.component-${MODPY_EGG_VERSION}
PKGNAME= py-zopecomponent-${MODPY_EGG_VERSION}
CATEGORIES= devel
REVISION= 8
# Zope Public License
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= devel/py-zopeinterface${MODPY_FLAVOR} \
devel/py-zopeevent${MODPY_FLAVOR}
# too many deps
NO_TEST= Yes
.include <bsd.port.mk>