Format the control file with cme

This commit is contained in:
Ghislain Antony Vaillant 2018-03-05 22:32:28 +00:00
parent 8b7a4723bb
commit 1616a56b37

23
debian/control vendored
View file

@ -1,9 +1,10 @@
Source: pytest-mock
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-pytest,
python-setuptools,
@ -15,16 +16,17 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-setuptools-scm
Build-Conflicts: python3-mock
Standards-Version: 4.0.0
Homepage: https://github.com/pytest-dev/pytest-mock/
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-mock.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-mock
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-mock.git
Homepage: https://github.com/pytest-dev/pytest-mock/
Package: python-pytest-mock
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pytest (>= 3.0.3) | python-pytest (<< 3)
Depends: ${misc:Depends},
${python:Depends},
python-pytest (>= 3.0.3) | python-pytest (<< 3)
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: pytest-mock
Description: thin-wrapper around mock for easier use with py.test (Python 2 module)
This plugin installs a "mocker" fixture which is a thin-wrapper
around the patching API provided by the excellent "mock" package, but
@ -32,13 +34,15 @@ Description: thin-wrapper around mock for easier use with py.test (Python 2 modu
end of a test.
.
This package provides the Python 2 module.
XB-Python-Egg-Name: pytest-mock
Package: python3-pytest-mock
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pytest (>= 3.0.3) | python3-pytest (<< 3)
Depends: ${misc:Depends},
${python3:Depends},
python3-pytest (>= 3.0.3) | python3-pytest (<< 3)
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: pytest-mock
Description: thin-wrapper around mock for easier use with py.test (Python 3 module)
This plugin installs a "mocker" fixture which is a thin-wrapper
around the patching API provided by the excellent "mock" package, but
@ -46,3 +50,4 @@ Description: thin-wrapper around mock for easier use with py.test (Python 3 modu
end of a test.
.
This package provides the Python 3 module.
XB-Python-Egg-Name: pytest-mock