You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/03 11:44:40 UTC

[GitHub] [arrow] raulcd opened a new pull request, #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

raulcd opened a new pull request, #13309:
URL: https://github.com/apache/arrow/pull/13309

   I have tested locally this change and the warning disappears on `archery docker run conda-python-docs` when using `find_namespace_packages` instead.
   I have validated that the wheel generated is the same size locally before:
   ```
   (pyarrow-dev) raulcd@drogon ~/code/arrow/python/dist (master)  $ ls -laht
   total 142M
   -rw-rw-r--  1 raulcd raulcd 142M jun  3 13:28 pyarrow-9.0.0.dev169+g5273c90.d20220603-cp310-cp310-linux_x86_64.whl
   ```
   and after the change:
   ```
   (pyarrow-dev) raulcd@drogon ~/code/arrow/python/dist (master)  $ ls -laht
   total 142M
   -rw-rw-r--  1 raulcd raulcd 142M jun  3 13:36 pyarrow-9.0.0.dev169+g5273c90.d20220603-cp310-cp310-linux_x86_64.whl
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1146075048

   I've been doing a little more debugging and I think it would be better to specify the following `include` and `exclude` patterns:
   ```
   (Pdb) find_namespace_packages(include=['pyarrow*'])
   ['pyarrow', 'pyarrow.parquet', 'pyarrow.vendored', 'pyarrow.includes', 'pyarrow.tensorflow', 'pyarrow.tests', 'pyarrow.tests.parquet', 'pyarrow.tests.data', 'pyarrow.tests.data.orc', 'pyarrow.tests.data.parquet', 'pyarrow.tests.data.feather']
   (Pdb) find_namespace_packages(include=['pyarrow*'], exclude=["pyarrow.tests*"])
   ['pyarrow', 'pyarrow.parquet', 'pyarrow.vendored', 'pyarrow.includes', 'pyarrow.tensorflow']
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1146019584

   @pitrou this solved the warning when I tested locally. What do you think?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1145881235

   Revision: 155820aa7b01091e64c11598b93a3973aafad6c3
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-a93f08671d](https://github.com/ursacomputing/crossbow/branches/all?query=actions-a93f08671d)
   
   |Task|Status|
   |----|------|
   |verify-rc-binaries-wheels-linux-almalinux-8-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-linux-almalinux-8-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-linux-almalinux-8-amd64)|
   |verify-rc-binaries-wheels-linux-conda-latest-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-linux-conda-latest-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-linux-conda-latest-amd64)|
   |verify-rc-binaries-wheels-linux-ubuntu-18.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-18.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-18.04-amd64)|
   |verify-rc-binaries-wheels-linux-ubuntu-20.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-20.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-20.04-amd64)|
   |verify-rc-binaries-wheels-linux-ubuntu-22.04-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-22.04-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-linux-ubuntu-22.04-amd64)|
   |verify-rc-binaries-wheels-macos-10.15-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-macos-10.15-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-macos-10.15-amd64)|
   |verify-rc-binaries-wheels-macos-10.15-amd64-conda|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-macos-10.15-amd64-conda)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-macos-10.15-amd64-conda)|
   |verify-rc-binaries-wheels-macos-11-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-amd64)|
   |verify-rc-binaries-wheels-macos-11-amd64-conda|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-amd64-conda)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-amd64-conda)|
   |verify-rc-binaries-wheels-macos-11-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-macos-11-arm64)|
   |verify-rc-binaries-wheels-windows|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-verify-rc-binaries-wheels-windows)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-verify-rc-binaries-wheels-windows)|
   |wheel-macos-big-sur-cp310-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-big-sur-cp310-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-big-sur-cp310-arm64)|
   |wheel-macos-big-sur-cp310-universal2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-big-sur-cp310-universal2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-big-sur-cp310-universal2)|
   |wheel-macos-big-sur-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-big-sur-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-big-sur-cp38-arm64)|
   |wheel-macos-big-sur-cp39-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-big-sur-cp39-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-big-sur-cp39-arm64)|
   |wheel-macos-big-sur-cp39-universal2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-big-sur-cp39-universal2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-big-sur-cp39-universal2)|
   |wheel-macos-high-sierra-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-high-sierra-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-high-sierra-cp310-amd64)|
   |wheel-macos-high-sierra-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-high-sierra-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-high-sierra-cp37-amd64)|
   |wheel-macos-high-sierra-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-high-sierra-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-high-sierra-cp38-amd64)|
   |wheel-macos-high-sierra-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-high-sierra-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-high-sierra-cp39-amd64)|
   |wheel-macos-mavericks-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-mavericks-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-mavericks-cp310-amd64)|
   |wheel-macos-mavericks-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-mavericks-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-mavericks-cp37-amd64)|
   |wheel-macos-mavericks-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-mavericks-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-mavericks-cp38-amd64)|
   |wheel-macos-mavericks-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-macos-mavericks-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-macos-mavericks-cp39-amd64)|
   |wheel-manylinux2010-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2010-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2010-cp310-amd64)|
   |wheel-manylinux2010-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2010-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2010-cp37-amd64)|
   |wheel-manylinux2010-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2010-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2010-cp38-amd64)|
   |wheel-manylinux2010-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2010-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2010-cp39-amd64)|
   |wheel-manylinux2014-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2014-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2014-cp310-amd64)|
   |wheel-manylinux2014-cp310-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-a93f08671d-travis-wheel-manylinux2014-cp310-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2014-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2014-cp37-amd64)|
   |wheel-manylinux2014-cp37-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-a93f08671d-travis-wheel-manylinux2014-cp37-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2014-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2014-cp38-amd64)|
   |wheel-manylinux2014-cp38-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-a93f08671d-travis-wheel-manylinux2014-cp38-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-manylinux2014-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-manylinux2014-cp39-amd64)|
   |wheel-manylinux2014-cp39-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-a93f08671d-travis-wheel-manylinux2014-cp39-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-windows-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-windows-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-windows-cp310-amd64)|
   |wheel-windows-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-windows-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-windows-cp37-amd64)|
   |wheel-windows-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-windows-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-windows-cp38-amd64)|
   |wheel-windows-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-a93f08671d-github-wheel-windows-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-a93f08671d-github-wheel-windows-cp39-amd64)|


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1147232210

   The `package_data` entry in `setup(..)` itself doesn't need to be changed?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1148560695

   Sounds good! If it results in the same, let's leave it as is.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1145894503

   The verify-rc-binaries jobs are not expected to pass as this is not a release. I triggered them by error.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1148407883

   > The `package_data` entry in `setup(..)` itself doesn't need to be changed?
   
   I don't think it's necessary, all the files I expect (data and src) are correctly included on the wheel when I extract them:
   ```
   ....
     inflating: pyarrow/_orc.pyx        
     inflating: pyarrow/_parquet.cpython-310-x86_64-linux-gnu.so  
     inflating: pyarrow/_parquet.pxd    
     inflating: pyarrow/_parquet.pyx    
     inflating: pyarrow/_parquet_encryption.pxd  
     inflating: pyarrow/_parquet_encryption.pyx  
     inflating: pyarrow/_plasma.pyx  
   ....
     inflating: pyarrow/includes/__init__.pxd  
     inflating: pyarrow/includes/common.pxd  
     inflating: pyarrow/includes/libarrow.pxd  
     inflating: pyarrow/includes/libarrow_cuda.pxd  
     inflating: pyarrow/includes/libarrow_dataset.pxd  
     inflating: pyarrow/includes/libarrow_dataset_parquet.pxd  
     inflating: pyarrow/includes/libarrow_feather.pxd  
     inflating: pyarrow/includes/libarrow_flight.pxd  
     inflating: pyarrow/includes/libarrow_fs.pxd  
     inflating: pyarrow/includes/libarrow_python.pxd  
     inflating: pyarrow/includes/libarrow_substrait.pxd  
     inflating: pyarrow/includes/libgandiva.pxd  
     inflating: pyarrow/includes/libplasma.pxd  
     inflating: pyarrow/parquet/__init__.py  
     inflating: pyarrow/parquet/encryption.py  
     inflating: pyarrow/tensorflow/plasma_op.cc 
     inflating: pyarrow/vendored/__init__.py  
     inflating: pyarrow/vendored/docscrape.py  
     inflating: pyarrow/vendored/version.py  
   ```
   I can change the `package_data` to reflect the `arrow.includes` package with this diff:
   ```
   -    package_data={'pyarrow': ['*.pxd', '*.pyx', 'includes/*.pxd']},
   +    package_data={'pyarrow': ['*.pxd', '*.pyx'],
   +                  'pyarrow.includes': ['*.pxd']},
   
   ```
   but the resulting wheel contains exactly the same.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1145880389

   @github-actions crossbow submit *wheel*


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1145880318

   https://issues.apache.org/jira/browse/ARROW-16726


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1146074582

   Revision: 17278dff4f7ee30f47f7c562a3e558b1d6b25bab
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-9a6d02b496](https://github.com/ursacomputing/crossbow/branches/all?query=actions-9a6d02b496)
   
   |Task|Status|
   |----|------|
   |wheel-macos-big-sur-cp310-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-big-sur-cp310-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-big-sur-cp310-arm64)|
   |wheel-macos-big-sur-cp310-universal2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-big-sur-cp310-universal2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-big-sur-cp310-universal2)|
   |wheel-macos-big-sur-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-big-sur-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-big-sur-cp38-arm64)|
   |wheel-macos-big-sur-cp39-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-big-sur-cp39-arm64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-big-sur-cp39-arm64)|
   |wheel-macos-big-sur-cp39-universal2|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-big-sur-cp39-universal2)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-big-sur-cp39-universal2)|
   |wheel-macos-high-sierra-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-high-sierra-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-high-sierra-cp310-amd64)|
   |wheel-macos-high-sierra-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-high-sierra-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-high-sierra-cp37-amd64)|
   |wheel-macos-high-sierra-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-high-sierra-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-high-sierra-cp38-amd64)|
   |wheel-macos-high-sierra-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-high-sierra-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-high-sierra-cp39-amd64)|
   |wheel-macos-mavericks-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-mavericks-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-mavericks-cp310-amd64)|
   |wheel-macos-mavericks-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-mavericks-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-mavericks-cp37-amd64)|
   |wheel-macos-mavericks-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-mavericks-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-mavericks-cp38-amd64)|
   |wheel-macos-mavericks-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-macos-mavericks-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-macos-mavericks-cp39-amd64)|
   |wheel-manylinux2010-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2010-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2010-cp310-amd64)|
   |wheel-manylinux2010-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2010-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2010-cp37-amd64)|
   |wheel-manylinux2010-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2010-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2010-cp38-amd64)|
   |wheel-manylinux2010-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2010-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2010-cp39-amd64)|
   |wheel-manylinux2014-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2014-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2014-cp310-amd64)|
   |wheel-manylinux2014-cp310-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-9a6d02b496-travis-wheel-manylinux2014-cp310-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2014-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2014-cp37-amd64)|
   |wheel-manylinux2014-cp37-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-9a6d02b496-travis-wheel-manylinux2014-cp37-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2014-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2014-cp38-amd64)|
   |wheel-manylinux2014-cp38-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-9a6d02b496-travis-wheel-manylinux2014-cp38-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-manylinux2014-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-manylinux2014-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-manylinux2014-cp39-amd64)|
   |wheel-manylinux2014-cp39-arm64|[![TravisCI](https://img.shields.io/travis/ursacomputing/crossbow/actions-9a6d02b496-travis-wheel-manylinux2014-cp39-arm64.svg)](https://app.travis-ci.com/github/ursacomputing/crossbow/branches)|
   |wheel-windows-cp310-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-windows-cp310-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-windows-cp310-amd64)|
   |wheel-windows-cp37-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-windows-cp37-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-windows-cp37-amd64)|
   |wheel-windows-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-windows-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-windows-cp38-amd64)|
   |wheel-windows-cp39-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-9a6d02b496-github-wheel-windows-cp39-amd64)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-9a6d02b496-github-wheel-windows-cp39-amd64)|


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #13309:
URL: https://github.com/apache/arrow/pull/13309#issuecomment-1146073610

   @github-actions crossbow submit wheel*


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche merged pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche merged PR #13309:
URL: https://github.com/apache/arrow/pull/13309


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org