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: Fri Dec 22 12:21:54 UTC 2017
Modified Files:
pkgsrc/graphics/py-matplotlib: Makefile.common PLIST distinfo
pkgsrc/graphics/py-matplotlib-gtk2: Makefile
Log Message:
py-matplotlib: updated to 2.1.1
2.1.1:
Bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-matplotlib/Makefile.common
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/py-matplotlib/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/py-matplotlib/distinfo
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/py-matplotlib-gtk2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-matplotlib/Makefile.common
diff -u pkgsrc/graphics/py-matplotlib/Makefile.common:1.2 pkgsrc/graphics/py-matplotlib/Makefile.common:1.3
--- pkgsrc/graphics/py-matplotlib/Makefile.common:1.2 Fri Oct 13 09:50:35 2017
+++ pkgsrc/graphics/py-matplotlib/Makefile.common Fri Dec 22 12:21:54 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.2 2017/10/13 09:50:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.3 2017/12/22 12:21:54 adam Exp $
# used by graphics/py-matplotlib/Makefile
# used by graphics/py-matplotlib-gtk2/Makefile
# used by graphics/py-matplotlib-tk/Makefile
-DISTNAME= matplotlib-2.1.0
+DISTNAME= matplotlib-2.1.1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/}
Index: pkgsrc/graphics/py-matplotlib/PLIST
diff -u pkgsrc/graphics/py-matplotlib/PLIST:1.21 pkgsrc/graphics/py-matplotlib/PLIST:1.22
--- pkgsrc/graphics/py-matplotlib/PLIST:1.21 Fri Oct 13 09:50:35 2017
+++ pkgsrc/graphics/py-matplotlib/PLIST Fri Dec 22 12:21:54 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2017/10/13 09:50:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.22 2017/12/22 12:21:54 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -193,9 +193,9 @@ ${PYSITELIB}/matplotlib/backends/web_bac
${PYSITELIB}/matplotlib/backends/web_backend/jquery/css/themes/base/jquery-ui.min.css
${PYSITELIB}/matplotlib/backends/web_backend/jquery/js/jquery-1.11.3.min.js
${PYSITELIB}/matplotlib/backends/web_backend/jquery/js/jquery-ui.min.js
-${PYSITELIB}/matplotlib/backends/web_backend/mpl.js
-${PYSITELIB}/matplotlib/backends/web_backend/mpl_tornado.js
-${PYSITELIB}/matplotlib/backends/web_backend/nbagg_mpl.js
+${PYSITELIB}/matplotlib/backends/web_backend/js/mpl.js
+${PYSITELIB}/matplotlib/backends/web_backend/js/mpl_tornado.js
+${PYSITELIB}/matplotlib/backends/web_backend/js/nbagg_mpl.js
${PYSITELIB}/matplotlib/backends/web_backend/nbagg_uat.ipynb
${PYSITELIB}/matplotlib/backends/web_backend/single_figure.html
${PYSITELIB}/matplotlib/backends/windowing.py
Index: pkgsrc/graphics/py-matplotlib/distinfo
diff -u pkgsrc/graphics/py-matplotlib/distinfo:1.27 pkgsrc/graphics/py-matplotlib/distinfo:1.28
--- pkgsrc/graphics/py-matplotlib/distinfo:1.27 Fri Oct 13 09:50:35 2017
+++ pkgsrc/graphics/py-matplotlib/distinfo Fri Dec 22 12:21:54 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.27 2017/10/13 09:50:35 adam Exp $
+$NetBSD: distinfo,v 1.28 2017/12/22 12:21:54 adam Exp $
-SHA1 (matplotlib-2.1.0.tar.gz) = 1d8b46314ae8417837b0f808ff6c99519e97eab5
-RMD160 (matplotlib-2.1.0.tar.gz) = 771a5ab3e9104cd67148fde667aaeece4a069072
-SHA512 (matplotlib-2.1.0.tar.gz) = 8f512400f1f15d5400e23dd8e402783c54f62567d412863530a982c6513206d49fb91fadb3ef477648a4a38d6dd032eb90741ff4495d2be71911f83677d768b4
-Size (matplotlib-2.1.0.tar.gz) = 35727251 bytes
+SHA1 (matplotlib-2.1.1.tar.gz) = 948777ef3387cc8cc3454d77342c015c303d3df8
+RMD160 (matplotlib-2.1.1.tar.gz) = 6d12812253728ac462b7519bbf2a8d531604a288
+SHA512 (matplotlib-2.1.1.tar.gz) = ccfb7d9496cb8e160a22adfae7ec6edf56bf65d24d38d9a24767b8f10074a006509e789f8b270da0cedee77ed4a98642a29d2d351c520e029d4680ce6ea713cf
+Size (matplotlib-2.1.1.tar.gz) = 36121490 bytes
SHA1 (patch-setup.py) = 0088019e1296d245021fb592915226618d91495d
SHA1 (patch-src___macosx.m) = 5b46ec15d2f66ae1ee489b6714c2731dd476d50c
Index: pkgsrc/graphics/py-matplotlib-gtk2/Makefile
diff -u pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.60 pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.61
--- pkgsrc/graphics/py-matplotlib-gtk2/Makefile:1.60 Mon May 29 20:59:21 2017
+++ pkgsrc/graphics/py-matplotlib-gtk2/Makefile Fri Dec 22 12:21:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2017/05/29 20:59:21 adam Exp $
+# $NetBSD: Makefile,v 1.61 2017/12/22 12:21:54 adam Exp $
.include "../../graphics/py-matplotlib/Makefile.common"
@@ -7,7 +7,7 @@ COMMENT= GTK frontend for matplotlib
MPL_PACKAGES= [setupext.Numpy(),setupext.LibAgg(),setupext.BackendGtkAgg(),setupext.BackendGtk()]
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2
post-patch:
( ${ECHO} "[directories]"; \
Home |
Main Index |
Thread Index |
Old Index