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 49
|
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-sequence-python3,
docbook-to-man,
pybuild-plugin-pyproject,
python3-all,
python3-fastapi,
python3-mypy (>= 1.4~),
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:
python3-refurb (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
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.
|