pkgsrc/graphics/py-brewer2mpl/Makefile
wiz 8a79248822 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.
2016-07-15 07:31:16 +00:00

17 lines
476 B
Makefile

# $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"