Date: Mon, 4 Sep 2023 09:09:29 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bb195bb4f1cc - main - graphics/py-altair: Update to 5.1.0 Message-ID: <202309040909.38499T71050445@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb195bb4f1ccc98d859e1c368b2afa4cd407660d commit bb195bb4f1ccc98d859e1c368b2afa4cd407660d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 09:05:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 09:05:11 +0000 graphics/py-altair: Update to 5.1.0 - Use USES=dos2unix to convert CRLF to LF Changes: https://github.com/altair-viz/altair/releases --- graphics/py-altair/Makefile | 7 ++++--- graphics/py-altair/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/graphics/py-altair/Makefile b/graphics/py-altair/Makefile index a38741a35f80..b5a6a278b6b1 100644 --- a/graphics/py-altair/Makefile +++ b/graphics/py-altair/Makefile @@ -1,5 +1,5 @@ PORTNAME= altair -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.0 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,10 +15,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVO 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}pandas>=0.18,1:math/py-pandas@${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} -USES= python +USES= dos2unix python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-altair/distinfo b/graphics/py-altair/distinfo index a3b1064470a9..4a8e47426651 100644 --- a/graphics/py-altair/distinfo +++ b/graphics/py-altair/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685792314 -SHA256 (altair-5.0.1.tar.gz) = 087d7033cb2d6c228493a053e12613058a5d47faf6a36aea3ff60305fd8b4cb0 -SIZE (altair-5.0.1.tar.gz) = 456156 +TIMESTAMP = 1693334009 +SHA256 (altair-5.1.0.tar.gz) = 46d2b1a9fa29eeed24513262cb1de13a40d55c04580fc21799d5de3991fea8ff +SIZE (altair-5.1.0.tar.gz) = 501043
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309040909.38499T71050445>