Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37769434
en ru br
Репозитории ALT
5.1: 1.4.2-alt1
4.1: 1.0.6-alt1.1
4.0: 1.0.6-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: winpdb

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

Summary: An advanced Python debugger.
Name: winpdb
Version: 1.4.2
Release: alt1
%setup_python_module winpdb
Source0: http://winpdb.googlecode.com/files/%name-%version.tar.gz
Source1: %name.desktop
License: GPL
Group: Development/Python
BuildArchitectures: noarch
URL: http://www.digitalpeers.com/pythondebugger/
Packager: Fr. Br. George <george at altlinux.ru>

%description
Winpdb is an advanced Python debugger with smart breakpoints,
thread support, modifiable namespace, and secure connections.

%prep
%setup  -q

%build
python setup.py build

%install
python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES
for N in 16 32 64; do install -D artwork/%name-icon-$N.png %buildroot%_iconsdir/hicolor/${N}x${N}/apps/%name-icon-$N.png; done
install -D artwork/%name-icon.svg %buildroot%_iconsdir/hicolor/scalable/apps/%name-icon.svg
install -D %SOURCE1 %buildroot%_desktopdir/%name.desktop

%files -f INSTALLED_FILES
%_iconsdir/hicolor/*/apps/*
%_desktopdir/*
%doc README.txt

%changelog

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

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