File: control

package info (click to toggle)
python-sentinels 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: python: 45; sh: 7; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 955 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
Source: python-sentinels
Maintainer: Stuart Prescott <stuart@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatch-vcs,
 python3-hatchling,
 python3-pytest,
Standards-Version: 4.7.2
Homepage: https://github.com/vmalloc/sentinels
Vcs-Git: https://salsa.debian.org/debian/python-sentinels.git
Vcs-Browser: https://salsa.debian.org/debian/python-sentinels
Rules-Requires-Root: no

Package: python3-sentinels
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python module for sentinel objects (Python 3 version)
 Sentinels are objects with special meanings that can be passed as meaningful
 flags rather than special casing 0, None, -1, False etc. Sentinels can be
 thought of as singletons, but they service the need of having 'special'
 values in code,
 .
 This package contains the Python 3 version of the sentinels module.