aboutsummaryrefslogtreecommitdiff
path: root/misc/py-colorbrewer
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-colorbrewer')
-rw-r--r--misc/py-colorbrewer/Makefile13
-rw-r--r--misc/py-colorbrewer/distinfo6
-rw-r--r--misc/py-colorbrewer/pkg-descr12
3 files changed, 22 insertions, 9 deletions
diff --git a/misc/py-colorbrewer/Makefile b/misc/py-colorbrewer/Makefile
index 1679e575c64b..94ac3966bbac 100644
--- a/misc/py-colorbrewer/Makefile
+++ b/misc/py-colorbrewer/Makefile
@@ -1,20 +1,23 @@
PORTNAME= colorbrewer
-DISTVERSION= 0.2.0
-PORTREVISION= 1
+DISTVERSION= 0.3
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Constants from Cynthia Brewer's ColorBrewer
-WWW= https://pypi.org/project/colorbrewer/
+WWW= https://github.com/dsc/colorbrewer-python
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= pep517 autoplist
NO_ARCH= yes
+# tests as of 0.3: 1 test OK in 0.000s
+
.include <bsd.port.mk>
diff --git a/misc/py-colorbrewer/distinfo b/misc/py-colorbrewer/distinfo
index 1d04d54cf33e..a9d4022ebb82 100644
--- a/misc/py-colorbrewer/distinfo
+++ b/misc/py-colorbrewer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530306388
-SHA256 (colorbrewer-0.2.0.tar.gz) = f124d0051086887b52d3643203a7722252b50204f8af93e6ae63fc0013f42456
-SIZE (colorbrewer-0.2.0.tar.gz) = 9517
+TIMESTAMP = 1760314214
+SHA256 (colorbrewer-0.3.tar.gz) = 0f9e46fc91eba29f5824b1ca379daea18eed57a1ee1024bf621b7bf1544fc868
+SIZE (colorbrewer-0.3.tar.gz) = 10888
diff --git a/misc/py-colorbrewer/pkg-descr b/misc/py-colorbrewer/pkg-descr
index 4edf7ed3d8e6..f330f08f9fc6 100644
--- a/misc/py-colorbrewer/pkg-descr
+++ b/misc/py-colorbrewer/pkg-descr
@@ -1 +1,11 @@
-An easy way to get access to ColorBrewer schemes from within a Python program.
+ColorBrewer is a set of color schemes for cartography and data
+visualization, created by Cynthia Brewer. This Python package provides
+these color schemes as a library for easy use in applications.
+
+The color schemes are divided into three types:
+* Sequential: for ordered data that progresses from low to high.
+* Diverging: for data with a critical midpoint, like a zero value.
+* Qualitative: for representing categorical data.
+
+All color schemes are designed to be colorblind-safe and effective
+for various display environments.