You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/09/23 10:29:33 UTC

[GitHub] [iceberg] Fokko opened a new pull request, #5838: Python: Add the Makefile to the source distribution

Fokko opened a new pull request, #5838:
URL: https://github.com/apache/iceberg/pull/5838

   This makes it easier for testing.
   
   ```
   ➜  python git:(fd-add-makefile-to-sdist) ✗ poetry build
   Building pyiceberg (0.1.0.dev0)
     - Building sdist
     - Built pyiceberg-0.1.0.dev0.tar.gz
     - Building wheel
     - Built pyiceberg-0.1.0.dev0-py3-none-any.whl
   ➜  python git:(fd-add-makefile-to-sdist) ✗ cd dist
   ➜  dist git:(fd-add-makefile-to-sdist) ✗ tar -xf pyiceberg-0.1.0.dev0.tar.gz
   ➜  dist git:(fd-add-makefile-to-sdist) ✗ cd pyiceberg-0.1.0.dev0
   ➜  pyiceberg-0.1.0.dev0 git:(fd-add-makefile-to-sdist) ✗ find . | grep Makefile
   ./Makefile
   ➜  pyiceberg-0.1.0.dev0 git:(fd-add-makefile-to-sdist) ✗ head Makefile
   ```


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] danielcweeks merged pull request #5838: Python: Add the Makefile to the source distribution

Posted by GitBox <gi...@apache.org>.
danielcweeks merged PR #5838:
URL: https://github.com/apache/iceberg/pull/5838


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org