python-pytest: update to 3.5.0.

Closes: #12822 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-23 00:35:30 -03:00 committed by Michael Aldridge
parent 7db3ce08ec
commit e1aa9dd7e8

View file

@ -1,19 +1,21 @@
# Template file for 'python-pytest' # Template file for 'python-pytest'
pkgname=python-pytest pkgname=python-pytest
version=3.4.2 version=3.5.0
revision=1 revision=1
wrksrc="${pkgname/python-//}-${version}" wrksrc="${pkgname/python-//}-${version}"
build_style=python-module build_style=python-module
pycompile_module="_pytest" pycompile_module="_pytest"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-py python-funcsigs python-pluggy python-attrs python-six" depends="python-attrs python-funcsigs python-more-itertools python-pluggy
checkdepends="python3-hypothesis python3-py python3-pluggy python3-attrs python3-six" python-py python-setuptools"
checkdepends="python3-hypothesis python3-more-itertools python3-pluggy
python3-py"
short_desc="Pytest: simple powerful testing with Python2" short_desc="Pytest: simple powerful testing with Python2"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="https://docs.pytest.org/en/latest/" homepage="https://docs.pytest.org/en/latest/"
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
checksum=117bad36c1a787e1a8a659df35de53ba05f9f3398fb9e4ac17e80ad5903eb8c5 checksum=fae491d1874f199537fd5872b5e1f0e74a009b979df9d53d1553fd03da1703e1
alternatives=" alternatives="
python-pytest:pytest:/usr/bin/pytest2 python-pytest:pytest:/usr/bin/pytest2
python-pytest:py.test:/usr/bin/py.test2 python-pytest:py.test:/usr/bin/py.test2
@ -36,7 +38,7 @@ python3-pytest_package() {
python-pytest:py.test:/usr/bin/py.test3 python-pytest:py.test:/usr/bin/py.test3
" "
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
depends="python3-setuptools python3-py python3-pluggy python3-attrs python3-six" depends="python3-hypothesis python3-more-itertools python3-pluggy python3-py"
pkg_install() { pkg_install() {
vmove usr/bin/*3 vmove usr/bin/*3
vmove usr/lib/python3* vmove usr/lib/python3*