2023-09-16 04:01:52 +02:00
|
|
|
# Template file for 'python3-rpds-py'
|
|
|
|
pkgname=python3-rpds-py
|
|
|
|
version=0.10.3
|
2023-10-02 16:05:46 +02:00
|
|
|
revision=2
|
2023-09-16 04:01:52 +02:00
|
|
|
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
|
|
|
|
}
|