maturin: update to 1.8.7.

This commit is contained in:
Andrew J. Hesford 2025-06-20 15:59:26 -04:00
parent 76823a8c2e
commit 3037caff2a

View file

@ -1,18 +1,18 @@
# Template file for 'maturin'
pkgname=maturin
version=1.8.6
version=1.8.7
revision=1
build_style=python3-pep517
build_helper="qemu rust"
hostmakedepends="python3-setuptools-rust python3-tomli python3-wheel cargo"
makedepends="openssl-devel"
hostmakedepends="python3-setuptools-rust python3-tomli python3-wheel cargo pkg-config"
makedepends="openssl-devel libzstd-devel"
depends="python3-tomli"
short_desc="Build and publish crates as python packages"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/PyO3/maturin"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=ab092813266355e08b2feeb0b138c8a47be7cac44a0ed45c9e04722ae94b8bf5
checksum=7fae57e8f14ea469c904f190774dd3c68a70fbc4c87b6a778b3e950e44cb8c24
# Tests use unstable features and fail to build
make_check=no