summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9534c52b29ae84b051fa504ccee9d6381f43f48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-ttystatus
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.0
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), 
    python (>= 2.5), python-coverage-test-runner, python-sphinx
XS-Python-Version: >= 2.5
	
Package: python-ttystatus
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
XB-Python-Version: ${python:Versions}
Description: terminal progress bar and status output for Python
 The ttystatus Python library provides a simple widget-based way to show
 progress and current status in command line programs.