maturin: обновление до версии 1.9.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='maturin'
|
name='maturin'
|
||||||
version='1.9.4'
|
version='1.9.5'
|
||||||
release='2'
|
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'
|
||||||
homepage='https://github.com/PyO3/maturin'
|
homepage='https://github.com/PyO3/maturin'
|
||||||
@@ -108,7 +108,7 @@ build_deps_rhel=("${build_deps[@]}")
|
|||||||
build_deps_rosa=("${build_deps[@]}")
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
|
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('d2fa1522a0bd104b97ac14558ff74381ddfa128437784a5dadee670eec0e9b57')
|
||||||
|
|
||||||
_pick() {
|
_pick() {
|
||||||
local p="$1" f d; shift
|
local p="$1" f d; shift
|
||||||
|
Reference in New Issue
Block a user