File: control

package info (click to toggle)
django-nose 1.4.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 404 kB
  • sloc: python: 918; makefile: 207; sh: 160
file content (34 lines) | stat: -rw-r--r-- 1,083 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
Source: django-nose
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
 Brian May <bam@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 gawk,
 python3-all,
 python3-django,
 python3-nose,
 python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/django-nose/
Vcs-Git: https://salsa.debian.org/python-team/packages/django-nose.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-nose
Testsuite: autopkgtest-pkg-python

Package: python3-django-nose
Architecture: all
Depends:
 python3-django,
 ${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.