Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Clarify if py_wheel only supports pure Python wheels #2859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tholenst opened this issue May 5, 2025 · 1 comment
Open

Clarify if py_wheel only supports pure Python wheels #2859

tholenst opened this issue May 5, 2025 · 1 comment

Comments

@tholenst
Copy link

tholenst commented May 5, 2025

According to

Currently only pure-python wheels are supported.
, py_wheel only supports pure python wheels.

However, looking around it seems to me that this comment is outdated, so I thought I'd ask if this is still up to date.

Thank you!

@rickeylev
Copy link
Collaborator

Yeah, that comment is a bit outdated/misleading.

By "pure python" it more means that there isn't any special support for e.g. putting a cc_library in it and having something magic happen that gives you an e.g. manylinux compatible output with the appropriate ABI tags in the wheel name.

A C++ shared library or CPython C extension shared library can still be packaged by it, it just has to be treated as an opaque data dependency. It's on the user to add a target that creates the desired output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants