summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-07-15 07:31:16 +0000
committerwiz <wiz@pkgsrc.org>2016-07-15 07:31:16 +0000
commitf3673c5a129b060561fb3ac409d9a216e174bb72 (patch)
treec6cc7cbb1e99723faa4e8afd8f68756d38f44ae2
parent343dfc01c9de40c9a363777ddd6d10a4e08e03eb (diff)
downloadpkgsrc-f3673c5a129b060561fb3ac409d9a216e174bb72.tar.gz
Import py-brewer2mpl-1.4.1 as graphics/py-brewer2mpl.
Packaged for wip by Kamel Ibn Aziz Derouiche and myself. 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.
-rw-r--r--graphics/py-brewer2mpl/DESCR4
-rw-r--r--graphics/py-brewer2mpl/Makefile17
-rw-r--r--graphics/py-brewer2mpl/PLIST32
-rw-r--r--graphics/py-brewer2mpl/distinfo5
4 files changed, 58 insertions, 0 deletions
diff --git a/graphics/py-brewer2mpl/DESCR b/graphics/py-brewer2mpl/DESCR
new file mode 100644
index 00000000000..182a1828aae
--- /dev/null
+++ b/graphics/py-brewer2mpl/DESCR
@@ -0,0 +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.
diff --git a/graphics/py-brewer2mpl/Makefile b/graphics/py-brewer2mpl/Makefile
new file mode 100644
index 00000000000..06321860be3
--- /dev/null
+++ b/graphics/py-brewer2mpl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2016/07/15 07:31:16 wiz Exp $
+
+DISTNAME= brewer2mpl-1.4.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/brewer2mpl/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= kamelderouiche@yahoo.com
+HOMEPAGE= https://github.com/jiffyclub/brewer2mpl/wiki
+COMMENT= Connect colorbrewer2.org color maps to Python and matplotlib
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-brewer2mpl/PLIST b/graphics/py-brewer2mpl/PLIST
new file mode 100644
index 00000000000..11e50c72992
--- /dev/null
+++ b/graphics/py-brewer2mpl/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/15 07:31:16 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/brewer2mpl/__init__.py
+${PYSITELIB}/brewer2mpl/__init__.pyc
+${PYSITELIB}/brewer2mpl/__init__.pyo
+${PYSITELIB}/brewer2mpl/brewer2mpl.py
+${PYSITELIB}/brewer2mpl/brewer2mpl.pyc
+${PYSITELIB}/brewer2mpl/brewer2mpl.pyo
+${PYSITELIB}/brewer2mpl/data/colorbrewer_all_schemes.csv
+${PYSITELIB}/brewer2mpl/data/colorbrewer_all_schemes.json
+${PYSITELIB}/brewer2mpl/data/colorbrewer_licence.txt
+${PYSITELIB}/brewer2mpl/data/colorbrewer_schemes_csv_to_json.py
+${PYSITELIB}/brewer2mpl/data/colorbrewer_schemes_csv_to_json.pyc
+${PYSITELIB}/brewer2mpl/data/colorbrewer_schemes_csv_to_json.pyo
+${PYSITELIB}/brewer2mpl/diverging.py
+${PYSITELIB}/brewer2mpl/diverging.pyc
+${PYSITELIB}/brewer2mpl/diverging.pyo
+${PYSITELIB}/brewer2mpl/qualitative.py
+${PYSITELIB}/brewer2mpl/qualitative.pyc
+${PYSITELIB}/brewer2mpl/qualitative.pyo
+${PYSITELIB}/brewer2mpl/sequential.py
+${PYSITELIB}/brewer2mpl/sequential.pyc
+${PYSITELIB}/brewer2mpl/sequential.pyo
+${PYSITELIB}/brewer2mpl/wesanderson/__init__.py
+${PYSITELIB}/brewer2mpl/wesanderson/__init__.pyc
+${PYSITELIB}/brewer2mpl/wesanderson/__init__.pyo
+${PYSITELIB}/brewer2mpl/wesanderson/wesanderson.py
+${PYSITELIB}/brewer2mpl/wesanderson/wesanderson.pyc
+${PYSITELIB}/brewer2mpl/wesanderson/wesanderson.pyo
diff --git a/graphics/py-brewer2mpl/distinfo b/graphics/py-brewer2mpl/distinfo
new file mode 100644
index 00000000000..9d9fa6ddf1b
--- /dev/null
+++ b/graphics/py-brewer2mpl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/07/15 07:31:16 wiz Exp $
+
+SHA1 (brewer2mpl-1.4.1.zip) = ecaf12e633a9d4e86a4136fc70cd51e74be65272
+RMD160 (brewer2mpl-1.4.1.zip) = 2708e5198408d8a2c1b663c1146ea677c07cb96e
+Size (brewer2mpl-1.4.1.zip) = 29347 bytes