pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cycler



Module Name:    pkgsrc
Committed By:   richard
Date:           Thu Aug 18 11:51:45 UTC 2016

Modified Files:
        pkgsrc/graphics/py-cycler: Makefile distinfo

Log Message:
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@!


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-cycler/Makefile \
    pkgsrc/graphics/py-cycler/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/py-cycler/Makefile
diff -u pkgsrc/graphics/py-cycler/Makefile:1.1 pkgsrc/graphics/py-cycler/Makefile:1.2
--- pkgsrc/graphics/py-cycler/Makefile:1.1      Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/Makefile  Thu Aug 18 11:51:45 2016
@@ -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
Index: pkgsrc/graphics/py-cycler/distinfo
diff -u pkgsrc/graphics/py-cycler/distinfo:1.1 pkgsrc/graphics/py-cycler/distinfo:1.2
--- pkgsrc/graphics/py-cycler/distinfo:1.1      Wed Aug 17 13:38:28 2016
+++ pkgsrc/graphics/py-cycler/distinfo  Thu Aug 18 11:51:45 2016
@@ -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