File: control

package info (click to toggle)
python-rudolf 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 106
  • sloc: python: 656; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 963 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
Source: python-rudolf
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), python3-setuptools, python3-all
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-rudolf.git
Vcs-Git: git://anonscm.debian.org/openstack/python-rudolf.git
Homepage: http://pypi.python.org/pypi/rudolf/

Package: python-rudolf
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-rudolf-doc
Description: colour output plugin for the nose testing framework - Python 2.x
 Rudolf provides a colour output plugin for the nose testing framework. It only
 works on Unix-like systems, as it uses ANSI colour codes. To use it, simply
 run "nosetests --with-color" to turn it on.
 .
 This package contains the Python 2.x module.