From 0477360bbc75a66a6cc94d35a11d411e40d85ec2 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Mon, 28 Dec 2020 09:00:11 -0600 Subject: [PATCH] gandi-cli: update to 1.6. --- srcpkgs/gandi-cli/template | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template index a861f3b2140..1350627bba1 100644 --- a/srcpkgs/gandi-cli/template +++ b/srcpkgs/gandi-cli/template @@ -1,23 +1,18 @@ # Template file for 'gandi-cli' pkgname=gandi-cli -version=1.5 -revision=3 +version=1.6 +revision=1 wrksrc="gandi.cli-${version}" build_style=python3-module -pycompile_module="gandi/cli" hostmakedepends="python3-docutils python3-setuptools" depends="python3-setuptools python3-IPy python3-click python3-requests python3-yaml" -checkdepends="$depends python3-pytest" +checkdepends="$depends python3-pytest-cov" short_desc="Command line interface to Gandi.net" maintainer="Lon Willett " license="GPL-3.0-or-later" homepage="http://cli.gandi.net" distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz" -checksum=91349aaac0399add4dec5025cd75ae34f42e0d78bd533da4619a075869c93fb0 - -do_check() { - python3 -m pytest -} +checksum=f9a8140604c2f8ff2bef31851456906d301bfef2a36101280bbaf531a05cb52e post_install() { rst2man --no-generator gandicli.man.rst > gandi.1