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

25 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.8 2021/05/21 19:50:27 kmos Exp $
COMMENT = utility for gitignore style pattern matching of file paths
MODPY_EGG_VERSION = 0.8.1
DISTNAME = pathspec-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
# Mozilla Public License v2
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
MODPY_PYTEST_ARGS = pathspec/
FLAVORS = python3
FLAVOR ?=
.include <bsd.port.mk>