mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/py-prompt_toolkit: upgrade to 1.0.15
This commit is contained in:
parent
c7b5c3ccea
commit
d097015edd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user