From 75e99a3fb73e1a72a96f4320f43c5c0d10922ff4 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 8 Dec 2017 06:37:54 +0000 Subject: New port: misc/py-palettable: Library of color palettes for Python Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13419 --- misc/py-palettable/Makefile | 18 ++++++++++++++++++ misc/py-palettable/distinfo | 3 +++ misc/py-palettable/pkg-descr | 6 ++++++ 3 files changed, 27 insertions(+) create mode 100644 misc/py-palettable/Makefile create mode 100644 misc/py-palettable/distinfo create mode 100644 misc/py-palettable/pkg-descr (limited to 'misc/py-palettable') 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 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 -- cgit