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
|
Source: django-nose
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>,
Brian May <bam@debian.org>
Build-Depends: debhelper (>= 8.1.0~),
dh-python,
python-all,
python-django,
python-nose,
python-setuptools,
python3-all,
python3-django,
python3-nose,
python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: http://pypi.python.org/pypi/django-nose/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-nose/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-nose/trunk/
Package: python-django-nose
Architecture: all
Depends: python-django, python-nose, ${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: python-django, python-nose, ${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).
|