git: 6c5742bfa077 - main - graphics/py-altair: Update to 5.4.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:21:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c5742bfa077695414068d93f78e1751974371bf commit 6c5742bfa077695414068d93f78e1751974371bf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:26:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:00 +0000 graphics/py-altair: Update to 5.4.0 - Update WWW - Update pkg-descr Changes: https://github.com/vega/altair/releases --- graphics/py-altair/Makefile | 15 +++++++-------- graphics/py-altair/distinfo | 6 +++--- graphics/py-altair/pkg-descr | 10 +++++----- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/graphics/py-altair/Makefile b/graphics/py-altair/Makefile index 954cc6862320..7489596cf971 100644 --- a/graphics/py-altair/Makefile +++ b/graphics/py-altair/Makefile @@ -1,12 +1,13 @@ PORTNAME= altair -PORTVERSION= 5.3.0 +PORTVERSION= 5.4.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Declarative statistical visualization library for Python -WWW= https://github.com/altair-viz/altair +WWW= https://altair-viz.github.io/ \ + https://github.com/vega/altair LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -14,10 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toolz>=0:devel/py-toolz@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}narwhals>=1.1.0:math/py-narwhals@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 @@ -26,8 +25,8 @@ NO_ARCH= yes .include <bsd.port.pre.mk> -.if ${PYTHON_REL} < 31100 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.10.0:devel/py-typing-extensions@${PY_FLAVOR} .endif .include <bsd.port.post.mk> diff --git a/graphics/py-altair/distinfo b/graphics/py-altair/distinfo index deeb8b3789f6..dbb24ecc5578 100644 --- a/graphics/py-altair/distinfo +++ b/graphics/py-altair/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712084516 -SHA256 (altair-5.3.0.tar.gz) = 5a268b1a0983b23d8f9129f819f956174aa7aea2719ed55a52eba9979b9f6675 -SIZE (altair-5.3.0.tar.gz) = 826846 +TIMESTAMP = 1724084616 +SHA256 (altair-5.4.0.tar.gz) = 27c69e93d85b7bb3c98fa3626ef7e6bc6939a1466a55a8f8bf68c4bff31cf030 +SIZE (altair-5.4.0.tar.gz) = 650113 diff --git a/graphics/py-altair/pkg-descr b/graphics/py-altair/pkg-descr index 67fb896b39d2..78df61dabd30 100644 --- a/graphics/py-altair/pkg-descr +++ b/graphics/py-altair/pkg-descr @@ -1,5 +1,5 @@ -Altair is a declarative statistical visualization library for Python. With -Altair, you can spend more time understanding your data and its meaning. -Altair's API is simple, friendly and consistent and built on top of the powerful -Vega-Lite JSON specification. This elegant simplicity produces beautiful and -effective visualizations with a minimal amount of code. +Vega-Altair is a declarative statistical visualization library for Python. With +Vega-Altair, you can spend more time understanding your data and its meaning. +Vega-Altair's API is simple, friendly and consistent and built on top of the +powerful Vega-Lite JSON specification. This elegant simplicity produces +beautiful and effective visualizations with a minimal amount of code.