dev-util / gcovr

A Python script for summarizing gcov data

Official package sites : https://github.com/gcovr/gcovr ·

v7.2-r1 :: 0 :: gentoo

Modified
License
BSD
Keywords
amd64 ~loong ~x86
USE flags
test

General

test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

python_targets

python3_10
Build with Python 3.10
python3_11
Build with Python 3.11
python3_12
Build with Python 3.12

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / colorlog : Log formatting with colors

dev-python / jinja : A full-featured template engine for Python

dev-python / lxml : A Pythonic binding for the libxml2 and libxslt libraries

dev-python / pygments : Pygments is a syntax highlighting package written in Python

dev-python / tomli : A lil' TOML parser

Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
dev-util/gcovr: drop old
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-util/gcovr: Stabilize 7.2-r1 amd64, #936862
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
dev-util/gcovr: fix mysterious overdependency in initial 7.2 addition
In commit 0971ed4265b98d738ce1f170e42f80e8de8a4764, gcovr 7.2 was added to the tree. As part of this, it gained a new upstream dependency on tomli. However, the initial addition upstream was well-behaved -- it tried the stdlib tomllib first, and fell back to tomli, and listed its runtime dependency as: ``` "tomli >= 1.1.0 ; python_version < '3.11'" ``` See: https://github.com/gcovr/gcovr/commit/3e5a922de91bb7e63c0801d055b6ba67a2a83bc6 Nonetheless when added to gentoo, it was added without a conditional dep. Rectify this. Fixes: 0971ed4265b98d738ce1f170e42f80e8de8a4764 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-util/gcovr: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-util/gcovr: Stabilize 7.2 amd64, #932959
Signed-off-by: Sam James <sam@gentoo.org>
Matoro Mahri · gentoo
dev-util/gcovr: Keyword 7.2 loong, #930619
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: Skip a bunch of tests with gcc-14 (bug #930680)
Closes: https://bugs.gentoo.org/930680 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: add 7.2
Closes: https://bugs.gentoo.org/929537 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
dev-util/gcovr: Stabilize 6.0 amd64, #927547
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: add 6.0
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-util/gcovr: Stabilize 5.2 amd64, #884599
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
WANG Xuerui · gentoo
dev-util/gcovr: keyword 5.2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: add 5.2, drop 4.2
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: add 5.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Zamarin Arthur · gentoo
dev-util/gcovr: restrict partial tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Zamarin Arthur · gentoo
dev-util/gcovr: bump to python 3.9, enable partial tests
- tested by merging and running on various examples - enabled partial tests, which is better than nothing the failing tests fail because of old GCC version format Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-util/gcovr: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-util/gcovr: Remove py2 virtuals
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
dev-util/gcovr: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr-4.2: Version bump (bug #702332)
Tried to remove RESTRICT="test", but tests rely on gcc-5.8 and break with other versions. Closes: https://bugs.gentoo.org/702332 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick McLean · gentoo
dev-util/gcovr: Version bump to 4.1
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Patrick McLean · gentoo
dev-util/gcovr: Take maint, drop py3.4, drop old
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Pacho Ramos · gentoo
dev-util/gcovr: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Carsten Klaucke · gentoo
dev-util/gcovr: added missing setuptools dependency
Bug: https://bugs.gentoo.org/636524 Closes: https://github.com/gentoo/gentoo/pull/6122 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT
Christoph Junghans · gentoo
dev-util/gcovr: version bump (bug #593032)
Package-Manager: portage-2.2.28
Christoph Junghans · gentoo
dev-util/gcovr: initial commit
Package-Manager: portage-2.2.26