Date: Mon, 13 Oct 2025 05:29:20 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4aaa9330a4c9 - main - =?utf-8?Q?misc/py-colorbrewer: update 0.2.0 =E2=86=92 0.3?= Message-ID: <202510130529.59D5TKF0003986@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4aaa9330a4c916deae551a61aeb095a62a9ee7f6 commit 4aaa9330a4c916deae551a61aeb095a62a9ee7f6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-10-13 05:26:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-10-13 05:29:13 +0000 misc/py-colorbrewer: update 0.2.0 → 0.3 Additionally: - Correct WWW - Improve pkg-descr --- misc/py-colorbrewer/Makefile | 13 ++++++++----- misc/py-colorbrewer/distinfo | 6 +++--- misc/py-colorbrewer/pkg-descr | 12 +++++++++++- 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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510130529.59D5TKF0003986>
