Source: rope
Section: devel
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/rope.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/rope
Homepage: http://rope.sourceforge.net/

Package: python-rope
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends}
Recommends: python-svn,
            mercurial,
            git-core
Description: Python 2 refactoring library
 Rope is a Python refactoring 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. To make use of
 refactoring in Mercurial, Git and Svn repositories, the recommended packages
 must be installed. For a complete list of features, see the project homepage.
 .
 In Debian, this package is used by the Python-ropemacs package, an Emacs mode
 that adds Python refactoring and IDE features to the Emacs editor.
 .
 This provides the Python 2 version of the library.

Package: python3-rope
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python3-svn,
            mercurial,
            git-core
Description: Python 3 refactoring library
 Rope is a Python refactoring 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. To make use of
 refactoring in Mercurial, Git and Svn repositories, the recommended packages
 must be installed. For a complete list of features, see the project homepage.
 .
 This provides the Python3 version of the library.
