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

Fix maturin develop for PyPy on Unix #596

Merged
merged 1 commit into from
Jul 20, 2021
Merged

Conversation

messense
Copy link
Member

Fixes #595

@messense messense changed the title Fix maturn develop for PyPy on Unix Fix maturin develop for PyPy on Unix Jul 19, 2021
@oconnor663
Copy link
Contributor

oconnor663 commented Jul 19, 2021

Wow that was fast! Thank you! I can confirm that this works on my box, with virtualenv -p pypy3 on Arch Linux.

@messense messense merged commit 53f1704 into PyO3:main Jul 20, 2021
@messense messense deleted the pypy-develop branch July 20, 2021 02:20
@messense
Copy link
Member Author

Released in maturin v0.11.2.

bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Aug 3, 2021
https://build.opensuse.org/request/show/909889
by user mcepl + dimstar_suse
- Update to 0.11.2
  * Use UTF-8 encoding when reading `pyproject.toml`
    gh#PyO3/maturin#588
  * Use Cargo's `repository` field as `Source Code` in project URL
    gh#PyO3/maturin#590
  * Fold long header fields in Python metadata
    gh#PyO3/maturin#594
  * Fix `maturin develop` for PyPy on Unix
    gh#PyO3/maturin#596
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.

maturin develop doesn't seem to work under PyPy
2 participants