New package: python3-pytest-cov-2.6.0
This commit is contained in:
parent
6b7c3dfa5c
commit
c0f78c457d
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue