File tree Expand file tree Collapse file tree 4 files changed +0
-19
lines changed
Expand file tree Collapse file tree 4 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION}
178178
179179pushd ${source_dir} /python
180180python -m build --sdist --wheel . --no-isolation
181- # We first populate stub docstrings and then build the wheel
182- python setup.py build_ext --inplace
183- # Install libcst for build-time stub docstring extraction
184- python -m pip install libcst
185- python setup.py bdist_wheel
186181popd
187182
188183echo " === (${PYTHON_VERSION} ) Show dynamic libraries the wheel depend on ==="
Original file line number Diff line number Diff line change @@ -135,14 +135,6 @@ pushd C:\arrow\python
135135@ REM Build wheel
136136%PYTHON_CMD% -m build --sdist --wheel . --no-isolation || exit /B 1
137137
138- @ REM We first populate stub docstrings and then build the wheel
139- %PYTHON_CMD% setup.py build_ext --inplace
140- @ REM Install libcst for build-time stub docstring extraction
141- %PYTHON_CMD% -m pip install libcst
142-
143- @ REM Build wheel
144- %PYTHON_CMD% setup.py bdist_wheel || exit /B 1
145-
146138@ REM Repair the wheel with delvewheel
147139@ REM
148140@ REM Since we bundled the Arrow C++ libraries ourselves, we only need to
Original file line number Diff line number Diff line change @@ -168,11 +168,6 @@ export CMAKE_PREFIX_PATH=/tmp/arrow-dist
168168
169169pushd /arrow/python
170170python -m build --sdist --wheel . --no-isolation
171- # We first populate stub docstrings and then build the wheel
172- python setup.py build_ext --inplace
173- # Install libcst for build-time stub docstring extraction
174- python -m pip install libcst
175- python setup.py bdist_wheel
176171
177172echo " === Strip symbols from wheel ==="
178173mkdir -p dist/temp-fix-wheel
Original file line number Diff line number Diff line change @@ -1531,7 +1531,6 @@ services:
15311531 BUILD_DOCS_PYTHON : " ON"
15321532 PYTEST_ARGS : " --doctest-modules --doctest-cython"
15331533 PYTEST_RST_ARGS : " --doctest-glob=*.rst"
1534- PYARROW_TEST_ANNOTATIONS : " ON"
15351534 volumes : *conda-volumes
15361535 command :
15371536 ["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
You can’t perform that action at this time.
0 commit comments