diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index a7d7ea3faa0..444a30303a5 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,8 +1,8 @@ # Template file for 'python-pytest' pkgname=python-pytest version=3.7.1 -revision=2 -noarch=yes +revision=3 +archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="_pytest pytest.py" @@ -10,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools python-pluggy python-py python-setuptools python-pathlib2" checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools - python3-pluggy python3-py python3-atomicwrites" + python3-pluggy python3-py python3-atomicwrites python3-six" short_desc="Simple powerful testing with Python2" maintainer="Orphaned " license="MIT" @@ -37,14 +37,14 @@ post_install() { } python3-pytest_package() { - noarch=yes + archs=noarch pycompile_module="_pytest pytest.py" alternatives=" pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3" short_desc="${short_desc/Python2/Python3}" depends="python3-atomicwrites python3-attrs python3-more-itertools - python3-pluggy python3-py python3-setuptools" + python3-pluggy python3-py python3-setuptools python3-six" pkg_install() { vmove "usr/bin/*3" vmove "usr/lib/python3*"