mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
maturin: update to 0.11.4.
This commit is contained in:
parent
10bb958d83
commit
b159e728a8
2 changed files with 13 additions and 14 deletions
|
@ -67,10 +67,9 @@ diff -ur src/target.rs src/target.rs
|
||||||
Arch::X86 => 32,
|
Arch::X86 => 32,
|
||||||
Arch::X86_64 => 64,
|
Arch::X86_64 => 64,
|
||||||
Arch::S390X => 64,
|
Arch::S390X => 64,
|
||||||
diff -ur src/auditwheel/audit.rs src/auditwheel/audit.rs
|
--- a/src/auditwheel/policy.rs
|
||||||
--- a/src/auditwheel/audit.rs
|
+++ b/src/auditwheel/policy.rs
|
||||||
+++ b/src/auditwheel/audit.rs
|
@@ -110,6 +110,8 @@
|
||||||
@@ -278,6 +278,8 @@
|
|
||||||
Arch::Armv7L => "libc.musl-armv7.so.1",
|
Arch::Armv7L => "libc.musl-armv7.so.1",
|
||||||
Arch::Powerpc64Le => "libc.musl-ppc64le.so.1",
|
Arch::Powerpc64Le => "libc.musl-ppc64le.so.1",
|
||||||
Arch::Powerpc64 => "", // musllinux doesn't support ppc64
|
Arch::Powerpc64 => "", // musllinux doesn't support ppc64
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'maturin'
|
# Template file for 'maturin'
|
||||||
pkgname=maturin
|
pkgname=maturin
|
||||||
version=0.11.3
|
version=0.11.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -17,7 +17,7 @@ homepage="https://github.com/PyO3/maturin"
|
||||||
# bump target-lexicon version if it changes in Cargo.lock
|
# bump target-lexicon version if it changes in Cargo.lock
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||||
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz"
|
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz"
|
||||||
checksum="e65864a36be44456da0f9174de12fe3ea02bb87a968b5333ace3b122869dd6b2
|
checksum="9d4fa5f0b556bd05204f27d465771573a0ff54262b118df0151cd3f13c3ec219
|
||||||
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27"
|
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27"
|
||||||
# Tests use unstable features and fail to build
|
# Tests use unstable features and fail to build
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue