New port: misc/py-palettable: Library of color palettes for Python
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13419
This commit is contained in:
parent
9afab9fe40
commit
2a87666839
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455773
@ -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
|
||||
|
18
misc/py-palettable/Makefile
Normal file
18
misc/py-palettable/Makefile
Normal file
@ -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>
|
3
misc/py-palettable/distinfo
Normal file
3
misc/py-palettable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1512709787
|
||||
SHA256 (palettable-3.1.0.tar.gz) = 4c6f6531b93d97eb0bf4d707160626261de11470c47e2d017ac6bb569b5308aa
|
||||
SIZE (palettable-3.1.0.tar.gz) = 71857
|
6
misc/py-palettable/pkg-descr
Normal file
6
misc/py-palettable/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user