aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pyarrow
Commit message (Collapse)AuthorAgeFilesLines
* databases/py-pyarrow: Revert unintended changes in ↵Po-Chuan Hsieh2026-01-152-4/+4
| | | | 6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0
* Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}Po-Chuan Hsieh2026-01-152-5/+5
| | | | | | | - Convert all cython3 occurrence to USE_PYTHON=cython* - Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change PR: 291778
* databases/py-pyarrow: Update to 21.0.0Po-Chuan Hsieh2025-11-052-7/+5
| | | | Changes: https://arrow.apache.org/release/
* *: Revise USES=python:... version range constraintsMatthias Andree2025-11-011-1/+1
| | | | | | | | | | and strip all lower bounds of 3.9 or 3.10 because they are implied now. python:3.9-X -> python:-X python:3.9+ -> python python:3.10-X -> python:-X python:3.10+ -> python (options such as ,build preserved)
* databases/arrow: update 19.0.1 → 20.0.0 and depending portsDave Cottlehuber2025-07-142-5/+5
| | | | | | | ... depending ports can't be built w/out updating. PR: 287404 Differential Revision: https://reviews.freebsd.org/D50765
* databases/py-pyarrow: Update to 19.0.1Po-Chuan Hsieh2025-02-283-6/+36
| | | | Changes: https://arrow.apache.org/release/
* databases/arrow: update 18.0.0 → 19.0.1Yuri Victorovich2025-02-231-1/+2
|
* databases/py-pyarrow: Update to 18.0.0Po-Chuan Hsieh2024-11-212-6/+5
| | | | Changes: https://arrow.apache.org/release/
* databases/py-pyarrow: Update to 17.0.0Po-Chuan Hsieh2024-07-244-31/+19
| | | | | | - Convert to USES=cmake:indirect Changes: https://arrow.apache.org/release/
* databases/py-pyarrow: Fix 690aec1dfb4999654eb81af3883634b4b6bdc534Po-Chuan Hsieh2024-03-311-1/+1
| | | | - Update version requirement of RUN_DEPENDS
* databases/{,py-}pyarrow: update 13.0.0 → 15.0.2Yuri Victorovich2024-03-244-8/+21
|
* devel/py-setuptools-scm: update to 8.0.4Charlie Li2024-02-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Directory and PORTNAME changed to match normalised name in release tarball; consumers updated to match. Although setuptools itself is specified as a run dependency in the Python package metadata, it is currently left out here to prevent environment pollution until at least PR 270510 is committed. Additionally, this version of setuptools-scm requires setuptools>=61, which means this version is only meant for USE_PYTHON=pep517 ports as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58 also after PR 270510. science/py-emmet-core is switched to devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8. devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to RUN_DEPENDS to compensate. Further details: https://wiki.freebsd.org/Python/setuptools Reported by: yuri Co-authored by: matthew Exp-run by: antoine (earlier iteration) Approved by: yuri (science/py-emmet-core, previous iteration) PR: 272134 Differential Revision: https://reviews.freebsd.org/D39288
* databases/py-pyarrow: Add py-pyarrow 13.0.0Po-Chuan Hsieh2023-09-054-0/+46
Python library for Apache Arrow provides a Python API for functionality provided by the Arrow C++ libraries, along with tools for Arrow integration and interoperability with pandas, NumPy, and other software in the Python ecosystem.