1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ropemacs
Section: devel
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.90~),
debhelper (>= 10~),
dh-python,
python (>= 2.6.6-3~)
X-Python-Version: >= 2.5
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ropemacs.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ropemacs.git
Homepage: https://github.com/python-rope/ropemacs
Package: python-ropemacs
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
pymacs,
python-rope (>= 0.9.4),
python-ropemode (>= 0.2)
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.
|