py-setuptools. Also change the lang/python module to use the new devel/py2-setuptools for python2 ports ok sthen@
31 lines
517 B
Makefile
31 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.26 2021/05/21 19:50:29 kmos Exp $
|
|
|
|
COMMENT = Python 2 and 3 compatibility library
|
|
|
|
MODPY_EGG_VERSION = 1.15.0
|
|
DISTNAME = six-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-six-${MODPY_EGG_VERSION}
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://github.com/benjaminp/six
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODPY_PI = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
MODPY_SETUPTOOLS = Yes
|
|
MODPY_PYTEST = Yes
|
|
MODPY_PYTEST_ARGS = -v
|
|
|
|
TEST_DEPENDS = devel/py-py${MODPY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|