File: control

package info (click to toggle)
python-pkginfo 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 464 kB
  • ctags: 431
  • sloc: python: 1,831; makefile: 72
file content (52 lines) | stat: -rw-r--r-- 2,173 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
47
48
49
50
51
52
Source: python-pkginfo
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jan Dittberner <jandd@debian.org>
Build-Depends: debhelper (>= 9~),
               dh-python,
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: http://pypi.python.org/pypi/pkginfo/
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pkginfo.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pkginfo.git

Package: python-pkginfo
Architecture: all
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Recommends: python-pkginfo-doc (=${binary:Version})
Description: Python 2.x module to query metadata from packages
 This package provides an API for querying the distutils metadata written in
 the PKG-INFO file inside a source distribution (an sdist), or into the
 EGG-INFO directory of an installed distribution.
 .
 This package contains the Python 2 version of the library

Package: python-pkginfo-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python module to query metadata from packages documentation
 This package provides an API for querying the distutils metadata written in
 the PKG-INFO file inside a source distribution (an sdist), or into the
 EGG-INFO directory of an installed distribution.

Package: python3-pkginfo
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Recommends: python-pkginfo-doc (=${binary:Version})
Breaks: python-pkginfo (<< 1.1-2)
Replaces: python-pkginfo (<< 1.1-2)
Description: Python 3.x module to query metadata from packages
 This package provides an API for querying the distutils metadata written in
 the PKG-INFO file inside a source distribution (an sdist), or into the
 EGG-INFO directory of an installed distribution.
 .
 This package contains the Python 3 version of the library
 In addition, this package contains the 'pkginfo' executable