python-cliapp: update to 1.20170827
This commit is contained in:
parent
ff23a3ac4c
commit
02a1bd3945
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'python-cliapp'
|
||||
pkgname=python-cliapp
|
||||
version=1.20160724
|
||||
version=1.20170827
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools python-yaml"
|
||||
makedepends="python-devel python-yaml"
|
||||
depends="python"
|
||||
pycompile_module="cliapp"
|
||||
hostmakedepends="python-setuptools python-yaml"
|
||||
depends="python-yaml"
|
||||
short_desc="Framework for Unix-like command line programs for Python2"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
homepage="http://liw.fi/cliapp/"
|
||||
license="GPL-3"
|
||||
license="GPL-2"
|
||||
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||
checksum=bce2375523e7721e8ef5e5c85ac72554f5c2acc5136dc528fcbce877e217c2b6
|
||||
checksum=fdacb12f1ea32e4cdcf749cc18a8de9af27697d467f9256e38acd347a2b408aa
|
||||
|
|
Loading…
Reference in New Issue