summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
diff options
context:
space:
mode:
authormef <mef>2016-05-29 12:35:00 +0000
committermef <mef>2016-05-29 12:35:00 +0000
commitc1234785e5397359309205d10520c6a9b2bbea8a (patch)
treea5f35c47a70f9850e519ad2808a84ea9b35458ab /graphics/py-matplotlib
parent5f45d9904f342ec649b4b67d0b7c824a72916a7b (diff)
downloadpkgsrc-c1234785e5397359309205d10520c6a9b2bbea8a.tar.gz
(1) Move MASTER_SITES from sourceforge.net to github.com
size in distinfo slightly changed with the same name, set DIST_SUBDIR (2) Githubify (3) Add comment on patch-ab, picking up from cvs log
Diffstat (limited to 'graphics/py-matplotlib')
-rw-r--r--graphics/py-matplotlib/Makefile8
-rw-r--r--graphics/py-matplotlib/distinfo12
-rw-r--r--graphics/py-matplotlib/patches/patch-ab5
3 files changed, 16 insertions, 9 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index 4c5f180f497..bfc7384e53a 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.42 2014/02/06 01:53:16 obache Exp $
+# $NetBSD: Makefile,v 1.43 2016/05/29 12:35:00 mef Exp $
DISTNAME= matplotlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= graphics python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/}
+GITHUB_PROJECT= matplotlib
+# with Githubify, size changes little bit, so the following line, please 1delete for another update.
+DIST_SUBDIR= matplotlib-1.3.1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matplotlib.org/
COMMENT= Matlab-style plotting package for Python
+# LICENSE= see ${WRKSRC}/LICENSE/LICENSE
DEPENDS+= ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=1.5.6:../../devel/py-pyparsing
diff --git a/graphics/py-matplotlib/distinfo b/graphics/py-matplotlib/distinfo
index 3ed76a4d479..d4cdf780c77 100644
--- a/graphics/py-matplotlib/distinfo
+++ b/graphics/py-matplotlib/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2015/11/03 21:34:17 agc Exp $
+$NetBSD: distinfo,v 1.24 2016/05/29 12:35:00 mef Exp $
-SHA1 (matplotlib-1.3.1.tar.gz) = 8578afc86424392591c0ee03f7613ffa9b6f68ee
-RMD160 (matplotlib-1.3.1.tar.gz) = 7c2647ae1d6aafdc1c32e47183239c7da0d91956
-SHA512 (matplotlib-1.3.1.tar.gz) = 04877aa15b6d52a6f813e8377098d13c432f66ae2522c544575440180944c9b73a2164ae63edd3a0eff807883bf7b39cd55f28454ccee8c76146567ff4a6fd40
-Size (matplotlib-1.3.1.tar.gz) = 42163182 bytes
-SHA1 (patch-ab) = 416ceee9a060b98b615ef9a98ac8cab25fa9f408
+SHA1 (matplotlib-1.3.1/matplotlib-1.3.1.tar.gz) = 7238fbc916b2bb7679d47dffa716956686f2cf79
+RMD160 (matplotlib-1.3.1/matplotlib-1.3.1.tar.gz) = 034e78cfd81cbdb6a9a95c31c257074b908c8cb7
+SHA512 (matplotlib-1.3.1/matplotlib-1.3.1.tar.gz) = f178e61f2133078daec2cd7bc05411a26da36121607a72115a991052dd002c72daaf8a7a60513b861ac50aabf0524db155cd748925abae23e2311a98b704ee2b
+Size (matplotlib-1.3.1/matplotlib-1.3.1.tar.gz) = 42020802 bytes
+SHA1 (patch-ab) = 077f7bb0bf65ff14ab3de093a9f78c0be1c47a49
SHA1 (patch-lib_matplotlib_tri___tri.cpp) = ca21c3045eef3dae741ad2b4403f78b505e0b579
SHA1 (patch-lib_matplotlib_tri___tri.h) = f51cf95eed8e2a490d366ce39730587c944c60f4
diff --git a/graphics/py-matplotlib/patches/patch-ab b/graphics/py-matplotlib/patches/patch-ab
index fe58e12e80f..71a176c3772 100644
--- a/graphics/py-matplotlib/patches/patch-ab
+++ b/graphics/py-matplotlib/patches/patch-ab
@@ -1,4 +1,7 @@
-$NetBSD: patch-ab,v 1.7 2014/01/21 21:14:06 drochner Exp $
+$NetBSD: patch-ab,v 1.8 2016/05/29 12:35:00 mef Exp $
+
+avoid a hidden dependency on py-gtk2 which makes that an additional
+file gets installed
--- setup.py.orig 2013-10-10 12:42:48.000000000 +0000
+++ setup.py