New port: misc/py-colorbrewer: Constants from Cynthia Brewer's ColorBrewer

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13255
This commit is contained in:
Yuri Victorovich 2017-11-28 03:06:58 +00:00
parent dd615f00c6
commit d361c9b7e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455016
4 changed files with 26 additions and 0 deletions

View File

@ -377,6 +377,7 @@
SUBDIR += ptsort
SUBDIR += py-YABT
SUBDIR += py-cinder
SUBDIR += py-colorbrewer
SUBDIR += py-crudini
SUBDIR += py-fuzzy
SUBDIR += py-glance

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= colorbrewer
DISTVERSION= 0.1.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Constants from Cynthia Brewer's ColorBrewer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:2.7
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1499913906
SHA256 (colorbrewer-0.1.1.tar.gz) = fe87914f4b262fa7ef4e2508e41bd54a29a657628261a877f5744521368ef1dc
SIZE (colorbrewer-0.1.1.tar.gz) = 12669

View File

@ -0,0 +1,3 @@
An easy way to get access to ColorBrewer schemes from within a Python program.
WWW: https://pypi.python.org/pypi/colorbrewer