File: control

package info (click to toggle)
nose 1.3.7-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,712 kB
  • sloc: python: 15,697; makefile: 92; xml: 42; sh: 2
file content (58 lines) | stat: -rw-r--r-- 2,079 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
50
51
52
53
54
55
56
57
58
Source: nose
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Torsten Marek <shlomme@debian.org>,
 Dmitry Shachnev <mitya57@debian.org>,
 Brian May <bam@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 libjs-jquery-hotkeys,
 libjs-jquery-isonscreen,
 libjs-jquery-tablesorter,
 python-all (>= 2.6.6-3~),
 python-setuptools (>= 0.6a9),
 python-sphinx (>= 1.0.7+dfsg),
 python-coverage,
 python3-all,
 python3-setuptools
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Standards-Version: 4.1.3
Homepage: https://nose.readthedocs.io/en/latest/
Vcs-Git: https://salsa.debian.org/python-team/modules/nose.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/nose

Package: python-nose-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: documentation for discovery and running for Python's unittest
 nose provides an alternate test discovery and running process for
 unittest, one that is intended to mimic the behavior of py.test as
 much as is reasonably possible without resorting to too much magic
 .
 This package provides the documentation for nose.

Package: python-nose
Architecture: all
Multi-Arch: foreign
Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Suggests: python-coverage, python-nose-doc
Description: test discovery and running of Python's unittest
 nose provides an alternate test discovery and running process for
 unittest, one that is intended to mimic the behavior of py.test as
 much as is reasonably possible without resorting to too much magic

Package: python3-nose
Architecture: all
Multi-Arch: foreign
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}
Suggests: python-nose-doc
Description: test discovery and running for Python3 unittest
 nose provides an alternate test discovery and running process for Python3
 unittest, one that is intended to mimic the behavior of py.test as
 much as is reasonably possible without resorting to too much magic