mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
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
.
This commit is contained in:
parent
1da08913c6
commit
342fc8dd75
1 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'python3-setuptools-rust'
|
# Template file for 'python3-setuptools-rust'
|
||||||
pkgname=python3-setuptools-rust
|
pkgname=python3-setuptools-rust
|
||||||
version=1.4.1
|
reverts="1.4.1_1"
|
||||||
revision=1
|
version=1.3.0
|
||||||
|
revision=2
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-pep517
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3-semanticversion python3-setuptools python3-typing_extensions"
|
depends="python3-semanticversion python3-setuptools python3-typing_extensions"
|
||||||
short_desc="Setuptools plugin for Rust support"
|
short_desc="Setuptools plugin for Rust support"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
@ -12,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/PyO3/setuptools-rust"
|
homepage="https://github.com/PyO3/setuptools-rust"
|
||||||
changelog="https://raw.githubusercontent.com/PyO3/setuptools-rust/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/PyO3/setuptools-rust/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools-rust/setuptools-rust-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools-rust/setuptools-rust-${version}.tar.gz"
|
||||||
checksum=18ff850831f58ee21d5783825c99fad632da21e47645e9427fd7dec048029e76
|
checksum=958c5bf4ab6483d59dab888538121871cc5006354a42fb0fbd50acf03caad1de
|
||||||
# Tests have unpackaged dependencies
|
# Tests have unpackaged dependencies
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue