Skip to content
Snippets Groups Projects

community/py3-rpds-py: upgrade to 0.18.1_git20240605

Merged Celeste requested to merge Celeste/aports:upgrade-py3-rpds-py into master
1 file
+ 9
8
Compare changes
  • Side-by-side
  • Inline
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=py3-rpds-py
pkgver=0.10.6
pkgrel=2
pkgdesc="Python bindings to the Rust rpds crate"
pkgver=0.18.1_git20240605
_gitrev=af47095cda78b01a0ef724c1c60663b309ac7b18
pkgrel=0
pkgdesc="Python bindings to the Rust Persistent Data Structures (rpds) crate"
url="https://github.com/crate-py/rpds"
# loongarch64: libc crate fails to build
arch="all !loongarch64"
arch="all"
license="MIT"
makedepends="
cargo
@@ -14,8 +14,9 @@ makedepends="
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/crate-py/rpds/releases/download/v$pkgver/rpds_py-$pkgver.tar.gz"
builddir="$srcdir/rpds_py-$pkgver"
#source="https://github.com/crate-py/rpds/releases/download/v$pkgver/rpds_py-$pkgver.tar.gz"
source="https://github.com/crate-py/rpds/archive/$_gitrev/rpds_py-$_gitrev.tar.gz"
builddir="$srcdir/rpds-$_gitrev"
options="net" # Required to download Rust crates
prepare() {
@@ -43,5 +44,5 @@ package() {
}
sha512sums="
4e887e57c59372f48b87ec10a810a65d0ff1ba2fc7587cc4f4da78d8394a78a91d84a7a7b8ad810bd1f34f4e73ad706628dbc2bd25662c9e4f83e4183c280ab1 rpds_py-0.10.6.tar.gz
84f02707062dc3cdf54fccbdb8ac6faf0d10e468e26ba0d7e53de26d1a5e9549578e4ede5c857ed29c5d6501b2ef04a5a2166154329e6f23b66972913a388dbc rpds_py-af47095cda78b01a0ef724c1c60663b309ac7b18.tar.gz
"
Loading