From b991b779f19ca7ca02e67394a6be63385643003b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 20 Feb 2021 22:03:25 -0500 Subject: [PATCH] maturin: update to 0.9.4. --- srcpkgs/maturin/patches/add-ppc-tier3.patch | 6 +++--- srcpkgs/maturin/template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/maturin/patches/add-ppc-tier3.patch b/srcpkgs/maturin/patches/add-ppc-tier3.patch index 6f99f304bd..cd5eae5c19 100644 --- a/srcpkgs/maturin/patches/add-ppc-tier3.patch +++ b/srcpkgs/maturin/patches/add-ppc-tier3.patch @@ -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"] ) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 60ba632981..25b1a8da54 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -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() {