ports/graphics/py-matplotlib-inline/Makefile

26 lines
477 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = inline matplotlib backend for jupyter
MODPY_EGG_VERSION = 0.1.6
DISTNAME = matplotlib-inline-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
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${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>