aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-05 05:10:12 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-06 12:35:00 +0000
commit558dc7a027f4855c35ff17130aaa0cd90749ecac (patch)
tree6348efc11d74cb0f86c91dd8be604066ed99ba37 /main
parent8fde5af69060eb4d82cb874c07f55491168f28ad (diff)
downloadaports-558dc7a027f4855c35ff17130aaa0cd90749ecac.tar.bz2
aports-558dc7a027f4855c35ff17130aaa0cd90749ecac.tar.xz
main/py3-configshell: upgrade to 1.1.26
Diffstat (limited to 'main')
-rw-r--r--main/py3-configshell/APKBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/main/py3-configshell/APKBUILD b/main/py3-configshell/APKBUILD
index 58a2bbbbd5..d747f5ba56 100644
--- a/main/py3-configshell/APKBUILD
+++ b/main/py3-configshell/APKBUILD
@@ -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"