18 lines
646 B
Bash
18 lines
646 B
Bash
# Template file for 'python3-coverage'
|
|
pkgname=python3-coverage
|
|
version=5.0.3
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3-setuptools"
|
|
checkdepends="python3-pytest-xdist python3-flaky python3-unittest-mixins"
|
|
short_desc="Code coverage testing for Python3"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://bitbucket.org/ned/coveragepy"
|
|
distfiles="${PYPI_SITE}/c/coverage/coverage-${version}.tar.gz"
|
|
checksum=77afca04240c40450c331fa796b3eab6f1e15c5ecf8bf2b8bee9706cd5452fef
|
|
# coverage executable needs to run for many tests
|
|
make_check=no
|