File: control

package info (click to toggle)
pyroma 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 660 kB
  • ctags: 204
  • sloc: python: 1,071; makefile: 12
file content (46 lines) | stat: -rw-r--r-- 1,455 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: pyroma
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends:
 debhelper (>= 9~)
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.6.6-3~),
 python-docutils,
 python-setuptools,
 python3-all,
 python3-docutils,
 python3-setuptools
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/regebro/pyroma
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/collab-maint/pyroma.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pyroma.git

Package: python-pyroma
Architecture: all
Depends:
 ${python:Depends},
 ${misc:Depends}
Recommends: ${python:Recommends}
Provides: ${python:Provides}
Description: Python packaging quality checker
 Provides a rating of how well a Python project complies with the best practices
 of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well
 as a list of issues that could be improved.
 It can check packages locally and on PyPI.

Package: python3-pyroma
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends}
Recommends: ${python:Recommends}
Provides: ${python:Provides}
Description: Python packaging quality checker (Python3 build)
 Provides a rating of how well a Python3 project complies with the best
 practices of the Python packaging ecosystem, primarily PyPI, pip, Distribute
 etc, as well as a list of issues that could be improved.
 It can check packages locally and on PyPI.