maturin 1.10.2-7

This commit is contained in:
2025-12-27 16:00:48 +03:00
parent 0a3fdad0bf
commit 512a5ce5b2

View File

@@ -4,7 +4,7 @@ name=(
python3-maturin python3-maturin
) )
version='1.10.2' version='1.10.2'
release='6' release='7'
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'
homepage='https://github.com/PyO3/maturin' homepage='https://github.com/PyO3/maturin'
@@ -76,7 +76,7 @@ package_maturin() {
} }
files_maturin() { files_maturin() {
files-find-bin files-find "./usr/local/bin/**"
files-find-share files-find-share
} }
@@ -90,5 +90,5 @@ package_python3-maturin() {
} }
files_python3-maturin() { files_python3-maturin() {
files-find-lib files-find "./usr/local/lib/**"
} }