gandi-cli: really generate man page
Needs setuptools for the entry point.
This commit is contained in:
parent
b99e7532d8
commit
eb8152135c
1 changed files with 9 additions and 4 deletions
|
@ -1,21 +1,26 @@
|
||||||
# Template file for 'gandi-cli'
|
# Template file for 'gandi-cli'
|
||||||
pkgname=gandi-cli
|
pkgname=gandi-cli
|
||||||
version=1.3
|
version=1.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="gandi.cli-${version}"
|
wrksrc="gandi.cli-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gandi/cli"
|
pycompile_module="gandi/cli"
|
||||||
hostmakedepends="python3-docutils python3-setuptools"
|
hostmakedepends="python3-docutils python3-setuptools"
|
||||||
depends="python3-IPy python3-click python3-requests python3-yaml"
|
depends="python3-setuptools python3-IPy python3-click python3-requests python3-yaml"
|
||||||
checkdepends="$depends python3-pytest"
|
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.0-or-later"
|
||||||
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"
|
||||||
checksum=e6a28a26cfa16ad4d369958146152b293b4a0e68df6e9cfbfc2d07f84fbaa5e7
|
checksum=e6a28a26cfa16ad4d369958146152b293b4a0e68df6e9cfbfc2d07f84fbaa5e7
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python3 -m pytest
|
python3 -m pytest
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rst2man --no-generator gandicli.man.rst > gandi.1
|
||||||
|
vman gandi.1
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue