mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
python3-setuptools-rust: update to 1.0.0.
This commit is contained in:
parent
198cc47109
commit
28de90c305
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-setuptools-rust'
|
||||
pkgname=python3-setuptools-rust
|
||||
version=0.12.1
|
||||
revision=3
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools_scm"
|
||||
depends="python3-semanticversion python3-toml
|
||||
depends="python3-semanticversion python3-tomli
|
||||
python3-setuptools python3-typing_extensions"
|
||||
short_desc="Setuptools plugin for Rust support"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
|
@ -13,7 +13,7 @@ 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=647009e924f0ae439c7f3e0141a184a69ad247ecb9044c511dabde232d3d570e
|
||||
checksum=eb6e6d41f01e63d042288e5c609684adf93426c10ea745ec324263f3fcbf27e9
|
||||
# Tests have unpackaged dependencies
|
||||
make_check=no
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue