diff options
author | Evangelos Foutras | 2018-07-23 17:23:41 +0000 |
---|---|---|
committer | Evangelos Foutras | 2018-07-23 17:23:41 +0000 |
commit | a271730766044a195a7eab1aaeb241ed2cf10905 (patch) | |
tree | aa64111ee6e282a646889468110d1190bdc193b2 | |
parent | 99cb81d54c0ac0cfdf93a4a0d269d7ed13b134c0 (diff) | |
download | aur-a271730766044a195a7eab1aaeb241ed2cf10905.tar.gz |
Python 3.7 rebuild
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgname=('python-pytest-fixture-config' 'python2-pytest-fixture-config' 'python-pytest-shutil' 'python2-pytest-shutil' 'python-pytest-virtualenv' 'python2-pytest-virtualenv') pkgver=1.3.0 -pkgrel=1 +pkgrel=2 arch=('any') license=('BSD') url='https://github.com/manahl/pytest-plugins' @@ -45,7 +45,7 @@ check() { for _pkg in pytest-fixture-config pytest-shutil pytest-virtualenv; do cd "$srcdir"/pytest-plugins-$pkgver/$_pkg python setup.py install --root="$srcdir"/tmp_install --optimize=1 - PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.6/site-packages py.test + PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages py.test cd "$srcdir"/pytest-plugins-$pkgver-py2/$_pkg python2 setup.py install --root="$srcdir"/tmp_install --optimize=1 |