diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-22 04:53:14 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-22 04:53:14 +0800 |
commit | f1be7a430e2166aa1cba65e10cf6e23ce6edea6a (patch) | |
tree | a0ea2ad7877f96d514ab3c90dfc923d3a67a8750 /databases | |
parent | databases/arrow-glib: Update to 18.0.0 (diff) |
databases/py-pyarrow: Update to 18.0.0
Changes: https://arrow.apache.org/release/
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-pyarrow/Makefile | 5 | ||||
-rw-r--r-- | databases/py-pyarrow/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/databases/py-pyarrow/Makefile b/databases/py-pyarrow/Makefile index 8f253a3b1717..aba7a10e9de0 100644 --- a/databases/py-pyarrow/Makefile +++ b/databases/py-pyarrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyarrow -PORTVERSION= 17.0.0 +PORTVERSION= 18.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,8 @@ BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libarrow.so:databases/arrow -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.6,1<2,1:math/py-numpy@${PY_FLAVOR} -USES= cmake:indirect python shebangfix +USES= cmake:indirect python:3.9+ shebangfix USE_PYTHON= autoplist concurrent cython pep517 SHEBANG_FILES= cmake_modules/aws_sdk_cpp_generate_variables.sh diff --git a/databases/py-pyarrow/distinfo b/databases/py-pyarrow/distinfo index 629a3e810df3..4ed2c13cf052 100644 --- a/databases/py-pyarrow/distinfo +++ b/databases/py-pyarrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721710236 -SHA256 (pyarrow-17.0.0.tar.gz) = 4beca9521ed2c0921c1023e68d097d0299b62c362639ea315572a58f3f50fd28 -SIZE (pyarrow-17.0.0.tar.gz) = 1112479 +TIMESTAMP = 1732202504 +SHA256 (pyarrow-18.0.0.tar.gz) = a6aa027b1a9d2970cf328ccd6dbe4a996bc13c39fd427f502782f5bdb9ca20f5 +SIZE (pyarrow-18.0.0.tar.gz) = 1118457 |