mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 13:40:22 +00:00
`libarrow_python.so` is now a part of `pyarrow` Python module and unable to build / install separately. It is true that `pyarrow` is installable through `pip` with some trivial workaround, but I would like to package this in our official repo for backward compatibility.
11 lines
235 B
Diff
11 lines
235 B
Diff
--- a/python/setup.py
|
|
+++ b/python/setup.py
|
|
@@ -497,6 +497,7 @@
|
|
|
|
setup(
|
|
name='pyarrow',
|
|
+ version='@VERSION@',
|
|
packages=packages,
|
|
zip_safe=False,
|
|
package_data={'pyarrow': ['*.pxd', '*.pyx', 'includes/*.pxd']},
|