2023-11-27 06:56:47 -05:00

22 lines
656 B
Bash

# Template file for 'python3-rpds-py'
pkgname=python3-rpds-py
version=0.13.1
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=264f3a5906c62b9df3a00ad35f6da1987d321a053895bd85f9d5c708de5c0fbf
post_install() {
vlicense LICENSE
}