Index: misc/Makefile =================================================================== --- misc/Makefile +++ misc/Makefile @@ -383,6 +383,7 @@ SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-osd + SUBDIR += py-palettable SUBDIR += py-pexpect SUBDIR += py-powerline-status SUBDIR += py-progressbar Index: misc/py-palettable/Makefile =================================================================== --- /dev/null +++ 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 Index: misc/py-palettable/distinfo =================================================================== --- /dev/null +++ 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 Index: misc/py-palettable/pkg-descr =================================================================== --- /dev/null +++ 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