mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python3-coverage: update to 7.3.1.
This commit is contained in:
parent
d062c663a5
commit
7393ed76fb
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python3-coverage'
|
||||
pkgname=python3-coverage
|
||||
version=7.2.7
|
||||
version=7.3.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
makedepends="python3-devel"
|
||||
checkdepends="$depends python3-pytest-xdist python3-flaky python3-hypothesis"
|
||||
short_desc="Code coverage tool for Python"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/nedbat/coveragepy"
|
||||
changelog="https://raw.githubusercontent.com/nedbat/coveragepy/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/c/coverage/coverage-${version}.tar.gz"
|
||||
checksum=924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f44ed59
|
||||
checksum=6cb7fe1581deb67b782c153136541e20901aa312ceedaf1467dcb35255787952
|
||||
|
||||
pre_check() {
|
||||
# required setup, see tox.ini
|
||||
|
|
Loading…
Add table
Reference in a new issue