From d1ea14440cda4cb908085bb7cfa31076b3b0f096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 17 Jul 2020 23:41:42 +0200 Subject: [PATCH] New package: python3-pytest-cov-2.10.0 --- srcpkgs/python3-pytest-cov/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/python3-pytest-cov/template diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template new file mode 100644 index 00000000000..3d4d7435e44 --- /dev/null +++ b/srcpkgs/python3-pytest-cov/template @@ -0,0 +1,22 @@ +# Template file for 'python3-pytest-cov' +pkgname=python3-pytest-cov +version=2.10.0 +revision=1 +archs=noarch +wrksrc="pytest-cov-${version}" +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 " +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=1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87 + +post_install() { + vlicense LICENSE +}