maturin: update to 0.9.4.

This commit is contained in:
Andrew J. Hesford 2021-02-20 22:03:25 -05:00
parent 53c6fb6eec
commit b991b779f1
2 changed files with 5 additions and 5 deletions

View file

@ -12,12 +12,12 @@ diff --git setup.py setup.py
index 228267f..8fa1c1e 100644
--- setup.py
+++ setup.py
@@ -62,7 +62,7 @@ class PostInstallCommand(install):
@@ -65,7 +65,7 @@ class PostInstallCommand(install):
cargo_args = [cargo, "rustc", "--bin", "maturin", "--message-format=json"]
- if platform.machine() in ("ppc64le", "ppc64"):
+ if platform.machine() in ("ppc64le", "ppc64", "ppcle", "ppc"):
- if platform.machine() in ("ppc64le", "ppc64", "powerpc"):
+ if platform.machine() in ("ppc64le", "ppc64", "powerpc", "ppcle", "ppc"):
cargo_args.extend(
["--no-default-features", "--features=auditwheel,log,human-panic"]
)

View file

@ -1,6 +1,6 @@
# Template file for 'maturin'
pkgname=maturin
version=0.9.1
version=0.9.4
revision=1
build_style=cargo
# Disable the 'rustls' feature, which leads to bad platform compatibility
@ -16,7 +16,7 @@ homepage="https://github.com/PyO3/maturin"
# bump platforms version if it changes in Cargo.lock
distfiles="${homepage}/archive/v${version}.tar.gz
https://github.com/RustSec/platforms-crate/archive/v1.1.0.tar.gz"
checksum="e3e13ab6e7626698fe6e73f639ff899e71d485f4e5964381db9bc0ae03c9c2dd
checksum="130d39cc6ecae9b1cb5602d262c1a8a8230c8ddb3496d2397c49e565c0fc731a
2524984c2ef547bb54515828e4afad0e781a439d74cf0197cf168ec6c818594c"
post_extract() {