Date: Thu, 5 Oct 2023 02:01: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: 1730c072dd29 - main - devel/py-arrow: Update to 1.3.0 Message-ID: <202310050201.39521TEI055632@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=1730c072dd2950120d284d903c750b7e30a2210e commit 1730c072dd2950120d284d903c750b7e30a2210e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-05 01:56:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-05 02:00:16 +0000 devel/py-arrow: Update to 1.3.0 - Convert to USE_PYTHON=pep517 Changes: https://github.com/arrow-py/arrow/releases --- devel/py-arrow/Makefile | 8 +++++--- devel/py-arrow/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index ad04e375cf55..8ece62082db3 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= arrow -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,12 @@ WWW= https://github.com/arrow-py/arrow LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.10:devel/py-types-python-dateutil@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-arrow/distinfo b/devel/py-arrow/distinfo index a71580d9eebd..c70a06e05b9a 100644 --- a/devel/py-arrow/distinfo +++ b/devel/py-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662558028 -SHA256 (arrow-1.2.3.tar.gz) = 3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1 -SIZE (arrow-1.2.3.tar.gz) = 127552 +TIMESTAMP = 1696432900 +SHA256 (arrow-1.3.0.tar.gz) = d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85 +SIZE (arrow-1.3.0.tar.gz) = 131960
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310050201.39521TEI055632>