File: control

package info (click to toggle)
python-refurb 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,132 kB
  • sloc: python: 5,803; makefile: 32; sh: 7
file content (48 lines) | stat: -rw-r--r-- 1,695 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
43
44
45
46
47
48
Source: python-refurb
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 docbook-to-man,
 pybuild-plugin-pyproject,
 python3-all,
 python3-mypy,
 python3-poetry-core,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/dosisod/refurb
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-refurb
Vcs-Git: https://salsa.debian.org/python-team/packages/python-refurb.git
Rules-Requires-Root: no

Package: python3-refurb
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: tool for refurbishing and modernizing Python codebases (Python3 version)
 A tool for refurbishing and modernizing Python codebases. It can give hints on
 possible improvements and new features to use in an existing Python codebase.
 Refurb is not a style/type checker. It is not meant as a first-line of defense
 for linting and finding bugs, it is meant for making good code even better.
 .
 This package contains the Python 3 version of the library.

Package: refurb
Section: devel
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-refurb (= ${binary:Version}),
Description: tool for refurbishing and modernizing Python codebases
 A tool for refurbishing and modernizing Python codebases. It can give hints on
 possible improvements and new features to use in an existing Python codebase.
 Refurb is not a style/type checker. It is not meant as a first-line of defense
 for linting and finding bugs, it is meant for making good code even better.