diff --git a/srcpkgs/python3-rpds-py/template b/srcpkgs/python3-rpds-py/template new file mode 100644 index 00000000000..aaa78596033 --- /dev/null +++ b/srcpkgs/python3-rpds-py/template @@ -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 " +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 +}