pkgname = "python-setuptools-rust" pkgver = "1.11.1" pkgrel = 0 build_style = "python_pep517" hostmakedepends = [ "python-build", "python-installer", "python-setuptools_scm", ] depends = [ "python-semantic_version", "python-setuptools", ] pkgdesc = "Setuptools plugin for Rust support" license = "MIT" url = "https://github.com/PyO3/setuptools-rust" source = f"$(PYPI_SITE)/s/setuptools-rust/setuptools_rust-{pkgver}.tar.gz" sha256 = "7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0" # unpackaged checkdepends options = ["!check"] def post_install(self): self.install_license("LICENSE")