pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib (1) Move MASTER_SITES from sour...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c653e3240a9
branches:  trunk
changeset: 347755:2c653e3240a9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun May 29 12:35:00 2016 +0000

description:
(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:

 graphics/py-matplotlib/Makefile         |   8 ++++++--
 graphics/py-matplotlib/distinfo         |  12 ++++++------
 graphics/py-matplotlib/patches/patch-ab |   5 ++++-
 3 files changed, 16 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r d672572c9232 -r 2c653e3240a9 graphics/py-matplotlib/Makefile
--- a/graphics/py-matplotlib/Makefile   Sun May 29 12:17:53 2016 +0000
+++ b/graphics/py-matplotlib/Makefile   Sun May 29 12:35:00 2016 +0000
@@ -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@localhost
 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 -r d672572c9232 -r 2c653e3240a9 graphics/py-matplotlib/distinfo
--- a/graphics/py-matplotlib/distinfo   Sun May 29 12:17:53 2016 +0000
+++ b/graphics/py-matplotlib/distinfo   Sun May 29 12:35:00 2016 +0000
@@ -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 -r d672572c9232 -r 2c653e3240a9 graphics/py-matplotlib/patches/patch-ab
--- a/graphics/py-matplotlib/patches/patch-ab   Sun May 29 12:17:53 2016 +0000
+++ b/graphics/py-matplotlib/patches/patch-ab   Sun May 29 12:35:00 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index