New package: python3-rpds-py-0.10.3

This commit is contained in:
Gonzalo Tornaría 2023-09-15 23:01:52 -03:00 committed by Andrew J. Hesford
parent d0be5a7ef0
commit 8d49a73b68

View file

@ -0,0 +1,21 @@
# Template file for 'python3-rpds-py'
pkgname=python3-rpds-py
version=0.10.3
revision=1
build_style=python3-pep517
build_helper=rust
hostmakedepends="cargo maturin"
makedepends="python3 rust-std"
depends="python3"
checkdepends="python3-pytest"
short_desc="Python bindings to Rust's persistent data structures (rpds)"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/crate-py/rpds"
changelog="https://github.com/crate-py/rpds/releases"
distfiles="${PYPI_SITE}/r/rpds-py/rpds_py-${version}.tar.gz"
checksum=fcc1ebb7561a3e24a6588f7c6ded15d80aec22c66a070c757559b57b17ffd1cb
post_install() {
vlicense LICENSE
}