summaryrefslogtreecommitdiff
path: root/graphics/py-brewer2mpl/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-07-15 07:31:16 +0000
committerwiz <wiz>2016-07-15 07:31:16 +0000
commit78f8bc4f0c6b65f768c97e8ef839cc25b3560ce9 (patch)
tree6506609cc81c8a80c2f7353903e7b8cde12f0abe /graphics/py-brewer2mpl/Makefile
parent8cbcdb67c392ea56be8d0e36a404fe4bc3707cb3 (diff)
downloadpkgsrc-78f8bc4f0c6b65f768c97e8ef839cc25b3560ce9.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.
Diffstat (limited to 'graphics/py-brewer2mpl/Makefile')
-rw-r--r--graphics/py-brewer2mpl/Makefile17
1 files changed, 17 insertions, 0 deletions
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"