* update maturin to 1.7.6-1
This commit is contained in:
parent
d67c234830
commit
4be8d8a9ae
@ -1,9 +1,13 @@
|
||||
pkgbase = maturin
|
||||
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi bindings
|
||||
pkgver = 1.7.1
|
||||
pkgver = 1.7.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/PyO3/maturin
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = Apache-2.0 OR MIT
|
||||
makedepends = bzip2
|
||||
makedepends = gcc-libs
|
||||
@ -16,9 +20,9 @@ pkgbase = maturin
|
||||
makedepends = python-wheel
|
||||
makedepends = rust
|
||||
options = !lto
|
||||
source = https://github.com/PyO3/maturin/archive/v1.7.1/maturin-v1.7.1.tar.gz
|
||||
sha512sums = 7022cb87d5710807f1b8e4e858d19e2dc2e07b02d7f47e9bc6a322686dce90c7aeb8c2f5caf7b5da4ca61cadbede7daf84728ae9f341c38384231872c9be5cb2
|
||||
b2sums = 0b1294277e3e203a38d904782fb9e9fbc8336f50670abd1c68b8c8c2ff2a7dfdcd8fa6e98dfb4b43c625349d01f6b89826b8c9740e7660629671ad4c07ee0fd7
|
||||
source = https://github.com/PyO3/maturin/archive/v1.7.6/maturin-v1.7.6.tar.gz
|
||||
sha512sums = 44b321ae345da119bfcf264175cfefe1bde868c53a8eb91f05fb7e99919bfb9aabcdfeeb606e437265c0c15cd2a17b74b0013f9dd09d5d6806e1e6d2c93e67cb
|
||||
b2sums = 7d0253c8acbfdd84bef10ea4ecdbed4db3701ca5c3161ac69f795877147f709438cec5315afb7ad39f391bef013b59737694989f31b59695af7ea66f8b9d4fc6
|
||||
|
||||
pkgname = maturin
|
||||
depends = bzip2
|
||||
@ -30,5 +34,5 @@ pkgname = maturin
|
||||
pkgname = python-maturin
|
||||
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi bindings - Python bindings
|
||||
groups = python-build-backend
|
||||
depends = maturin=1.7.1
|
||||
depends = maturin=1.7.6
|
||||
depends = python
|
||||
|
@ -6,7 +6,7 @@ pkgname=(
|
||||
maturin
|
||||
python-maturin
|
||||
)
|
||||
pkgver=1.7.1
|
||||
pkgver=1.7.6
|
||||
pkgrel=1
|
||||
pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
|
||||
url="https://github.com/PyO3/maturin"
|
||||
@ -27,8 +27,8 @@ makedepends=(
|
||||
# disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444
|
||||
options=(!lto)
|
||||
source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
|
||||
sha512sums=('7022cb87d5710807f1b8e4e858d19e2dc2e07b02d7f47e9bc6a322686dce90c7aeb8c2f5caf7b5da4ca61cadbede7daf84728ae9f341c38384231872c9be5cb2')
|
||||
b2sums=('0b1294277e3e203a38d904782fb9e9fbc8336f50670abd1c68b8c8c2ff2a7dfdcd8fa6e98dfb4b43c625349d01f6b89826b8c9740e7660629671ad4c07ee0fd7')
|
||||
sha512sums=('44b321ae345da119bfcf264175cfefe1bde868c53a8eb91f05fb7e99919bfb9aabcdfeeb606e437265c0c15cd2a17b74b0013f9dd09d5d6806e1e6d2c93e67cb')
|
||||
b2sums=('7d0253c8acbfdd84bef10ea4ecdbed4db3701ca5c3161ac69f795877147f709438cec5315afb7ad39f391bef013b59737694989f31b59695af7ea66f8b9d4fc6')
|
||||
|
||||
_pick() {
|
||||
local p="$1" f d; shift
|
||||
|
Loading…
x
Reference in New Issue
Block a user