gcovr: not yet fully compatible with python3
This commit is contained in:
parent
b963471b0e
commit
520ad5a927
2 changed files with 4 additions and 19 deletions
|
@ -1,33 +1,19 @@
|
||||||
# Template file for 'gcovr'
|
# Template file for 'gcovr'
|
||||||
pkgname=gcovr
|
pkgname=gcovr
|
||||||
version=3.3
|
version=3.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="gcovr"
|
pycompile_module="gcovr"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python"
|
||||||
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
short_desc="Generates a simple report that summarizes the gcc code coverage"
|
||||||
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
maintainer="Andre Klitzing <aklitzing@gmail.com>"
|
||||||
homepage="http://gcovr.com/"
|
homepage="http://gcovr.com/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
distfiles="https://github.com/gcovr/gcovr/archive/${version}.tar.gz"
|
||||||
checksum=8a60ba6242d67a58320e9e16630d80448ef6d5284fda5fb3eff927b63c8b04a2
|
checksum=8a60ba6242d67a58320e9e16630d80448ef6d5284fda5fb3eff927b63c8b04a2
|
||||||
alternatives="gcovr:gcovr:/usr/bin/gcovr2"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-gcovr_package() {
|
|
||||||
noarch=yes
|
|
||||||
pycompile_module="gcovr"
|
|
||||||
depends="python3-setuptools"
|
|
||||||
alternatives="gcovr:gcovr:/usr/bin/gcovr3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/*3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.txt
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
gcovr
|
|
Loading…
Add table
Add a link
Reference in a new issue