openbsd-ports/graphics/py-cycler/Makefile
2022-11-14 17:33:35 +00:00

23 lines
392 B
Makefile

COMMENT = composable style cycles
MODPY_EGG_VERSION = 0.11.0
DISTNAME = cycler-${MODPY_EGG_VERSION}
PKGNAME = py-cycler-${MODPY_EGG_VERSION}
CATEGORIES = graphics
REVISION = 1
HOMEPAGE = https://github.com/matplotlib/cycler
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVORS = python3
FLAVOR = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>