python-pytest: depends on atomicwrites now

"pytest now depends on the python-atomicwrites library."
See https://docs.pytest.org/en/latest/changelog.html#trivial-internal-changes.
This commit is contained in:
Alessio Sergi 2018-05-28 17:22:41 +02:00
parent 4615c2d967
commit ce527a460a

View File

@ -1,16 +1,16 @@
# Template file for 'python-pytest' # Template file for 'python-pytest'
pkgname=python-pytest pkgname=python-pytest
version=3.6.0 version=3.6.0
revision=1 revision=2
noarch=yes noarch=yes
wrksrc="${pkgname/python-//}-${version}" wrksrc="${pkgname/python-//}-${version}"
build_style=python-module build_style=python-module
pycompile_module="_pytest pytest.py" pycompile_module="_pytest pytest.py"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-attrs python-funcsigs python-more-itertools python-pluggy depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
python-py python-setuptools" python-pluggy python-py python-setuptools"
checkdepends="python3-hypothesis python3-more-itertools python3-pluggy checkdepends="python3-atomicwrites python3-hypothesis python3-more-itertools
python3-py" python3-pluggy python3-py python3-atomicwrites"
short_desc="Simple powerful testing with Python2" short_desc="Simple powerful testing with Python2"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
@ -42,8 +42,8 @@ python3-pytest_package() {
pytest:pytest:/usr/bin/pytest3 pytest:pytest:/usr/bin/pytest3
pytest:py.test:/usr/bin/py.test3" pytest:py.test:/usr/bin/py.test3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-attrs python3-more-itertools python3-pluggy python3-py depends="python3-atomicwrites python3-attrs python3-more-itertools
python3-setuptools" python3-pluggy python3-py python3-setuptools"
pkg_install() { pkg_install() {
vmove "usr/bin/*3" vmove "usr/bin/*3"
vmove "usr/lib/python3*" vmove "usr/lib/python3*"