summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9f9c62764ad4cf8fdd3682d0a37fa9f3a48a7189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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), extrautils, 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.