# Compiling Time: 2.13 SBU
# Maintainer: Marius Cirsta <mcirsta@frugalware.org>

pkgname=python3-rpds-py
pkgver=0.25.1
pkgrel=1
pkgdesc="Python bindings to the Rust rpds crate for persistent data structures"
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-maturin')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name=rpds_py
Finclude pypi
sha1sums=('3fb23b2090d23e76727473a76e5c12faf5ddd523')
_F_python_version=python3

build() {
	Fcd
	Fpatchall
	Fexec python3 -m build --wheel --no-isolation || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
