openbsd-ports/math/py-graphviz/Makefile
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

31 lines
567 B
Makefile

# $OpenBSD: Makefile,v 1.15 2021/05/21 19:50:32 kmos Exp $
COMMENT = simple Python interface for Graphviz
MODPY_EGG_VERSION = 0.14.1
DISTNAME = graphviz-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = math
# MIT
PERMIT_PACKAGE = Yes
EXTRACT_SUFX = .zip
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYTEST = Yes
FLAVORS = python3
FLAVOR ?=
TEST_DEPENDS = devel/py-mock${MODPY_FLAVOR} \
devel/py-test-cov${MODPY_FLAVOR} \
devel/py-test-mock${MODPY_FLAVOR} \
math/graphviz
.include <bsd.port.mk>