23 lines
878 B
Bash
23 lines
878 B
Bash
# Template file for 'python3-pytest-cov'
|
|
pkgname=python3-pytest-cov
|
|
version=2.11.1
|
|
revision=1
|
|
wrksrc="pytest-cov-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pytest python3-coverage"
|
|
checkdepends="$depends python3-toml python3-py python3-pluggy python3-packaging
|
|
python3-more-itertools python3-attrs python3-six python3-parsing"
|
|
short_desc="Pytest plugin for measuring coverage"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
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=359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7
|
|
make_check=no # requires unpackaged xdist, fields, process_tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|