mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
maturin: update to 0.12.10.
This commit is contained in:
parent
19a3cb1324
commit
31a14a7fc7
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'maturin'
|
||||
pkgname=maturin
|
||||
version=0.12.9
|
||||
version=0.12.10
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
# Disable the 'rustls' feature, which leads to bad platform compatibility
|
||||
# The list of enabled features should be reconciled with each new release
|
||||
configure_args="--no-default-features --features log,upload,human-panic"
|
||||
hostmakedepends="python3-setuptools python3-toml"
|
||||
hostmakedepends="python3-setuptools python3-tomli"
|
||||
makedepends="openssl-devel"
|
||||
depends="python3-toml"
|
||||
depends="python3-tomli"
|
||||
short_desc="Build and publish crates as python packages"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="Apache-2.0, MIT"
|
||||
|
@ -17,7 +17,7 @@ homepage="https://github.com/PyO3/maturin"
|
|||
# bump target-lexicon version if it changes in Cargo.lock
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.3.tar.gz>target-lexicon-${version}.tar.gz"
|
||||
checksum="26b094c20c9939cc9df5632b4b8d8921c4086b27a4867b439297e616f5781716
|
||||
checksum="764d91bb35a41d0fa389f3e8179353c0a7e173fbb52c6d434e2877951f15e4a4
|
||||
30ef841ec97532172726787ef9cac3b0cbf565dfdda4b6311e6414ffe63bef3e"
|
||||
# Tests use unstable features and fail to build
|
||||
make_check=no
|
||||
|
|
Loading…
Add table
Reference in a new issue