Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37775563
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 

%define version 1.0.6
%define release alt1
%setup_python_module winpdb

Summary: An advanced Python debugger.
Name: winpdb
Version: %version
Release: %release.1
Source0: %name-%version.tar.gz
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
%__install -d %buildroot/%_bindir
echo '#!/bin/sh
/usr/bin/env python `dirname $0`/_%name.py' > %buildroot/%_bindir/%name
chmod 755 %buildroot/%_bindir/%name

%files -f INSTALLED_FILES
%_bindir/%name

%changelog

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

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