From b72597acf45860cfe40f6971855ffaeb58b03a28 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, orphan. template: - checkdepends: python3-pytest is used for tests; python3-click is needed to pass checks. - maintainer: he/she is most likely gone. --- srcpkgs/python3-click-log/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template index 6f966c248fc9..1ddb57882c72 100644 --- a/srcpkgs/python3-click-log/template +++ b/srcpkgs/python3-click-log/template @@ -1,13 +1,14 @@ # 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 " +maintainer="Orphaned " license="MIT" homepage="https://github.com/click-contrib/click-log" distfiles="${PYPI_SITE}/c/click-log/click-log-${version}.tar.gz" From d1a5a456b42e337ee00c108da870f722f834b18d 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 b5cf6e495fcb..2ad4e222bf2c 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 2a334a5b399e5a9df6ccced9d6e220f59d0d4584 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, orphan. template: - checkdepends: python3-pytest is used for tests; python3-click is needed to pass checks. - maintainer: he/she is most likely gone. --- srcpkgs/python3-click-threading/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b639065db3d6..cd70689f6d92 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 " +maintainer="Orphaned " 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