File: control

package info (click to toggle)
python-requirements-detector 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 248 kB
  • sloc: python: 601; makefile: 16; sh: 2
file content (42 lines) | stat: -rw-r--r-- 1,683 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
Source: python-requirements-detector
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-astroid (>= 1.4.0),
               python-nose,
               python-setuptools,
               python3-all,
               python3-astroid (>= 1.4.0),
               python3-nose,
               python3-setuptools,
               txt2man,
Standards-Version: 4.1.5
Homepage: https://github.com/landscapeio/requirements-detector
Vcs-Git: https://salsa.debian.org/python-team/modules/python-requirements-detector.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-requirements-detector

Package: python-requirements-detector
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: finds and lists the requirements of a Python project (Python 2)
 Requirements-detector could be run either as a module or with its CLI tool
 (detect-requirements). It scans for and lists the project's requirements
 out of several sources for them.
 .
 This package contains the modules for Python 2.

Package: python3-requirements-detector
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: finds and lists the requirements of a Python project
 Requirements-detector could be run either as a module or with its CLI tool
 (detect-requirements). It scans for and lists the project's requirements
 out of several sources for them.
 .
 This package contains the CLI tool and the modules for Python 3.