Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 11:30:03 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554385 - in head/devel: . py-ipympl
Message-ID:  <202011071130.0A7BU3t9088262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sat Nov  7 11:30:03 2020
New Revision: 554385
URL: https://svnweb.freebsd.org/changeset/ports/554385

Log:
  Add new port devel/py-ipympl:
  
  Jupyter extension which enables interactive functionality of Matplotlib in
  Jupyter Notebook and Lab.
  
  WWW: https://github.com/matplotlib/ipympl

Added:
  head/devel/py-ipympl/
  head/devel/py-ipympl/Makefile   (contents, props changed)
  head/devel/py-ipympl/distinfo   (contents, props changed)
  head/devel/py-ipympl/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov  7 10:38:27 2020	(r554384)
+++ head/devel/Makefile	Sat Nov  7 11:30:03 2020	(r554385)
@@ -4512,6 +4512,7 @@
     SUBDIR += py-ipaddr
     SUBDIR += py-ipdb
     SUBDIR += py-ipykernel5
+    SUBDIR += py-ipympl
     SUBDIR += py-ipyparallel
     SUBDIR += py-ipython_genutils
     SUBDIR += py-ipywidgets

Added: head/devel/py-ipympl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipympl/Makefile	Sat Nov  7 11:30:03 2020	(r554385)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	ipympl
+DISTVERSION=	0.5.8
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	makc@FreeBSD.org
+COMMENT=	Matplotlib Jupyter extension
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipykernel5>=4.7:devel/py-ipykernel5@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ipywidgets>7.5.0:devel/py-ipywidgets@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}matplotlib>2.0.0:math/py-matplotlib@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-ipympl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipympl/distinfo	Sat Nov  7 11:30:03 2020	(r554385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604703352
+SHA256 (ipympl-0.5.8.tar.gz) = 0e2f2e540a2dfea61524b7993fc8552c9236b1aaa3826e1f382c75cb2fa5c382
+SIZE (ipympl-0.5.8.tar.gz) = 1966162

Added: head/devel/py-ipympl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-ipympl/pkg-descr	Sat Nov  7 11:30:03 2020	(r554385)
@@ -0,0 +1,4 @@
+Jupyter extension which enables interactive functionality of Matplotlib in
+Jupyter Notebook and Lab.
+
+WWW: https://github.com/matplotlib/ipympl



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