pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-cycler To fix the duplication, keep the gr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/954269342647
branches:  trunk
changeset: 351276:954269342647
user:      richard <richard%pkgsrc.org@localhost>
date:      Thu Aug 18 11:51:45 2016 +0000

description:
To fix the duplication, keep the graphics/ version of py-cycler akin to
py-matplotlib and remove the package found in devel/.  Since the latter
picked the tarball up from pypi which has a different checksum than the
github project, use DIST_SUBDIR and bump PKGREVISION.

Thanks markd@!

diffstat:

 graphics/py-cycler/Makefile |   4 +++-
 graphics/py-cycler/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r ec8a0e876c68 -r 954269342647 graphics/py-cycler/Makefile
--- a/graphics/py-cycler/Makefile       Thu Aug 18 11:29:21 2016 +0000
+++ b/graphics/py-cycler/Makefile       Thu Aug 18 11:51:45 2016 +0000
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2016/08/17 13:38:28 richard Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/18 11:51:45 richard Exp $
 
 DISTNAME=              cycler-0.10.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=           1
 CATEGORIES=            graphics python
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=matplotlib/}
 GITHUB_PROJECT=                cycler
 GITHUB_TAG=            v${PKGVERSION_NOREV}
+DIST_SUBDIR=           cycler
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://matplotlib.org/cycler
diff -r ec8a0e876c68 -r 954269342647 graphics/py-cycler/distinfo
--- a/graphics/py-cycler/distinfo       Thu Aug 18 11:29:21 2016 +0000
+++ b/graphics/py-cycler/distinfo       Thu Aug 18 11:51:45 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/08/17 13:38:28 richard Exp $
+$NetBSD: distinfo,v 1.2 2016/08/18 11:51:45 richard Exp $
 
-SHA1 (cycler-0.10.0.tar.gz) = c7591a281ddd0a30c542d04ea8ff671f1dc5503f
-RMD160 (cycler-0.10.0.tar.gz) = 0bac2a6eb44639f667ace99aeef391c7352afe19
-SHA512 (cycler-0.10.0.tar.gz) = 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01
-Size (cycler-0.10.0.tar.gz) = 21672 bytes
+SHA1 (cycler/cycler-0.10.0.tar.gz) = c7591a281ddd0a30c542d04ea8ff671f1dc5503f
+RMD160 (cycler/cycler-0.10.0.tar.gz) = 0bac2a6eb44639f667ace99aeef391c7352afe19
+SHA512 (cycler/cycler-0.10.0.tar.gz) = 685231d455dfdde70eb71415dfe561e07c34579d7b31ef7197f4c1441301635b387fec903d610b35406b619264f4c0cc616562de8f02b8192414c29274b63c01
+Size (cycler/cycler-0.10.0.tar.gz) = 21672 bytes



Home | Main Index | Thread Index | Old Index