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

Optional email #2

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open

Optional email #2

wants to merge 49 commits into from

Conversation

evandrocoan
Copy link

@evandrocoan evandrocoan commented Apr 3, 2020

Instead of merging #1 - Omit author_email if @ not found in authors, it should be better merge this because it has the latest version from maturin 0.80.0.

konstin and others added 30 commits December 30, 2019 20:01
32 bit Python modules use i386, not x86
With pyo3 requiring python3 this can no longer be valid.
Fix non-interpreter-specific wheels using tag with py2
This path began appearing in the output of
cargo package --list --allow-dirty --manifest-path=Cargo.toml around
nightly-2020-02-22. It doesn't exist prior to the call and isn't created
by it. This causes:

💥 maturin failed
  Caused by: Failed to build source distribution
  Caused by: Failed to add file from Cargo.toml.orig to sdist as Cargo.toml.orig
  Caused by: No such file or directory (os error 2) when getting metadata for Cargo.toml.orig
The architecture, wheel names, and shared object names
match what is specified in CPython and pip.

arm7l and aarch64 are supported for Linux only.

Target::from_target_triple() returns an Err on an
unsupported OS and architecture combination.

This allows building arm7l and aarch64 on manylinux1 and
manylinux2010, which should not work in pip.
Target::from_target_triple() could be expanded to error
on this but that needs more refactoring than seems
appropriate here.
Support arm7l, aarch64 architectures and manylinux2014 tag
Filter Cargo.toml.orig from sdist
@evandrocoan
Copy link
Author

Merging it now would be just to keep your master up to date, as this repository usage was deprecated on: ankitects/anki#538 - Deprecated maturin alternative version fix as version 0.80.0

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.

5 participants