pkgsrc-WIP-changes archive

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

py-brewer2mpl: fix pkglint



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 14 16:41:29 2016 +0200
Changeset:	231679d2c049b664680f23d072d76de6033f2a51

Modified Files:
	py-brewer2mpl/DESCR
	py-brewer2mpl/Makefile

Log Message:
py-brewer2mpl: fix pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=231679d2c049b664680f23d072d76de6033f2a51

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-brewer2mpl/DESCR    | 2 +-
 py-brewer2mpl/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-brewer2mpl/DESCR b/py-brewer2mpl/DESCR
index b428e9a..182a182 100644
--- a/py-brewer2mpl/DESCR
+++ b/py-brewer2mpl/DESCR
@@ -1,4 +1,4 @@
 brewer2mpl is a pure Python package for accessing colorbrewer2.org
 color maps from Python. With brewer2mpl you can get the raw RGB
 colors of all 165 colorbrewer2.org color maps. The color map data
-ships  with brewer2mpl so no internet connection is required
\ No newline at end of file
+ships with brewer2mpl, so no internet connection is required.
diff --git a/py-brewer2mpl/Makefile b/py-brewer2mpl/Makefile
index bff9a9f..9471593 100644
--- a/py-brewer2mpl/Makefile
+++ b/py-brewer2mpl/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	brewer2mpl-1.4.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_PYPI:=b/brewer2mpl/}
-EXTRACT_SUFX=	.zip#md5=4d467ade7b575ce0e39f51ebe8f6e1fb
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/jiffyclub/brewer2mpl/wiki


Home | Main Index | Thread Index | Old Index