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

25 lines
583 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.13 2019/04/28 20:51:32 sthen Exp $
COMMENT= add support for i18n, documentation and icons to distutils
MODPY_EGG_VERSION= 2.38
DISTNAME= python-distutils-extra-${MODPY_EGG_VERSION}
PKGNAME= py-distutils-extra-${MODPY_EGG_VERSION}
REVISION= 3
CATEGORIES= devel
HOMEPAGE= https://launchpad.net/python-distutils-extra/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://launchpad.net/python-distutils-extra/trunk/${MODPY_EGG_VERSION}/+download/
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>