21 lines
755 B
Bash
21 lines
755 B
Bash
# Template file for 'python3-setuptools-rust'
|
|
pkgname=python3-setuptools-rust
|
|
version=1.10.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
|
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=5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc
|
|
# Tests have unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|