mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
maturin: update to 0.14.8.
This commit is contained in:
parent
524b9115bb
commit
de9ba120d3
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'maturin'
|
# Template file for 'maturin'
|
||||||
pkgname=maturin
|
pkgname=maturin
|
||||||
version=0.14.7
|
version=0.14.8
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -16,7 +16,7 @@ homepage="https://github.com/PyO3/maturin"
|
||||||
_tlver="0.12.5"
|
_tlver="0.12.5"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||||
https://github.com/bytecodealliance/target-lexicon/archive/v${_tlver}.tar.gz>target-lexicon-${_tlver}.tar.gz"
|
https://github.com/bytecodealliance/target-lexicon/archive/v${_tlver}.tar.gz>target-lexicon-${_tlver}.tar.gz"
|
||||||
checksum="cb1c01084f681f60e5825e76deb63f64cd41f360d67927acccad3a08dd3c7fff
|
checksum="f774862c7321aa80c68bb41f0b0e611aa8d75c2fec5d53b24009c7cf9d394e4d
|
||||||
efc488676998ea73d107b0c2632cc71baff91b5ea95abb6064b48a09edc233f9"
|
efc488676998ea73d107b0c2632cc71baff91b5ea95abb6064b48a09edc233f9"
|
||||||
# Tests use unstable features and fail to build
|
# Tests use unstable features and fail to build
|
||||||
make_check=no
|
make_check=no
|
||||||
|
@ -39,11 +39,6 @@ post_extract() {
|
||||||
echo "target-lexicon = { path = './target-lexicon' }" >> Cargo.toml
|
echo "target-lexicon = { path = './target-lexicon' }" >> Cargo.toml
|
||||||
}
|
}
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# Disable the 'rustls' feature, which leads to bad platform compatibility
|
|
||||||
vsed -i -e '/^default =/s/"rustls", //' Cargo.toml
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
cargo update --package target-lexicon --precise "${_tlver}"
|
cargo update --package target-lexicon --precise "${_tlver}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue