File: control

package info (click to toggle)
python-waiting 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: python: 353; sh: 14; makefile: 6
file content (45 lines) | stat: -rw-r--r-- 1,458 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
Source: python-waiting
Maintainer: Stuart Prescott <stuart@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 python-all (>= 2.6.6-3),
 python-forge,
 python-pytest,
 python-setuptools (>= 0.6b3),
 python3-all,
 python3-forge,
 python3-pytest,
 python3-setuptools (>= 0.6b3),
Standards-Version: 4.3.0
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

Package: python-waiting
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Python module for waiting for events to happen (Python 2 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 2 version of the waiting module.

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.