File: control

package info (click to toggle)
python-expect 1.0.5-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 320 kB
  • ctags: 122
  • sloc: ansic: 1,206; sh: 468; python: 157; makefile: 58
file content (33 lines) | stat: -rw-r--r-- 1,281 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
Source: python-expect
Section: interpreters
Priority: optional
Maintainer: Andrew Lau <netsnipe@debianplanet.org>
Build-Depends: debhelper (>> 3.0.0), python2.1-dev
Standards-Version: 3.5.2

Package: python2.1-expect
Architecture: any
Depends: ${shlibs:Depends}, python2.1
Description: Python module to provide the functionality of Tcl's expect
 Python-expect is Python module by Paul Sheer that does most of what
 one would normally need from Tcl's expect, but it works like a
 standard popen(1) call but with both reading and writing.
 .
 Note: the author Paul Sheer has indicated to me that he no longer
 actively maintains this Python module.
 .
 This is the Python 2.1 version of the package.

Package: python-expect
Architecture: all
Depends: python2.1-expect (= ${Source-Version}), python (>= 2.1), python (<< 2.2)
Description: Python module to provide the functionality of Tcl's expect
 Python-expect is Python module by Paul Sheer that does most of what
 one would normally need from Tcl's expect, but it works like a
 standard popen(1) call but with both reading and writing.
 .
 Note: the author Paul Sheer has indicated to me that he no longer
 actively maintains this Python module.
 .
 This is a virtual package that depends on the "real" python2.1-twofish
 package.