* update python-rpds-py to 0.19.0-1
This commit is contained in:
parent
9a932dd158
commit
ab4857874f
19
python/python-rpds-py/.SRCINFO
Normal file
19
python/python-rpds-py/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
||||
pkgbase = python-rpds-py
|
||||
pkgdesc = Python bindings to the Rust rpds crate for persistent data structures
|
||||
pkgver = 0.19.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/crate-py/rpds
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-maturin
|
||||
makedepends = python-installer
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
depends = python
|
||||
source = python-rpds-py::git+https://github.com/crate-py/rpds#tag=v0.19.0
|
||||
sha512sums = a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea
|
||||
b2sums = bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729
|
||||
|
||||
pkgname = python-rpds-py
|
4
python/python-rpds-py/.nvchecker.toml
Normal file
4
python/python-rpds-py/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-rpds-py]
|
||||
source = "git"
|
||||
git = "https://github.com/crate-py/rpds.git"
|
||||
prefix = "v"
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
||||
|
||||
pkgname=python-rpds-py
|
||||
pkgver=0.18.1
|
||||
pkgver=0.19.0
|
||||
pkgrel=1
|
||||
pkgdesc='Python bindings to the Rust rpds crate for persistent data structures'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -20,8 +20,8 @@ makedepends=(
|
||||
'python-installer'
|
||||
)
|
||||
source=("$pkgname::git+$url#tag=v$pkgver")
|
||||
sha512sums=('e02ba2538fb20a1fd10e86e34fa0aae879e105a8c5cad7445967bbd0c745d6586d6cd1fb6fac41432d377e6cc96512a5761e9d07c3783f1cf6e8605ef3bd4c19')
|
||||
b2sums=('600ba9d00576cffc1991de8b35e8859392a293e192ac4523be89800346b5935151b560ec15e8c1aba812133353546ba3de1701d84a851cb2c0fa79ff74c47a86')
|
||||
sha512sums=('a51c7d87acc1c63b69e62db80f387f36b4f2ad9b64efca1ca01a0b9998bd7dba4de5a245c5e2a5408e30817360d5b503ede243fbeac435896e6368134b38f7ea')
|
||||
b2sums=('bb6e76dcf064191742f1729c3177717c8da0a5ccee4039a92bbac86f08555d1a97f79df69d23d8fe23f4f4a6f4725b51f270e0ced13bd2b39770ddd9e7c16729')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
|
Loading…
x
Reference in New Issue
Block a user