0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-09 23:55:29 +00:00
Files
termux-packages/packages/libarrow-cpp/python-pyarrow.subpackage.sh
Twaik Yont 5469a4ca16 bump(main/libarrow-cpp): 19.0.1
`python-pyarrow` and `libarrow-cpp` packages versions were required to be aligned and they were built from the same source so they were united into package and its subpackage to reduce maintenance cost.
2025-03-03 14:42:44 +02:00

4 lines
168 B
Bash

TERMUX_SUBPKG_INCLUDE="lib/python3.12/site-packages/pyarrow*"
TERMUX_SUBPKG_DESCRIPTION="Python bindings for Apache Arrow"
TERMUX_SUBPKG_DEPENDS="python, python-numpy"