Source: httmock
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 9),
               dh-python,
               python (>= 2.6.6-3~),
               python-requests (>= 1.0.0),
               python-setuptools,
               python3 (>= 3.1.2-8~),
               python3-requests (>= 1.0.0),
               python3-setuptools
Standards-Version: 4.0.0
Vcs-Git: https://salsa.debian.org/python-team/modules/httmock.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/httmock
Homepage: https://github.com/patrys/httmock

Package: python-httmock
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python:Depends}
Description: Mocking library for python-requests
 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.

Package: python3-httmock
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Description: Mocking library for python3-requests
 This library allows unit tests to provide mocked responses to HTTP requests
 made using the 'requests' library, either conditionally using the
 'urlmatch' decorator or for all requests using the 'all_requests'
 decorator.
