File: control

package info (click to toggle)
python-pyramid-retry 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 532; makefile: 156
file content (53 lines) | stat: -rw-r--r-- 1,783 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
Source: python-pyramid-retry
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Maximilian Engelhardt <maxi@daemonizer.de>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-pyramid,
 python3-pylons-sphinx-themes <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-repoze.sphinx.autointerface <!nodoc>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-webtest <!nocheck>,
 python3-zope.interface,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/Pylons/pyramid_retry
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyramid-retry
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyramid-retry.git

Package: python3-pyramid-retry
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-pyramid-retry-doc <!nodoc>,
Description: Retry policy for the Pyramid web framework (Python 3)
 pyramid_retry is an execution policy for Pyramid that wraps requests and can
 retry them a configurable number of times under certain "retryable" error
 conditions before indicating a failure to the client.
 .
 This package installs the library for Python 3.

Package: python-pyramid-retry-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Description: Retry policy for the Pyramid web framework (common documentation)
 pyramid_retry is an execution policy for Pyramid that wraps requests and can
 retry them a configurable number of times under certain "retryable" error
 conditions before indicating a failure to the client.
 .
 This is the common documentation package.