Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37433686
en ru br
ALT Linux repos
S:5.2-alt1

Group :: Development/Tools
RPM: gcovr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable check

Name: gcovr
Version: 5.2
Release: alt1

Summary: A Python script for summarizing gcov data
License: BSD-3-Clause
Group: Development/Tools
Url: https://pypi.python.org/pypi/gcovr

Source: https://pypi.io/packages/source/g/%name/%name-%version.tar.gz

BuildArch: noarch

Requires: /usr/bin/gcov
Requires: python3-module-jinja2 python3-module-Pygments

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools python3-module-wheel
%{?_enable_check:BuildRequires: /usr/bin/gcov python3-module-pytest
BuildRequires: python3-module-jinja2 python3-module-Pygments}

%description
Gcovr provides a utility for managing the use of the GNU gcov utility
and generating summarized code coverage results. This command is inspired
by the Python coverage.py package, which provides a similar utility for
Python.

%prep
%setup

%build
%pyproject_build

%install
%pyproject_install

%check
py.test-3

%files
%_bindir/gcovr
%python3_sitelibdir_noarch/%name/
%python3_sitelibdir_noarch/%{pyproject_distinfo %name}
%doc README.rst PKG-INFO

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin