File: control

package info (click to toggle)
django-nose 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 237
  • sloc: python: 908; makefile: 210; sh: 160
file content (45 lines) | stat: -rw-r--r-- 1,749 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
Source: django-nose
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
           Brian May <bam@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               gawk,
               python-all,
               python-django,
               python-nose,
               python-setuptools,
               python3-all,
               python3-django,
               python3-nose,
               python3-setuptools,
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: https://pypi.python.org/pypi/django-nose/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-nose.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-nose.git

Package: python-django-nose
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
Description: Django test runner that uses python-nose
 python-django-nose integrates python-nose into Django test runner by
 extending the Django management CLI with nose-related options.
 Those options are targeted at running nose tests directly from within the
 Django management system (e.g. django-admin).

Package: python3-django-nose
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Django test runner that uses python-nose (Python3 version)
 python-django-nose integrates python-nose into Django test runner by
 extending the Django management CLI with nose-related options.
 Those options are targeted at running nose tests directly from within the
 Django management system (e.g. django-admin).
 .
 This package contains the Python 3 version of the library.