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

Don't flag the wheel as a "manylinux" wheel #125

Closed
wants to merge 1 commit into from

Conversation

wizmer
Copy link
Contributor

@wizmer wizmer commented Jun 11, 2020

Manylinux is a pep8 policy that assert that the wheels are usable on a
variety of Linux machines that satisfy standard requirements.

In order for a wheel to be manylinux compatible, it must respect some
requirements as well. They are described in
https://www.python.org/dev/peps/pep-0513/#the-manylinux1-policy

The current snap wheels do not satisfy these requirements (see #122), and
therefore cannot be flagged as Manylinux compatible.

In the wait of a solution that patches the wheel, this PR removes the incorrect flagging.

Manylinux is a pep8 policy that assert that the wheels are usable on a
variety of Linux machines that satisfy standard requirements.

In order for a wheel to be manylinux compatible, it must respect some
requirements as well. They are described in
https://www.python.org/dev/peps/pep-0513/#the-manylinux1-policy

The current snap wheels do not satisfy these requirements (see snap-stanford#122), and
therefore cannot be flagged as Manylinux compatible.

In the wait of a solution that patches the wheel, this PR removes the incorrect flagging.
@roks
Copy link
Contributor

roks commented Jul 14, 2020

This issue will be fixed in the upcoming update.

@roks roks closed this Jul 14, 2020
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

Successfully merging this pull request may close these issues.

2 participants