[Python-modules-commits] [pytest] 02/05: Run wrap-and-sort
Sebastian Ramacher
sramacher at moszumanska.debian.org
Mon Dec 12 22:44:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
sramacher pushed a commit to branch master
in repository pytest.
commit db2f693d79e43d734ddeaa12ab859475e8677826
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Dec 12 23:32:23 2016 +0100
Run wrap-and-sort
---
debian/control | 92 ++++++++++++++++++++++++++++++++--------------------------
1 file changed, 51 insertions(+), 41 deletions(-)
diff --git a/debian/control b/debian/control
index ad2f428..cd61b33 100644
--- a/debian/control
+++ b/debian/control
@@ -2,32 +2,35 @@ Source: pytest
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Simon Chopin <chopin.simon at gmail.com>,
- Sebastian Ramacher <sramacher at debian.org>
-Build-Depends: debhelper (>= 9.20141010),
- dpkg-dev (>= 1.17.14),
- dh-python,
- pypy,
- pypy-hypothesis <!nocheck>,
- pypy-setuptools,
- pypy-py (>= 1.4.29),
- python-all (>= 2.6.6-3~),
- python-doc,
- python-mock (>= 1.0.1) <!nocheck>,
- python-hypothesis <!nocheck>,
- python-nose <!nocheck>,
- python-pexpect <!nocheck>,
- python-py (>= 1.4.29),
- python-setuptools,
- python-sphinx (>= 1.0.7+dfsg),
- python3-all (>= 3.1.2-6~),
- python3-hypothesis <!nocheck>,
- python3-mock (>= 1.0.1) <!nocheck>,
- python3-nose <!nocheck>,
- python3-py (>= 1.4.29),
- python3-setuptools
-Build-Conflicts: python-twisted-core,
- python3-twisted-core
+Uploaders:
+ Simon Chopin <chopin.simon at gmail.com>,
+ Sebastian Ramacher <sramacher at debian.org>
+Build-Depends:
+ debhelper (>= 9.20141010),
+ dh-python,
+ dpkg-dev (>= 1.17.14),
+ pypy,
+ pypy-hypothesis <!nocheck>,
+ pypy-py (>= 1.4.29),
+ pypy-setuptools,
+ python-all (>= 2.6.6-3~),
+ python-doc,
+ python-hypothesis <!nocheck>,
+ python-mock (>= 1.0.1) <!nocheck>,
+ python-nose <!nocheck>,
+ python-pexpect <!nocheck>,
+ python-py (>= 1.4.29),
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg),
+ python3-all (>= 3.1.2-6~),
+ python3-hypothesis <!nocheck>,
+ python3-mock (>= 1.0.1) <!nocheck>,
+ python3-nose <!nocheck>,
+ python3-py (>= 1.4.29),
+ python3-setuptools
+Build-Conflicts:
+ python-twisted-core,
+ python3-twisted-core
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
@@ -37,11 +40,13 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest.git
Package: python-pytest
Architecture: all
-Depends: python-pkg-resources,
- python-py (>= 1.4.29),
- ${misc:Depends},
- ${python:Depends}
-Suggests: python-mock (>= 1.0.1)
+Depends:
+ python-pkg-resources,
+ python-py (>= 1.4.29),
+ ${misc:Depends},
+ ${python:Depends}
+Suggests:
+ python-mock (>= 1.0.1)
Breaks:
python-logilab-common (<< 1.3.0-1)
Replaces:
@@ -55,10 +60,11 @@ Description: Simple, powerful testing in Python
Package: python3-pytest
Architecture: all
-Depends: python3-pkg-resources,
- python3-py (>= 1.4.29),
- ${misc:Depends},
- ${python3:Depends}
+Depends:
+ python3-pkg-resources,
+ python3-py (>= 1.4.29),
+ ${misc:Depends},
+ ${python3:Depends}
Description: Simple, powerful testing in Python3
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
@@ -68,10 +74,11 @@ Description: Simple, powerful testing in Python3
Package: pypy-pytest
Architecture: all
-Depends: pypy-pkg-resources,
- pypy-py (>= 1.4.29),
- ${misc:Depends},
- ${pypy:Depends}
+Depends:
+ pypy-pkg-resources,
+ pypy-py (>= 1.4.29),
+ ${misc:Depends},
+ ${pypy:Depends}
Description: Simple, powerful testing in PyPy
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
@@ -82,8 +89,11 @@ Description: Simple, powerful testing in PyPy
Package: python-pytest-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Recommends: python-pytest | python3-pytest
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
+Recommends:
+ python-pytest | python3-pytest
Description: Simple, powerful testing in Python - Documentation
This testing tool has for objective to allow the developers to limit the
boilerplate code around the tests, promoting the use of built-in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
More information about the Python-modules-commits
mailing list