main/py3-configshell: upgrade to 1.1.26

This commit is contained in:
Leo 2019-09-05 05:10:12 -03:00 committed by Natanael Copa
parent 8fde5af690
commit 558dc7a027

View File

@ -1,22 +1,17 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=py3-configshell
_pkgname=configshell
pkgver=1.1_p25
_ver=${pkgver/_rc/rc}
_ver=${_ver/_p/.fb}
pkgrel=1
pkgver=1.1.26
pkgrel=0
pkgdesc="Python library that provides a framework for building simple but nice CLI-based applications"
url="https://github.com/agrover/configshell-fb"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-six py3-urwid py3-parsing"
depends_dev=""
makedepends="$depends_dev python3-dev"
install=""
subpackages=""
makedepends="py3-setuptools"
options="!check" # no test suite
source="$_pkgname-fb-$_ver.tar.gz::https://github.com/agrover/configshell-fb/archive/v$_ver.tar.gz"
builddir="$srcdir"/$_pkgname-fb-$_ver
source="$_pkgname-fb-$pkgver.tar.gz::https://github.com/agrover/configshell-fb/archive/v$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-fb-$pkgver
build() {
cd "$builddir"
@ -28,4 +23,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="7f0af5014600d148326b4692a84fcc388d3ea175a79566a5e3b1ede89d9dbc90be5f4b1481e69dd5654e88578b3732441a822e4d89cd0504d0ad3221d3a2f027 configshell-fb-1.1.fb25.tar.gz"
sha512sums="25e5b4ee812a51c99eed4d039ac8bab883218a674ff27f9eee4604d133b592574f4829ead9cb1aba4d2aca873f5414ad4ca55979c6d4eadaa9a802b1d563494d configshell-fb-1.1.26.tar.gz"