Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 36914904
en ru br
ALT Linux repositórios
5.0: 1.4.0-alt1
4.1: 1.0.6-alt1.1
4.0: 1.0.6-alt1

Group :: Desenvolvimento/Python
RPM: winpdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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
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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009