Skip to content

Commit

Permalink
Add math/py-matplotlib-inline
Browse files Browse the repository at this point in the history
Matplotlib Inline Back-end for IPython and Jupyter.

Matplotlib is a comprehensive library for creating static, animated, and
interactive visualizations in Python.

WWW: https://pypi.org/project/matplotlib-inline/
  • Loading branch information
dbaio committed May 1, 2021
1 parent 3de8c62 commit 3da9271
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions math/Makefile
Expand Up @@ -807,6 +807,7 @@
SUBDIR += py-mathics
SUBDIR += py-mathics-scanner
SUBDIR += py-matplotlib
SUBDIR += py-matplotlib-inline
SUBDIR += py-matplotlib-scalebar
SUBDIR += py-matplotlib2
SUBDIR += py-mip
Expand Down
20 changes: 20 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions math/py-matplotlib-inline/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1619904375
SHA256 (matplotlib-inline-0.1.2.tar.gz) = f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e
SIZE (matplotlib-inline-0.1.2.tar.gz) = 7480
6 changes: 6 additions & 0 deletions math/py-matplotlib-inline/pkg-descr
@@ -0,0 +1,6 @@
Matplotlib Inline Back-end for IPython and Jupyter.

Matplotlib is a comprehensive library for creating static, animated, and
interactive visualizations in Python.

WWW: https://pypi.org/project/matplotlib-inline/

0 comments on commit 3da9271

Please sign in to comment.