sthen 90b405ebad py3-only for py-twisted, a handful of ports that are used as
dependencies of twisted (and deps of deps, and maybe another odd one
crept in).
2021-02-16 23:02:06 +00:00

25 lines
420 B
Makefile

# $OpenBSD: Makefile,v 1.10 2021/02/16 23:02:07 sthen Exp $
COMMENT= very basic event publishing system from Zope
MODPY_EGG_VERSION= 4.3.0
DISTNAME= zope.event-${MODPY_EGG_VERSION}
PKGNAME= py-zopeevent-${MODPY_EGG_VERSION}
CATEGORIES= devel
REVISION= 2
# Zope Public License
PERMIT_PACKAGE= Yes
MODPY_PI = Yes
MODULES= lang/python
FLAVORS= python3
FLAVOR= python3
MODPY_SETUPTOOLS= Yes
.include <bsd.port.mk>