22 lines
656 B
Bash
22 lines
656 B
Bash
# Template file for 'python3-rpds-py'
|
|
pkgname=python3-rpds-py
|
|
version=0.18.0
|
|
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=42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|