File: control

package info (click to toggle)
python-waiting 1.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 353; sh: 7; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 924 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
Source: python-waiting
Maintainer: Stuart Prescott <stuart@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-forge,
 python3-pytest,
 python3-setuptools (>= 0.6b3),
Standards-Version: 4.5.1
Homepage: https://github.com/vmalloc/waiting
Vcs-Git: https://salsa.debian.org/debian/python-waiting.git
Vcs-Browser: https://salsa.debian.org/debian/python-waiting
Rules-Requires-Root: no

Package: python3-waiting
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Python module for waiting for events to happen (Python 3 version)
 The waiting module is designed to wait for events to occur. The waiting
 routine polls a given predicate function until it returns True, polling on
 a regular basis, at defined times, with exponential back-off or with a
 time-out.
 .
 This package contains the Python 3 version of the waiting module.