pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics py-matplotlib-inline: added version 0.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3158f2c6894a
branches:  trunk
changeset: 372427:3158f2c6894a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 24 18:35:27 2022 +0000

description:
py-matplotlib-inline: added version 0.1.3

Matplotlib inline back-end for IPython and Jupyter.

diffstat:

 graphics/Makefile                      |   3 ++-
 graphics/py-matplotlib-inline/DESCR    |   1 +
 graphics/py-matplotlib-inline/Makefile |  20 ++++++++++++++++++++
 graphics/py-matplotlib-inline/PLIST    |  15 +++++++++++++++
 graphics/py-matplotlib-inline/distinfo |   5 +++++
 5 files changed, 43 insertions(+), 1 deletions(-)

diffs (74 lines):

diff -r 8addd970fe69 -r 3158f2c6894a graphics/Makefile
--- a/graphics/Makefile Mon Jan 24 18:24:47 2022 +0000
+++ b/graphics/Makefile Mon Jan 24 18:35:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.956 2021/12/11 09:59:02 tsutsui Exp $
+# $NetBSD: Makefile,v 1.957 2022/01/24 18:35:27 adam Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -507,6 +507,7 @@
 SUBDIR+=       py-imaging
 SUBDIR+=       py-leather
 SUBDIR+=       py-matplotlib
+SUBDIR+=       py-matplotlib-inline
 SUBDIR+=       py-matplotlib-venn
 SUBDIR+=       py-mcomix
 SUBDIR+=       py-nwdiag
diff -r 8addd970fe69 -r 3158f2c6894a graphics/py-matplotlib-inline/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-inline/DESCR       Mon Jan 24 18:35:27 2022 +0000
@@ -0,0 +1,1 @@
+Matplotlib inline back-end for IPython and Jupyter.
diff -r 8addd970fe69 -r 3158f2c6894a graphics/py-matplotlib-inline/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-inline/Makefile    Mon Jan 24 18:35:27 2022 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/01/24 18:35:27 adam Exp $
+
+DISTNAME=      matplotlib-inline-0.1.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/matplotlib-inline/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ipython/matplotlib-inline
+COMMENT=       Inline Matplotlib backend for Jupyter
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>0:../../devel/py-traitlets
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8addd970fe69 -r 3158f2c6894a graphics/py-matplotlib-inline/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-inline/PLIST       Mon Jan 24 18:35:27 2022 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/24 18:35:27 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/matplotlib_inline/__init__.py
+${PYSITELIB}/matplotlib_inline/__init__.pyc
+${PYSITELIB}/matplotlib_inline/__init__.pyo
+${PYSITELIB}/matplotlib_inline/backend_inline.py
+${PYSITELIB}/matplotlib_inline/backend_inline.pyc
+${PYSITELIB}/matplotlib_inline/backend_inline.pyo
+${PYSITELIB}/matplotlib_inline/config.py
+${PYSITELIB}/matplotlib_inline/config.pyc
+${PYSITELIB}/matplotlib_inline/config.pyo
diff -r 8addd970fe69 -r 3158f2c6894a graphics/py-matplotlib-inline/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib-inline/distinfo    Mon Jan 24 18:35:27 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/24 18:35:27 adam Exp $
+
+BLAKE2s (matplotlib-inline-0.1.3.tar.gz) = ffde770bf7d7b7c5cb37787b17ae105ab1125f7207b3e934fd8f46f025fd98f1
+SHA512 (matplotlib-inline-0.1.3.tar.gz) = 536d1f1fb4bd40d9442b31005092c34df98f09ce6564577bf27778692a505faaeed7850e3359e3ae6a9a9d6ee3873d33c3e4d73f3138954b3deda1bd3aabf85c
+Size (matplotlib-inline-0.1.3.tar.gz) = 7448 bytes



Home | Main Index | Thread Index | Old Index