sthen d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00

26 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.5 2019/04/28 20:51:29 sthen Exp $
COMMENT = namespace control and lazy-import mechanism for Python
DISTNAME = apipkg-${MODPY_EGG_VERSION}
MODPY_EGG_VERSION = 1.4
MODPY_PI = Yes
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = devel
HOMEPAGE = https://bitbucket.org/hpk42/apipkg
# MIT
PERMIT_PACKAGE_CDROM = Yes
FLAVORS = python3
FLAVOR ?=
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
.include <bsd.port.mk>