Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858038
en ru br
ALT Linux repos
5.0: 1.5.1-alt1

Group :: Development/Python
RPM: ropeide

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: python refactoring IDE
Name: ropeide
Version: 1.5.1
Release: alt1
License: GPL
Group: Development/Python
Url: http://rope.sf.net/ropeide.html
Packager: Eugene Ostapets <eostapets at altlinux.ru>
BuildArch: noarch

Source: %name-%version.tar.gz

# Automatically added by buildreq on Sat May 10 2008

BuildRequires: python-devel

%description
Ropeide is a python refactoring IDE.  It uses rope library to
provide features like refactoring, code assist, and auto-completion.
It is written in python.  The IDE uses Tkinter library.

%prep
%setup

%build
%__python setup.py build

%install
%__python setup.py install -O1 --skip-build --root="%buildroot" --prefix="%prefix"

%files
%_bindir/%name
%python_sitelibdir/%name

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin