void-packages/srcpkgs/python3-setuptools-rust/template
2021-12-04 08:20:59 -05:00

22 lines
795 B
Bash

# Template file for 'python3-setuptools-rust'
pkgname=python3-setuptools-rust
version=1.1.1
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-semanticversion python3-tomli
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=dc04afb52a70e56f5d6800a7ed9c45ad5937ba95e51a042b9096459edc038ad6
# Tests have unpackaged dependencies
make_check=no
post_install() {
vlicense LICENSE
}