Codebase list responses / 748576a
Indent/clean up white space in d/control Andrew Starr-Bochicchio 6 years ago
2 changed file(s) with 12 addition(s) and 16 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/clean less more
0 responses.egg-info/*
22 Priority: optional
33 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
44 Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
5 Build-Depends:
6 debhelper (>= 9),
7 dh-python,
8 python-all (>= 2.6.6-3~),
9 python3-all,
10 python-cookies,
11 python3-cookies,
12 python-setuptools,
13 python3-setuptools
5 Build-Depends: debhelper (>= 9),
6 dh-python,
7 python-all (>= 2.6.6-3~),
8 python3-all,
9 python-cookies,
10 python3-cookies,
11 python-setuptools,
12 python3-setuptools
1413 Standards-Version: 4.1.3
1514 Homepage: https://github.com/getsentry/responses
1615 Vcs-Git: https://salsa.debian.org/python-team/modules/responses.git
1817
1918 Package: python-responses
2019 Architecture: all
21 Depends:
22 ${misc:Depends},
23 ${python:Depends}
20 Depends: ${misc:Depends},
21 ${python:Depends}
2422 Description: Utility library for mocking out the requests Python library
2523 responses is a module used to mock out the `requests' Python library in
2624 order to perform unit tests.
2927
3028 Package: python3-responses
3129 Architecture: all
32 Depends:
33 ${misc:Depends},
34 ${python3:Depends}
30 Depends: ${misc:Depends},
31 ${python3:Depends}
3532 Description: Utility library for mocking out the requests Python 3 library
3633 responses is a module used to mock out the `requests' Python 3 library in
3734 order to perform unit tests.