gcovr: update to 4.0 (and use python3)

This commit is contained in:
Alessio Sergi 2018-06-30 18:20:47 +02:00
parent 61a076685f
commit a79202b79f

View file

@ -1,18 +1,18 @@
# Template file for 'gcovr'
pkgname=gcovr
version=3.4
version=4.0
revision=1
noarch=yes
build_style=python2-module
build_style=python3-module
pycompile_module="gcovr"
hostmakedepends="python-setuptools"
depends="python"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-Jinja2"
short_desc="Generates a simple report that summarizes the gcc code coverage"
maintainer="Andre Klitzing <aklitzing@gmail.com>"
homepage="http://gcovr.com/"
license="3-clause-BSD"
homepage="https://gcovr.com/"
license="BSD-3-Clause"
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
checksum=1c52a71f245adfe1b45e30fbe5015337fe66546f17f40038b3969b7b42acceed
checksum=f9731a0ea516f2087e13b3bc310dbd8edaec4ce6a56b2462f5603ee925f40377
post_install() {
vlicense LICENSE.txt