void-packages/srcpkgs/python3-setuptools-rust/template
Andrew J. Hesford 342fc8dd75 Revert "python3-setuptools-rust: update to 1.4.1."
This version breaks cross-compilation of python3-cryptography; reverting
until this is figured out.

This reverts commit d8040ec387.
2022-07-06 16:43:11 -04:00

22 lines
798 B
Bash

# Template file for 'python3-setuptools-rust'
pkgname=python3-setuptools-rust
reverts="1.4.1_1"
version=1.3.0
revision=2
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-semanticversion python3-setuptools python3-typing_extensions"
short_desc="Setuptools plugin for Rust support"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/PyO3/setuptools-rust"
changelog="https://raw.githubusercontent.com/PyO3/setuptools-rust/master/CHANGELOG.md"
distfiles="${PYPI_SITE}/s/setuptools-rust/setuptools-rust-${version}.tar.gz"
checksum=958c5bf4ab6483d59dab888538121871cc5006354a42fb0fbd50acf03caad1de
# Tests have unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE
}