pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 24 18:35:27 UTC 2022
Modified Files:
pkgsrc/graphics: Makefile
Added Files:
pkgsrc/graphics/py-matplotlib-inline: DESCR Makefile PLIST distinfo
Log Message:
py-matplotlib-inline: added version 0.1.3
Matplotlib inline back-end for IPython and Jupyter.
To generate a diff of this commit:
cvs rdiff -u -r1.956 -r1.957 pkgsrc/graphics/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-matplotlib-inline/DESCR \
pkgsrc/graphics/py-matplotlib-inline/Makefile \
pkgsrc/graphics/py-matplotlib-inline/PLIST \
pkgsrc/graphics/py-matplotlib-inline/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Makefile
diff -u pkgsrc/graphics/Makefile:1.956 pkgsrc/graphics/Makefile:1.957
--- pkgsrc/graphics/Makefile:1.956 Sat Dec 11 09:59:02 2021
+++ pkgsrc/graphics/Makefile Mon Jan 24 18:35:27 2022
@@ -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-imagesize
SUBDIR+= py-imaging
SUBDIR+= py-leather
SUBDIR+= py-matplotlib
+SUBDIR+= py-matplotlib-inline
SUBDIR+= py-matplotlib-venn
SUBDIR+= py-mcomix
SUBDIR+= py-nwdiag
Added files:
Index: pkgsrc/graphics/py-matplotlib-inline/DESCR
diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/DESCR:1.1
--- /dev/null Mon Jan 24 18:35:27 2022
+++ pkgsrc/graphics/py-matplotlib-inline/DESCR Mon Jan 24 18:35:27 2022
@@ -0,0 +1 @@
+Matplotlib inline back-end for IPython and Jupyter.
Index: pkgsrc/graphics/py-matplotlib-inline/Makefile
diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/Makefile:1.1
--- /dev/null Mon Jan 24 18:35:27 2022
+++ pkgsrc/graphics/py-matplotlib-inline/Makefile Mon Jan 24 18:35:27 2022
@@ -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"
Index: pkgsrc/graphics/py-matplotlib-inline/PLIST
diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/PLIST:1.1
--- /dev/null Mon Jan 24 18:35:27 2022
+++ pkgsrc/graphics/py-matplotlib-inline/PLIST Mon Jan 24 18:35:27 2022
@@ -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
Index: pkgsrc/graphics/py-matplotlib-inline/distinfo
diff -u /dev/null pkgsrc/graphics/py-matplotlib-inline/distinfo:1.1
--- /dev/null Mon Jan 24 18:35:27 2022
+++ pkgsrc/graphics/py-matplotlib-inline/distinfo Mon Jan 24 18:35:27 2022
@@ -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