mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
gandi-cli: update to 1.3.
This commit is contained in:
parent
8b16f89780
commit
464d46ad04
1 changed files with 10 additions and 5 deletions
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'gandi-cli'
|
# Template file for 'gandi-cli'
|
||||||
pkgname=gandi-cli
|
pkgname=gandi-cli
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=gandi.cli-${version}
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="gandi.cli-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-docutils"
|
|
||||||
depends="python3 python3-requests python3-click python3-yaml python3-IPy"
|
|
||||||
pycompile_module="gandi/cli"
|
pycompile_module="gandi/cli"
|
||||||
|
hostmakedepends="python3-docutils python3-setuptools"
|
||||||
|
depends="python3-IPy python3-click python3-requests python3-yaml"
|
||||||
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Command line interface to Gandi.net"
|
short_desc="Command line interface to Gandi.net"
|
||||||
maintainer="Lon Willett <xgit@lonw.net>"
|
maintainer="Lon Willett <xgit@lonw.net>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cli.gandi.net"
|
homepage="http://cli.gandi.net"
|
||||||
distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz>${wrksrc}.tar.gz"
|
distfiles="https://github.com/Gandi/gandi.cli/archive/${version}.tar.gz>${wrksrc}.tar.gz"
|
||||||
checksum=36af7e3cb5d4735f9d31837cbcc241024558b13de25daec3ede3712230d962a8
|
checksum=e6a28a26cfa16ad4d369958146152b293b4a0e68df6e9cfbfc2d07f84fbaa5e7
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python3 -m pytest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue