From 8981fc56b4b4240898e3ab22af089c50845d8bc3 Mon Sep 17 00:00:00 2001 From: Ranme Fritzvilliams Date: Sat, 11 Dec 2021 23:02:32 +0300 Subject: [PATCH] python3-click: update to 8.0.3, orphan. template: - checkdepends: python3-pytest is required for testing; attempts to test the package using setup.py have no effect. - maintainer: he/she is most likely gone. - homepage: the upstream moved to palletsprojects dot com. --- srcpkgs/python3-click/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template index 2583a95cc4ad..86f678fb7123 100644 --- a/srcpkgs/python3-click/template +++ b/srcpkgs/python3-click/template @@ -1,17 +1,19 @@ # Template file for 'python3-click' pkgname=python3-click -version=7.1.2 -revision=5 +version=8.0.3 +revision=1 wrksrc="click-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3" +checkdepends="python3-pytest" short_desc="Python3 package for creating beautiful command line interfaces" -maintainer="Oliver Kiddle " +maintainer="Orphaned " license="BSD-3-Clause" -homepage="http://click.pocoo.org/" +homepage="https://click.palletsprojects.com" +changelog="https://github.com/pallets/click/raw/main/CHANGES.rst" distfiles="${PYPI_SITE}/c/click/click-${version}.tar.gz" -checksum=d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a +checksum=410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b post_install() { vlicense LICENSE.rst