kou commented on PR #13311: URL: https://github.com/apache/arrow/pull/13311#issuecomment-1224007723
Yes. Python related entries should be removed from `arrow.spec.in`. Python Flight related entries https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in#L548-L587 and `use_python` related codes such as https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in#L548-L587 should be removed too. We also need to remove Python related patterns from `dev/tasks/tasks.yml`: https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L751-L760 We also need to do similar thing for .deb: * Remove lines that are started with `@ENABLE_PYTHON@` in https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/apache-arrow/debian/control.in * Remove `*python*` in https://github.com/apache/arrow/tree/master/dev/tasks/linux-packages/apache-arrow/debian * Remove `dev/tasks/linux-packages/apache-arrow/debian/*python*` in https://github.com/apache/arrow/blob/master/dev/release/rat_exclude_files.txt * Remove `python3-numpy` from `dev/tasks/linux-packages/apache-arrow/apt/*/Dockerfile` such as https://github.com/apache/arrow/tree/master/dev/tasks/linux-packages/apache-arrow/debian * Remove Python related options in https://github.com/apache/arrow/blob/master/dev/tasks/linux-packages/apache-arrow/debian/rules * https://github.com/apache/arrow/blob/master/dev/tasks/tasks.yml#L630-L637 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
