Source: python-pyramid-retry Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Maximilian Engelhardt Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pyramid, python3-pylons-sphinx-themes , python3-pytest , python3-pytest-cov , python3-repoze.sphinx.autointerface , python3-setuptools, python3-sphinx , python3-webtest , 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 , 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: Architecture: all 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.