mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-pytest: update to 4.6.9.
This commit is contained in:
parent
6ed1f88802
commit
72ef710234
2 changed files with 6 additions and 5 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'python-pytest'
|
# Template file for 'python-pytest'
|
||||||
pkgname=python-pytest
|
pkgname=python-pytest
|
||||||
version=4.6.7
|
version=4.6.9
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname/python-//}-${version}"
|
wrksrc="pytest-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
|
depends="python-atomicwrites python-attrs python-funcsigs python-more-itertools
|
||||||
python-pluggy python-py python-setuptools python-pathlib2 python-six
|
python-pluggy python-py python-setuptools python-pathlib2 python-six
|
||||||
python-wcwidth python-hypothesis python-importlib_metadata
|
python-wcwidth python-hypothesis python-importlib_metadata
|
||||||
python-packaging"
|
python-packaging"
|
||||||
checkdepends="$depends tox"
|
checkdepends="$depends python-mock tox"
|
||||||
short_desc="Simple powerful testing with Python 2"
|
short_desc="Simple powerful testing with Python 2"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://pytest.org/en/latest/"
|
homepage="https://pytest.org/en/latest/"
|
||||||
changelog="https://docs.pytest.org/en/latest/changelog.html"
|
changelog="https://docs.pytest.org/en/latest/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
|
||||||
checksum=9ea149066f566c943d3122f4b1cf1b577cab73189d11f490b54703fa5fa9df50
|
checksum=19e8f75eac01dd3f211edd465b39efbcbdc8fc5f7866d7dd49fedb30d8adf339
|
||||||
alternatives="
|
alternatives="
|
||||||
pytest:pytest:/usr/bin/pytest2
|
pytest:pytest:/usr/bin/pytest2
|
||||||
pytest:py.test:/usr/bin/py.test2"
|
pytest:py.test:/usr/bin/py.test2"
|
||||||
|
|
1
srcpkgs/python-pytest/update
Normal file
1
srcpkgs/python-pytest/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="5.*"
|
Loading…
Add table
Reference in a new issue