python3-pytest-cov: remove, we don't need it

This commit is contained in:
Alessio Sergi 2018-10-15 20:20:30 +02:00
parent 0c3fefd363
commit 17eda45988
1 changed files with 0 additions and 21 deletions

View File

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