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

Группа :: Development/Python3
Пакет: python3-module-pyprof2calltree

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname pyprof2calltree

Name: python3-module-%oname
Version: 1.4.5
Release: alt1

Summary: Help visualize profiling data from cProfile with kcachegrind

License: MIT
Group: Development/Python3
Url: http://pypi.python.org/pypi/pyprof2calltree

Source0: %name-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3

%py3_provides %oname

Conflicts: python-module-%oname
Obsoletes: python-module-%oname

%description
Script to help visualize profiling data collected with the cProfile
python module with the kcachegrind (screenshots) graphical calltree
analyser.

This is a rebranding of the venerable
http://www.gnome.org/~johan/lsprofcalltree.py script by David Allouche
et Al. It aims at making it easier to distribute (e.g. through pypi) and
behave more like the scripts of the debian kcachegrind-converters
package. The final goal is to make it part of the official upstream
kdesdk package.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc *.txt
%_bindir/%oname
%python3_sitelibdir/%oname.py
%python3_sitelibdir/__pycache__
%python3_sitelibdir/%oname-%version-py%_python3_version.egg-info

%changelog

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

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