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

build: make deltachat-rpc-server wheels compatible with termux #4832

Closed
wants to merge 2 commits into from

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented Oct 16, 2023

No description provided.

@link2xt
Copy link
Collaborator Author

link2xt commented Oct 16, 2023

We also need to (by)pass these checks, PyPI is strict about not allowing simply linux_x86_64 package uploads:
https://github.com/pypi/warehouse/blob/92856ad31fd5d28892d9072dd1633a0b31976708/warehouse/forklift/legacy.py#L166-L182

Funny that linux_armv7l and linux_armv6l are still allowed. We can also tag ourselves as manylinux1_x86_64 and "manylinux1_i686.

As long as any tag is unsupported, there is an error:
https://github.com/pypi/warehouse/blob/92856ad31fd5d28892d9072dd1633a0b31976708/warehouse/forklift/legacy.py#L1355-L1361

The issue is known:
https://discuss.python.org/t/package-for-termux/26920

Also see discussion here:
pypa/packaging-problems#684

@link2xt
Copy link
Collaborator Author

link2xt commented Oct 21, 2023

Replaced with #4836

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.

1 participant