Port details |
- py-apache-arrow Columnar in-memory analytics layer for big data
- 18.0.0 databases =2 18.0.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-06-13 03:18:10
- Last Update: 2024-12-07 10:18:24
- Commit Hash: b5cedb8
- 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/
- Description:
- Apache Arrow is a cross-language development platform for in-memory data. It
specifies a standardized language-independent columnar memory format for flat
and hierarchical data, organized for efficient analytic operations on modern
hardware. It also provides computational libraries and zero-copy streaming
messaging and interprocess communication.
- ¦ ¦ ¦ ¦
- 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}apache-arrow>0:databases/py-apache-arrow@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/databases/py-apache-arrow/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-apache-arrow
- pkg install py311-apache-arrow
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-apache-arrow listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-apache-arrow
- Package flavors (<flavor>: <package>)
- py311: py311-apache-arrow
- distinfo:
- TIMESTAMP = 1733534868
SHA256 (apache-arrow-18.0.0.tar.gz) = abcf1934cd0cdddd33664e9f2d9a251d6c55239d1122ad0ed223b13a583c82a9
SIZE (apache-arrow-18.0.0.tar.gz) = 19113236
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:
-
- cmake : devel/cmake-core
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
- py311-pip>0 : devel/py-pip@py311
- py311-wheel>0 : devel/py-wheel@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.11 : lang/cython@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libarrow.so : databases/arrow
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_py-apache-arrow
- USES:
- compiler:c++11-lang pkgconfig python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
18.0.0 07 Dec 2024 10:18:24 |
Yuri Victorovich (yuri) |
databases/py-apache-arrow: update 17.0.0 → 18.0.0 |
17.0.0 26 Jul 2024 18:47:20 |
Yuri Victorovich (yuri) |
databases/py-apache-arrow: update 15.0.2 → 17.0.0 |
15.0.2 24 Mar 2024 21:15:31 |
Yuri Victorovich (yuri) |
databases/py-apache-arrow: 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 22:43:43 |
Yuri Victorovich (yuri) |
databases/py-apache-arrow: update 8.0.0 → 13.0.0 |
8.0.0_4 04 Sep 2023 22:30:32 |
Yuri Victorovich (yuri) |
databases/arrow: update 8.0.0 → 13.0.0
Reported by: portscout
PR: 273389 |
8.0.0_3 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
8.0.0_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
8.0.0_1 09 Sep 2022 20:32:24 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.0.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
8.0.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
8.0.0 13 Jun 2022 03:15:45 |
Yuri Victorovich (yuri) |
databases/py-arrow: Rename to databases/py-apache-arrow |