From 461d5da78f8d08cc4c47f8e345f85658a194b917 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 23:33:14 -0400 Subject: [PATCH] python3-setuptools-rust: remove python3-toml from hostmakedepends --- srcpkgs/python3-setuptools-rust/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-setuptools-rust/template b/srcpkgs/python3-setuptools-rust/template index 7933cc5ce78..bce6df90c87 100644 --- a/srcpkgs/python3-setuptools-rust/template +++ b/srcpkgs/python3-setuptools-rust/template @@ -1,11 +1,12 @@ # Template file for 'python3-setuptools-rust' pkgname=python3-setuptools-rust version=0.12.1 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-toml" -depends="python3-semanticversion python3-toml python3-setuptools" +hostmakedepends="python3-setuptools_scm" +depends="python3-semanticversion python3-toml + python3-setuptools python3-typing_extensions" short_desc="Setuptools plugin for Rust support" maintainer="Andrew J. Hesford " license="MIT" @@ -13,10 +14,8 @@ 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 - -do_check() { - echo "Tests have unpackaged dependencies; skipping" -} +# Tests have unpackaged dependencies +make_check=no post_install() { vlicense LICENSE