File: control

package info (click to toggle)
python-cfg-diag 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: python: 211; sh: 4; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,208 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
Source: python-cfg-diag
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-single-binary,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/storpool/python-cfg_diag
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cfg-diag.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cfg-diag
Rules-Requires-Root: no

Package: python3-cfg-diag
Architecture: all
Multi-Arch: foreign
Breaks: remrun (<< 0.2.3-1~)
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: common configuration-storage class with a .diag() method
 This module provides four classes that may be used as base classes for
 storing program runtime configuration with a `verbose` boolean field.
 The classes provide a `.diag(msg)` method that decides whether to
 output the provided message based on the value of the object's
 `verbose` field.
 .
 This package contains the Python 3.x library.