New package: python3-pytest-cov-2.6.0

This commit is contained in:
maxice8 2018-09-12 00:57:07 -03:00
parent 6b7c3dfa5c
commit c0f78c457d
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# 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
}