File: control

package info (click to toggle)
python-mccabe 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • ctags: 95
  • sloc: python: 481; makefile: 32
file content (42 lines) | stat: -rw-r--r-- 1,518 bytes parent folder | download | duplicates (2)
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: python-mccabe
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Chris Johnston <chrisjohnston@ubuntu.com>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-pytest,
               python-pytest-runner,
               python-setuptools,
               python3-all,
               python3-pytest,
               python3-pytest-runner,
               python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/flintwork/mccabe
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mccabe.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mccabe.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Testsuite: autopkgtest-pkg-python

Package: python-mccabe
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: Python code complexity checker (Python 2)
 This module provides a plugin for the flake8 Python code checker to run the
 McCabe code complexity script against Python code.
 .
 This package provides Python 2 module bindings only.

Package: python3-mccabe
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Python code complexity checker (Python 3)
 This module provides a plugin for the flake8 Python code checker to run the
 McCabe code complexity script against Python 3 code.
 .
 This package provides Python 3 module bindings only.