File: control

package info (click to toggle)
nose2 0.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,480 kB
  • ctags: 1,876
  • sloc: python: 8,195; makefile: 132
file content (49 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download
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
45
46
47
48
49
Source: nose2
Section: python
Priority: optional
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
 Brian May <bam@debian.org>
Build-Depends: debhelper,
               dh-python,
               help2man,
               python-all,
               python-setuptools,
               python-six,
               python-mock,
               python-cov-core,
               python-sphinx,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-mock,
               python3-cov-core,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/nose2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nose2.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/nose2.git

Package: python-nose2-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: next generation of nicer testing for Python
 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
 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
 This is the Python 3 package.