aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-matplotlib-inline/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib-inline/Makefile')
-rw-r--r--math/py-matplotlib-inline/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/py-matplotlib-inline/Makefile b/math/py-matplotlib-inline/Makefile
new file mode 100644
index 000000000000..bbf4323ff28c
--- /dev/null
+++ b/math/py-matplotlib-inline/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= matplotlib-inline
+DISTVERSION= 0.1.2
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dbaio@FreeBSD.org
+COMMENT= Matplotlib Inline Back-end for IPython and Jupyter
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>0:devel/py-traitlets@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>