python3-pytest-cov: update to 3.0.0.

This commit is contained in:
Andrew J. Hesford 2022-05-14 09:33:25 -04:00 committed by Andrew J. Hesford
parent bf3cc537f7
commit 489ef18b52
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-pytest-cov'
pkgname=python3-pytest-cov
version=2.12.1
revision=2
version=3.0.0
revision=1
wrksrc="pytest-cov-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://pytest-cov.readthedocs.io/en/latest/"
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-cov/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-cov/pytest-cov-${version}.tar.gz"
checksum=261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7
checksum=e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470
make_check=no # requires unpackaged xdist, fields, process_tests
post_install() {