File: control

package info (click to toggle)
python-distro 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 860 kB
  • sloc: python: 2,064; sh: 126; makefile: 107
file content (56 lines) | stat: -rw-r--r-- 1,737 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
53
54
55
56
Source: python-distro
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Barry Warsaw <barry@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python-pytest,
 python3-pytest,
Standards-Version: 4.2.0
Homepage: https://github.com/nir0s/distro
Vcs-Git: https://salsa.debian.org/python-team/modules/python-distro.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-distro

Package: python-distro
Architecture: all
Depends:
 lsb-release,
 ${misc:Depends},
 ${python:Depends},
Description: Linux OS platform information API
 distro (for: Linux Distribution) provides information about the Linux
 distribution it runs on, such as a reliable machine-readable ID, or version
 information.
 .
 It is a renewed alternative implementation for Python's original
 platform.linux_distribution function, but it also provides much more
 functionality which isn't necessarily Python bound like a command-line
 interface.
 .
 This is the Python 2 version of the library.

Package: python3-distro
Architecture: all
Depends:
 lsb-release,
 ${misc:Depends},
 ${python3:Depends},
Description: Linux OS platform information API
 distro (for: Linux Distribution) provides information about the Linux
 distribution it runs on, such as a reliable machine-readable ID, or version
 information.
 .
 It is a renewed alternative implementation for Python's original
 platform.linux_distribution function, but it also provides much more
 functionality which isn't necessarily Python bound like a command-line
 interface.
 .
 This is the Python 3 version of the library.