maturin: обновление до версии 1.12.4

This commit is contained in:
2026-02-21 14:16:52 +00:00
parent eadb146eb9
commit 352d729247

View File

@@ -3,7 +3,7 @@ name=(
maturin maturin
python3-maturin python3-maturin
) )
version='1.12.3' version='1.12.4'
release='1' release='1'
desc='Build and publish crates with pyo3, rust-cpython and cffi bindings' desc='Build and publish crates with pyo3, rust-cpython and cffi bindings'
desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi' desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi'
@@ -14,7 +14,7 @@ architectures=('amd64')
license=('Apache-2.0 OR MIT') license=('Apache-2.0 OR MIT')
sources=("https://github.com/PyO3/maturin/archive/v$version/$basepkg_name-v$version.tar.gz") sources=("https://github.com/PyO3/maturin/archive/v$version/$basepkg_name-v$version.tar.gz")
checksums=('d3898bafe6062df9721bfd28967dd3911c50321644c936f56d0088cf84e9ad2d') checksums=('ca915b5346fb4a0a33eace95494c6fa1dd8bb4bd37802346a91bab352d87198b')
meta_maturin() { meta_maturin() {
desc="Build and publish crates with pyo3, rust-cpython and cffi bindings" desc="Build and publish crates with pyo3, rust-cpython and cffi bindings"