26 lines
477 B
Makefile
26 lines
477 B
Makefile
|
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>
|