Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 22:12:53 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3da92711c1d6 - main - Add math/py-matplotlib-inline
Message-ID:  <202105012212.141MCrDG069547@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3da92711c1d69e04d3fce175078d46acf1c88279

commit 3da92711c1d69e04d3fce175078d46acf1c88279
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-05-01 22:07:51 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-05-01 22:12:32 +0000

    Add math/py-matplotlib-inline
    
    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/
---
 math/Makefile                       |  1 +
 math/py-matplotlib-inline/Makefile  | 20 ++++++++++++++++++++
 math/py-matplotlib-inline/distinfo  |  3 +++
 math/py-matplotlib-inline/pkg-descr |  6 ++++++
 4 files changed, 30 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 5d641626803a..95d7988378e9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
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>
diff --git a/math/py-matplotlib-inline/distinfo b/math/py-matplotlib-inline/distinfo
new file mode 100644
index 000000000000..e9e4963413c2
--- /dev/null
+++ b/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
diff --git a/math/py-matplotlib-inline/pkg-descr b/math/py-matplotlib-inline/pkg-descr
new file mode 100644
index 000000000000..64d37947fba5
--- /dev/null
+++ b/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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105012212.141MCrDG069547>