File: control

package info (click to toggle)
rope 1.13.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,188 kB
  • sloc: python: 39,246; makefile: 7
file content (42 lines) | stat: -rw-r--r-- 1,342 bytes parent folder | download
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
36
37
38
39
40
41
42
Source: rope
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Pablo Mestre Drake <pmdcuba@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-pip <!nocheck>,
 pybuild-plugin-pyproject,
 python3-pytoolconfig (>= 1.2.2),
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-setuptools,
 python3-venv <!nocheck>,
Standards-Version: 4.7.0
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.