From fc23a677864e0a6a40dca8f8ef19ba868bd7a62f Mon Sep 17 00:00:00 2001 From: Ranme Fritzvilliams Date: Sun, 12 Dec 2021 01:18:41 +0300 Subject: [PATCH 1/3] python3-click-log: add checkdepends template: - checkdepends: python3-pytest is used for tests; python3-click is needed to pass checks. --- srcpkgs/python3-click-log/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template index 6f966c248fc970..31c0d3defab878 100644 --- a/srcpkgs/python3-click-log/template +++ b/srcpkgs/python3-click-log/template @@ -1,11 +1,12 @@ # Template file for 'python3-click-log' pkgname=python3-click-log version=0.3.2 -revision=5 +revision=6 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 8ec28c622348fd12c9cb536761c1ff787dd31a92 Mon Sep 17 00:00:00 2001 From: Ranme Fritzvilliams Date: Sun, 12 Dec 2021 01:45:58 +0300 Subject: [PATCH 2/3] python3-click-repl: update to 0.2.0. template: - make_check: tarball from pypi includes no tests. --- srcpkgs/python3-click-repl/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template index b5cf6e495fcbea..2ad4e222bf2c05 100644 --- a/srcpkgs/python3-click-repl/template +++ b/srcpkgs/python3-click-repl/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-repl' pkgname=python3-click-repl -version=0.1.6 -revision=3 +version=0.2.0 +revision=1 wrksrc="click-repl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,9 @@ maintainer="Stacy Harper " license="MIT" homepage="https://github.com/click-contrib/click-repl" distfiles="${PYPI_SITE}/c/click-repl/click-repl-${version}.tar.gz" -checksum=b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5 +checksum=cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8 +# tarball from pypi includes no tests +make_check=no post_install() { vlicense LICENSE From 9079061990cb2a7a9cea8000b74d98da0c4a7402 Mon Sep 17 00:00:00 2001 From: Ranme Fritzvilliams Date: Sun, 12 Dec 2021 02:23:35 +0300 Subject: [PATCH 3/3] python3-click-threading: update to 0.5.0. template: - checkdepends: python3-pytest is used for tests; python3-click is required to pass checks. --- srcpkgs/python3-click-threading/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b639065db3d661..5331489500fd2b 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -1,17 +1,18 @@ # Template file for 'python3-click-threading' pkgname=python3-click-threading -version=0.4.4 -revision=5 +version=0.5.0 +revision=1 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" homepage="https://github.com/click-contrib/click-threading" distfiles="${PYPI_SITE}/c/click-threading/click-threading-${version}.tar.gz" -checksum=b2b0fada5bf184b56afaccc99d0d2548d8ab07feb2e95e29e490f6b99c605de7 +checksum=adcfe623c02a595c107c314072f67a2278fe4eb40b72c0d1a2c903cc78af3439 post_install() { vlicense LICENSE