This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 9ed98bf821 GH-15028: [R][Docs] `NOT_CRAN` should be `"true"` instead
of `TRUE` in R (#15029)
add df4cb95889 ARROW-17838: [Python] Unify CMakeLists.txt in python/
(#14925)
No new revisions were added by this update.
Summary of changes:
cpp/cmake_modules/BuildUtils.cmake | 44 ++-
cpp/cmake_modules/UseCython.cmake | 2 +-
cpp/src/arrow/symbols.map | 1 -
dev/release/01-prepare-test.rb | 6 +-
dev/release/post-11-bump-versions-test.rb | 6 +-
dev/release/utils-prepare.sh | 5 +-
python/CMakeLists.txt | 438 ++++++++++++++-------
python/pyarrow/src/ArrowPythonConfig.cmake.in | 41 --
.../pyarrow/src/ArrowPythonFlightConfig.cmake.in | 39 --
python/pyarrow/src/CMakeLists.txt | 312 ---------------
python/pyarrow/src/arrow-python-flight.pc.in | 26 --
python/pyarrow/src/arrow-python.pc.in | 28 --
python/setup.py | 289 ++------------
13 files changed, 359 insertions(+), 878 deletions(-)
delete mode 100644 python/pyarrow/src/ArrowPythonConfig.cmake.in
delete mode 100644 python/pyarrow/src/ArrowPythonFlightConfig.cmake.in
delete mode 100644 python/pyarrow/src/CMakeLists.txt
delete mode 100644 python/pyarrow/src/arrow-python-flight.pc.in
delete mode 100644 python/pyarrow/src/arrow-python.pc.in