mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-rpds-py-0.10.3
This commit is contained in:
parent
d0be5a7ef0
commit
8d49a73b68
1 changed files with 21 additions and 0 deletions
21
srcpkgs/python3-rpds-py/template
Normal file
21
srcpkgs/python3-rpds-py/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue