diff options
author | yuri <yuri@FreeBSD.org> | 2017-12-08 14:37:54 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2017-12-08 14:37:54 +0800 |
commit | 75e99a3fb73e1a72a96f4320f43c5c0d10922ff4 (patch) | |
tree | 4157c0df20683edf073f5510ec7e9a8fe410a974 /misc/py-palettable | |
parent | 1828b83581b9f9725a8d8a5f940cfbf67cc00529 (diff) | |
download | freebsd-ports-gnome-75e99a3fb73e1a72a96f4320f43c5c0d10922ff4.tar.gz freebsd-ports-gnome-75e99a3fb73e1a72a96f4320f43c5c0d10922ff4.tar.zst freebsd-ports-gnome-75e99a3fb73e1a72a96f4320f43c5c0d10922ff4.zip |
New port: misc/py-palettable: Library of color palettes for Python
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13419
Diffstat (limited to 'misc/py-palettable')
-rw-r--r-- | misc/py-palettable/Makefile | 18 | ||||
-rw-r--r-- | misc/py-palettable/distinfo | 3 | ||||
-rw-r--r-- | misc/py-palettable/pkg-descr | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/misc/py-palettable/Makefile b/misc/py-palettable/Makefile new file mode 100644 index 000000000000..a8af33f57e44 --- /dev/null +++ b/misc/py-palettable/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= palettable +DISTVERSION= 3.1.0 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library of color palettes for Python + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-palettable/distinfo b/misc/py-palettable/distinfo new file mode 100644 index 000000000000..d8585e3ecec5 --- /dev/null +++ b/misc/py-palettable/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1512709787 +SHA256 (palettable-3.1.0.tar.gz) = 4c6f6531b93d97eb0bf4d707160626261de11470c47e2d017ac6bb569b5308aa +SIZE (palettable-3.1.0.tar.gz) = 71857 diff --git a/misc/py-palettable/pkg-descr b/misc/py-palettable/pkg-descr new file mode 100644 index 000000000000..192790133f3d --- /dev/null +++ b/misc/py-palettable/pkg-descr @@ -0,0 +1,6 @@ +Palettable (formerly brewer2mpl) is a library of color palettes for Python. +It's written in pure Python with no dependencies, but it can supply color maps +for matplotlib. You can use Palettable to customize matplotlib plots or supply +colors for a web application. + +WWW: https://jiffyclub.github.io/palettable |