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

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

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

%define modulename memory_profiler

Name:    python3-module-%modulename
Version: 0.61
Release: alt1

Summary: Monitor Memory usage of Python code
License: BSD
Group:   Development/Python3
URL:     https://github.com/fabianp/memory_profiler

Packager: Andrey Cherepanov <cas at altlinux.org>

Source:  %modulename-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-setuptools
%py3_provides %modulename

%description
This is a python module for monitoring memory consumption of a process
as well as line-by-line analysis of memory consumption for python
programs. It is a pure python module and has the psutil module as
optional (but highly recommended) dependencies.


%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

%files
%doc *.rst
%_bindir/mprof
%python3_sitelibdir/*

%changelog

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

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