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 31 32 33 34 35
|
Source: rope
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/rope.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rope
Homepage: https://github.com/python-rope/rope
Package: python3-rope
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
git-core,
mercurial,
python3-svn,
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.
|