Date: Thursday, April 30, 2020 @ 19:45:38 Author: felixonmars Revision: 623364
upgpkg: python-pytest-isort 1.0.0-1 Modified: python-pytest-isort/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-30 19:45:33 UTC (rev 623363) +++ PKGBUILD 2020-04-30 19:45:38 UTC (rev 623364) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-isort -pkgver=0.3.1 -pkgrel=3 +pkgver=1.0.0 +pkgrel=1 pkgdesc='pytest plugin to perform isort checks (import ordering)' arch=('any') license=('BSD') @@ -9,10 +9,10 @@ url='https://github.com/moccu/pytest-isort' depends=('python-pytest-cache' 'python-isort') source=("$pkgname-$pkgver.tar.gz::https://github.com/moccu/pytest-isort/archive/$pkgver.tar.gz") -sha512sums=('453dc5c1098f749220111bf9df39ac0624626799c3b642009204edab5c4f5e540e2790b50c4337a5d0d42555eee45424c3938c86564e3d1822de0ab64d1350c5') +sha512sums=('3aec53f72d8df58d8f7e07a63c9c986051261b87c090fb50707e5ec00946c675d7a1e6746c458c035c7359218c299f53f769ffe9c066e8ad5a7eaac268ddd9c6') build() { - cd "$srcdir"/pytest-isort-$pkgver + cd pytest-isort-$pkgver python setup.py build } @@ -19,7 +19,7 @@ check() { # Hack entry points by installing it - cd "$srcdir"/pytest-isort-$pkgver + cd pytest-isort-$pkgver python setup.py install --root="$PWD/tmp_install" --optimize=1 PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" py.test }
