vp-build/srcpkgs/python3-pytest-cov/template

22 lines
682 B
Bash

# Template file for 'python3-pytest-cov'
pkgname=python3-pytest-cov
version=2.6.0
revision=1
noarch=yes
wrksrc="pytest-cov-${version}"
build_style=python3-module
pycompile_module="pytest_cov"
hostmakedepends="python3-setuptools"
depends="python3-pytest python3-coverage"
short_desc="Coverage plugin for pytest"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/pytest-dev/pytest-cov"
changelog="https://github.com/pytest-dev/pytest-cov/raw/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest-cov/pytest-cov-${version}.tar.gz"
checksum=e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762
post_install() {
vlicense LICENSE
}