From ef9d77fc384a7ecf61f357c9297d53c747b0475b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 1 Sep 2023 13:54:36 -0400 Subject: [PATCH] python3-setuptools-rust: update to 1.7.0. --- srcpkgs/python3-setuptools-rust/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-setuptools-rust/template b/srcpkgs/python3-setuptools-rust/template index 3c4540d5bd4..711d44a543f 100644 --- a/srcpkgs/python3-setuptools-rust/template +++ b/srcpkgs/python3-setuptools-rust/template @@ -1,9 +1,9 @@ # Template file for 'python3-setuptools-rust' pkgname=python3-setuptools-rust -version=1.6.0 +version=1.7.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools_scm" +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 " @@ -11,7 +11,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=c86e734deac330597998bfbc08da45187e6b27837e23bd91eadb320732392262 +checksum=c7100999948235a38ae7e555fe199aa66c253dc384b125f5d85473bf81eae3a3 # Tests have unpackaged dependencies make_check=no