File: control

package info (click to toggle)
flake8-deprecated 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: python: 247; sh: 5; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,087 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
Source: flake8-deprecated
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-flake8,
               python3-hatchling,
               pybuild-plugin-pyproject,
               python3-pytest <!nocheck>,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/flake8-deprecated
Vcs-Git: https://salsa.debian.org/python-team/packages/flake8-deprecated.git
Rules-Requires-Root: no
Homepage: https://github.com/gforcada/flake8-deprecated/

Package: python3-flake8-deprecated
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Enhances: flake8
Description: flake8 extension to lint for a deprecated features
 This flake8 plugin helps to keep up with method deprecations and giving
 hints about what they should be replaced with.
 .
 This plugin is based on a Python checker that was in
 plone.recipe.codeanalysis