22 lines
846 B
Bash
22 lines
846 B
Bash
# Template file for 'python3-pytest-cov'
|
|
pkgname=python3-pytest-cov
|
|
version=3.0.0
|
|
revision=2
|
|
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=e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470
|
|
make_check=no # requires unpackaged xdist, fields, process_tests
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|