Files
ports/graphics/py-matplotlib-inline/Makefile
T
2025-04-29 10:38:35 +00:00

24 lines
426 B
Makefile

COMMENT = inline matplotlib backend for jupyter
MODPY_DISTV = 0.1.6
DISTNAME = matplotlib-inline-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 2
CATEGORIES = graphics math
HOMEPAGE = https://github.com/martinRenou/matplotlib-inline
# BSD 3-Clause
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = devel/py-traitlets
NO_TEST = Yes
.include <bsd.port.mk>