Skip to content
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

BUG: fix detection of platform dependent components in wheel #526

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

dnicolodi
Copy link
Member

Correctly detect a wheel shipping shared libraries as being platform dependent also when it does not ship compiled executables or Python extension modules.

Correctly detect a wheel shipping shared libraries as being platform
dependent also when it does not ship compiled executables or Python
extension modules.
@rgommers rgommers added the bug Something isn't working label Nov 5, 2023
@rgommers rgommers added this to the v0.16.0 milestone Nov 5, 2023
Copy link
Contributor

@rgommers rgommers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dnicolodi.

For the case of gh-525, with this PR the wheel name now looks correct: capypdf-0.7.0-py3-none-macosx_14_0_arm64.whl.

@rgommers rgommers merged commit f115ca5 into mesonbuild:main Nov 5, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants