1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ropemacs
Section: devel
Priority: optional
Maintainer: David Spreen <netzwurm@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 7.0.0), python, python-central (>= 0.5.6)
XS-Python-Version: >=2.5
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ropemacs/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ropemacs/trunk/
Homepage: http://rope.sourceforge.net/ropemacs.html
Package: python-ropemacs
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, pymacs, python-rope
XB-Python-Version: ${python:Versions}
Description: Emacs mode for Python refactoring
Rope is a Python library that can be used with several editors and IDEs. It
provides many refactoring operations as well as forms of code assistance like
auto-completion and access to documentation. For a complete list of features,
see the project homepage.
.
This package provides the features of the python-rope library through a Emacs
minor mode (on top of the Python mode) using the pymacs package.
|