23 lines
799 B
Bash
23 lines
799 B
Bash
# Template file for 'python3-setuptools-rust'
|
|
pkgname=python3-setuptools-rust
|
|
version=0.11.6
|
|
revision=1
|
|
wrksrc="${pkgname#python3-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-toml"
|
|
depends="python3-semanticversion python3-toml python3-setuptools"
|
|
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=a5b5954909cbc5d66b914ee6763f81fa2610916041c7266105a469f504a7c4ca
|
|
|
|
do_check() {
|
|
echo "Tests have unpackaged dependencies; skipping"
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|