File: control

package info (click to toggle)
pyflakes 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 496 kB
  • sloc: python: 6,841; makefile: 11; sh: 11
file content (46 lines) | stat: -rw-r--r-- 1,743 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
Source: pyflakes
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-pytest <!nocheck>,
               python3-all,
               python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/PyCQA/pyflakes
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/packages/pyflakes.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyflakes

Package: pyflakes3
Architecture: all
Multi-Arch: foreign
Depends: python3-pyflakes (=${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
Description: passive checker of Python 3 programs
 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the command line `pyflakes3` program.

Package: python3-pyflakes
Architecture: all
Recommends: pyflakes3
Depends: ${misc:Depends}, ${python3:Depends}
Description: passive checker of Python 3 programs - Python modules
 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.
 .
 This is the Python 3 library version.