Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 36926892
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: gcovr

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin