Files
termux-packages/packages/python-pyarrow/setup.py.diff
termux-pacman-bot 6a7c69d638 libarrow-python: Rename to python-pyarrow
`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.
2023-02-05 02:27:51 +00:00

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']},