1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: nose2
Section: python
Priority: optional
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper,
dh-python,
help2man,
python-all,
python-setuptools,
python-six,
python-sphinx,
python3-all,
python3-setuptools,
python3-six
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/nose2
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/nose2/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/nose2/trunk/
Package: python-nose2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: next generation of nicer testing for Python (documentation)
This is the package documentation.
Package: python-nose2
Architecture: all
Depends: python-pkg-resources, python-six,
${misc:Depends}, ${python:Depends}
Suggests: python-nose2-doc, python3-nose2
Description: next generation of nicer testing for Python (Python 2)
This is the Python 2 package.
Package: python3-nose2
Architecture: all
Depends: python3-pkg-resources, python3-six,
${misc:Depends}, ${python3:Depends}
Suggests: python-nose2, python-nose2-doc
Description: next generation of nicer testing for Python (Python 3)
This is the Python 3 package.
|