pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update pkg: py-palettable in 3.3.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 18 17:05:36 2022 +0000
Changeset:	d0e0788609498aa9bd78b8bbbf029d08b2f9d965

Modified Files:
	py-palettable/DESCR
	py-palettable/Makefile
	py-palettable/distinfo

Log Message:
Update pkg: py-palettable in 3.3.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0e0788609498aa9bd78b8bbbf029d08b2f9d965

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-palettable/DESCR    |  4 ++++
 py-palettable/Makefile | 11 ++++-------
 py-palettable/distinfo |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-palettable/DESCR b/py-palettable/DESCR
index e69de29bb2..44ae3d644c 100644
--- a/py-palettable/DESCR
+++ b/py-palettable/DESCR
@@ -0,0 +1,4 @@
+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
diff --git a/py-palettable/Makefile b/py-palettable/Makefile
index 33b1af7dc1..b70582d05d 100644
--- a/py-palettable/Makefile
+++ b/py-palettable/Makefile
@@ -2,16 +2,13 @@
 
 DISTNAME=	palettable-3.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	graphics
-MASTER_SITES=	https://files.pythonhosted.org/packages/8d/b5/30ebe2978d4e4ddc0bfa9e042ec6fad16cc390d108b8cbee0c5ebd417df4/
+CATEGORIES=	comms python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/palettable/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://jiffyclub.github.io/palettable/
-COMMENT=	Color palettes for Python
-#LICENSE=	
-
-do-test:
-	${RUN} cd ${WRKSRC}/test; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test_installed.py
+COMMENT=	Python library of color palettes for Python
+LICENSE=	mit
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-palettable/distinfo b/py-palettable/distinfo
index 3f99207990..4001cff7c5 100644
--- a/py-palettable/distinfo
+++ b/py-palettable/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (palettable-3.3.0.tar.gz) = 3c5616dd0e5bc09cf975007065e628750dc2a83c
+BLAKE2s (palettable-3.3.0.tar.gz) = a9a370ad2ffef532256f854fb1024a9ec83dcf3da816bf7c3b220f02a715f3b7
 SHA512 (palettable-3.3.0.tar.gz) = 6689b009d3a7face36c0d3eaf2bee6a5e8f364f25f30e06924ec61d730c95921ef37cfc857a93b07a772a7b347e805ae8139f056478378a6c8669f853d5df810
 Size (palettable-3.3.0.tar.gz) = 105475 bytes


Home | Main Index | Thread Index | Old Index