kmos 2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00

29 lines
505 B
Makefile

# $OpenBSD: Makefile,v 1.7 2021/05/21 19:50:37 kmos Exp $
COMMENT = VCR imitation for python-requests
MODPY_EGG_VERSION = 0.8.1
DISTNAME = betamax-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME:L}
REVISION = 2
CATEGORIES = www devel
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR}
TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR}
.include <bsd.port.mk>