Port details |
- py-pyarrow Python library for Apache Arrow
- 18.0.0 databases =2 17.0.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-09-05 02:12:09
- Last Update: 2024-11-21 20:53:14
- Commit Hash: f1be7a4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://arrow.apache.org/
- https://github.com/apache/arrow/tree/main/python
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pyarrow>0:databases/py-pyarrow@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-pyarrow/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-pyarrow
- pkg install py311-pyarrow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pyarrow listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyarrow
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1732202504
SHA256 (pyarrow-18.0.0.tar.gz) = a6aa027b1a9d2970cf328ccd6dbe4a996bc13c39fd427f502782f5bdb9ca20f5
SIZE (pyarrow-18.0.0.tar.gz) = 1118457
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- arrow>=18.0.0<18.0.0_99 : databases/arrow
- py311-numpy>=1.25,1 : math/py-numpy@py311
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cmake : devel/cmake-core
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libarrow.so : databases/arrow
- This port is required by:
- for Build
-
- finance/freqtrade
- for Run
-
- biology/py-gtfparse
- devel/py-dask-expr
- finance/freqtrade
- graphics/py-geosnap
- misc/py-datasets
- www/py-google-cloud-aiplatform
- www/py-streamlit
Configuration Options:
- No options to configure
- Options name:
- databases_py-pyarrow
- USES:
- cmake:indirect python:3.9+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.0.0 21 Nov 2024 20:53:14 |
Po-Chuan Hsieh (sunpoet) |
databases/py-pyarrow: Update to 18.0.0
Changes: https://arrow.apache.org/release/ |
17.0.0 24 Jul 2024 11:44:30 |
Po-Chuan Hsieh (sunpoet) |
databases/py-pyarrow: Update to 17.0.0
- Convert to USES=cmake:indirect
Changes: https://arrow.apache.org/release/ |
15.0.2 31 Mar 2024 03:06:13 |
Po-Chuan Hsieh (sunpoet) |
databases/py-pyarrow: Fix 690aec1dfb4999654eb81af3883634b4b6bdc534
- Update version requirement of RUN_DEPENDS |
15.0.2 24 Mar 2024 10:01:18 |
Yuri Victorovich (yuri) |
databases/{,py-}pyarrow: update 13.0.0 → 15.0.2 |
13.0.0 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
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 |
13.0.0 05 Sep 2023 02:10:10 |
Po-Chuan Hsieh (sunpoet) |
databases/py-pyarrow: Add py-pyarrow 13.0.0
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. |
Number of commits found: 6
|