openbsd-ports/graphics/py-pygal/Makefile
semarie f3dc6b54f5 graphics/py-pygal: update to 3.0.0
remove RCSTag while here
2022-03-10 15:30:00 +00:00

38 lines
806 B
Makefile

COMMENT = python svg graph plotting library
MODPY_EGG_VERSION = 3.0.0
DISTNAME = pygal-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = graphics
MAINTAINER = Sebastien Marie <semarie@online.fr>
# LGPLv3+
PERMIT_PACKAGE= Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS += devel/py-test-runner${MODPY_FLAVOR}
RUN_DEPENDS += textproc/py-lxml${MODPY_FLAVOR}
TEST_DEPENDS += www/py-flask${MODPY_FLAVOR} \
textproc/py-lxml${MODPY_FLAVOR} \
devel/py-test-runner${MODPY_FLAVOR} \
devel/py-test-cov${MODPY_FLAVOR}
# missing TEST_DEPENDS:
# pyquery cairosvg
# pygal_maps_world pygal_maps_fr pygal_maps_ch
# coveralls (devel/py-coveralls is py2 only)
# pytest-flake8 pytest-isort
NO_TEST = Yes
.include <bsd.port.mk>