python-pytest: update to 3.4.1.

Closes: #11267 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-31 01:25:42 -02:00 committed by Michael Aldridge
parent 9710c087be
commit f1d229cf57

View file

@ -1,24 +1,29 @@
# Template file for 'python-pytest' # Template file for 'python-pytest'
pkgname=python-pytest pkgname=python-pytest
version=3.3.2 version=3.4.1
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-setuptools python-py python-funcsigs python-pluggy python-attrs python-six"
checkdepends="python3-hypothesis python3-py python3-pluggy python3-attrs python3-six"
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=53548280ede7818f4dc2ad96608b9f08ae2cc2ca3874f2ceb6f97e3583f25bc4 checksum=9ddcb879c8cc859d2540204b5399011f842e5e8823674bf429f70ada281b3cc6
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
" "
noarch=yes noarch=yes
do_check() {
python3 setup.py test
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }