Date: Tuesday, May 7, 2019 @ 08:19:40 Author: arodseth Revision: 461891
upgpkg: python-pexpect 4.7.0-1 Modified: python-pexpect/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-06 22:50:40 UTC (rev 461890) +++ PKGBUILD 2019-05-07 08:19:40 UTC (rev 461891) @@ -1,15 +1,15 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Aaron Schaefer <[email protected]> -pkgname=('python-pexpect' 'python2-pexpect') -pkgver=4.6.0 -pkgrel=2 +pkgname=(python-pexpect python2-pexpect) +pkgver=4.7.0 +pkgrel=1 pkgdesc='For controlling and automating applications' -arch=('any') +arch=(any) url='https://pexpect.readthedocs.org/en/stable/' -license=('MIT') -makedepends=('git' 'python' 'python2') -source=("git+https://github.com/pexpect/pexpect#tag=${pkgver%%.0}") +license=(MIT) +makedepends=(git python python2) +source=("git+https://github.com/pexpect/pexpect#tag=$pkgver") sha512sums=('SKIP') prepare() { @@ -18,7 +18,7 @@ } package_python-pexpect() { - depends+=('python' 'python-ptyprocess') + depends+=(python python-ptyprocess) cd pexpect python setup.py install --root="$pkgdir" @@ -26,7 +26,7 @@ } package_python2-pexpect() { - depends+=('python2' 'python2-ptyprocess') + depends+=(python2 python2-ptyprocess) cd python2-pexpect python2 setup.py install --root="$pkgdir" @@ -33,5 +33,5 @@ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } +# getver: pypi.python.org/pypi/pexpect # vim: ts=2 sw=2 et: -# getver: pypi.python.org/pypi/pexpect
