From 400b025f032e76236960d716a624f218ed7fcec4 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:32:51 +0300 Subject: [PATCH 1/5] python3-click-log: fix tests. --- srcpkgs/python3-click-log/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template index 6f966c248fc9..07f1c5b0eba5 100644 --- a/srcpkgs/python3-click-log/template +++ b/srcpkgs/python3-click-log/template @@ -6,6 +6,7 @@ wrksrc="click-log-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Logging integration for Click (Python3)" maintainer="Oliver Kiddle " license="MIT" From 38cfcda463ac13d83fbed050f5c21341a4528160 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:33:13 +0300 Subject: [PATCH 2/5] python3-click-plugins: fix tests. --- srcpkgs/python3-click-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index 142900633bb6..3fffc0e849fc 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -4,9 +4,9 @@ version=1.1.1 revision=4 wrksrc="click-plugins-${version}" build_style=python3-module -pycompile_module="click-plugins" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Python3-click module extension to register CLI commands" maintainer="Alex Childs " license="BSD-2-Clause" From c697fb168032aedfeeeab7814d90f1f1d9c36728 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:33:43 +0300 Subject: [PATCH 3/5] python3-click-repl: disable tests. --- srcpkgs/python3-click-repl/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template index b5cf6e495fcb..d4c78ba72332 100644 --- a/srcpkgs/python3-click-repl/template +++ b/srcpkgs/python3-click-repl/template @@ -12,6 +12,8 @@ license="MIT" homepage="https://github.com/click-contrib/click-repl" distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz" checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5 +# The tarball from PyPI has no tests. +make_check=no post_install() { vlicense LICENSE From b6a6f0c5c6d955f1692e3156e45f40b722c1509c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:14 +0300 Subject: [PATCH 4/5] python3-click-threading: fix tests. --- srcpkgs/python3-click-threading/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b639065db3d6..66bd90de3fd8 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -6,6 +6,7 @@ wrksrc="click-threading-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Multithreaded Click apps made easy (Python3)" maintainer="Oliver Kiddle " license="MIT" From 20d2a172bef27a22dd5bee5277a4182517346d2e Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sun, 10 Apr 2022 19:35:25 +0300 Subject: [PATCH 5/5] python3-userpath: fix tests. --- srcpkgs/python3-userpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index b557bc2528af..8fc30c9a52f5 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -4,9 +4,9 @@ version=1.7.0 revision=2 wrksrc="userpath-${version}" build_style=python3-module -pycompile_module="userpath" hostmakedepends="python3-setuptools" depends="python3-click" +checkdepends="$depends python3-pytest" short_desc="Cross-platform tool for adding locations to the user PATH" maintainer="Leah Neukirchen " license="MIT, Apache-2.0"