Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106098937
D13419.id36376.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13419.id36376.diff
View Options
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 <bsd.port.mk>
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 9:26 AM (24 m, 3 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603330
Default Alt Text
D13419.id36376.diff (1 KB)
Attached To
Mode
D13419: New port: misc/py-palettable: Library of color palettes for Python
Attached
Detach File
Event Timeline
Log In to Comment