aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-prompt_toolkit
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-11-22 03:15:05 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-11-22 03:15:05 +0000
commitd097015eddcd5dd373b31df9c9b437bd40ab8efb (patch)
tree75253e99212a222afa5910461bc4c720f30ad81d /community/py-prompt_toolkit
parentc7b5c3ccea006996eca31b4b96e14902ef1e71a0 (diff)
downloadaports-d097015eddcd5dd373b31df9c9b437bd40ab8efb.tar.bz2
aports-d097015eddcd5dd373b31df9c9b437bd40ab8efb.tar.xz
community/py-prompt_toolkit: upgrade to 1.0.15
Diffstat (limited to 'community/py-prompt_toolkit')
-rw-r--r--community/py-prompt_toolkit/APKBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/py-prompt_toolkit/APKBUILD b/community/py-prompt_toolkit/APKBUILD
index c90b591a2b..c6b71d1a4c 100644
--- a/community/py-prompt_toolkit/APKBUILD
+++ b/community/py-prompt_toolkit/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=py-prompt_toolkit
_pkgname=prompt_toolkit
-pkgver=1.0.14
+pkgver=1.0.15
pkgrel=0
pkgdesc="Library for building powerful interactive command lines in Python"
url="https://pypi.python.org/pypi/prompt_toolkit"
@@ -14,18 +14,18 @@ subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
-check() {
- cd "$builddir"
- python2 setup.py check
- python3 setup.py check
-}
-
build() {
cd "$builddir"
python2 setup.py build
python3 setup.py build
}
+check() {
+ cd "$builddir"
+ python2 setup.py check
+ python3 setup.py check
+}
+
package() {
mkdir -p "$pkgdir"
}
@@ -51,4 +51,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="909bf50bf0095a8cc37581fc7384f9035eb9d6fd0d16a914e8912693476262cfe0b0c78643ba1c629bd907c861981a9740155927148fcff554446ebb4fd80959 py-prompt_toolkit-1.0.14.tar.gz"
+sha512sums="10981be2ed8b71d0cd9f663c4de047cec9664d9276968c6eec40dc45b388d1acf8eba07d534369254f178931079bf39b04eb2ceac06aa63a2021ebf62387b2f5 py-prompt_toolkit-1.0.15.tar.gz"