2022-11-14 17:33:35 +00:00

27 lines
491 B
Makefile

COMMENT = inline matplotlib backend for jupyter
MODPY_EGG_VERSION = 0.1.2
DISTNAME = matplotlib-inline-${MODPY_EGG_VERSION}
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${MODPY_FLAVOR}
FLAVORS = python3
FLAVOR = python3
NO_TEST = Yes
.include <bsd.port.mk>