Date: Fri, 8 Dec 2017 06:37:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455773 - in head/misc: . py-palettable Message-ID: <201712080637.vB86btq4059906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Dec 8 06:37:54 2017 New Revision: 455773 URL: https://svnweb.freebsd.org/changeset/ports/455773 Log: New port: misc/py-palettable: Library of color palettes for Python Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13419 Added: head/misc/py-palettable/ head/misc/py-palettable/Makefile (contents, props changed) head/misc/py-palettable/distinfo (contents, props changed) head/misc/py-palettable/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Dec 8 06:34:39 2017 (r455772) +++ head/misc/Makefile Fri Dec 8 06:37:54 2017 (r455773) @@ -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 Added: head/misc/py-palettable/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-palettable/Makefile Fri Dec 8 06:37:54 2017 (r455773) @@ -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> Added: head/misc/py-palettable/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-palettable/distinfo Fri Dec 8 06:37:54 2017 (r455773) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512709787 +SHA256 (palettable-3.1.0.tar.gz) = 4c6f6531b93d97eb0bf4d707160626261de11470c47e2d017ac6bb569b5308aa +SIZE (palettable-3.1.0.tar.gz) = 71857 Added: head/misc/py-palettable/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-palettable/pkg-descr Fri Dec 8 06:37:54 2017 (r455773) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712080637.vB86btq4059906>