File: control

package info (click to toggle)
python2.2 2.2.3dfsg-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 36,920 kB
  • ctags: 69,127
  • sloc: ansic: 219,839; python: 203,969; sh: 9,690; makefile: 3,468; perl: 3,454; lisp: 3,248; xml: 2,262; cpp: 106; sed: 2
file content (99 lines) | stat: -rw-r--r-- 4,093 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Source: python2.2
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Gregor Hoffleit <flight@debian.org>
Build-Depends: debhelper (>= 3), autoconf2.13, libreadline4-dev (>= 2.2-13.3), libncurses5-dev (>= 4.2-3.1), tk8.4-dev, libdb4.2-dev, zlib1g-dev (>= 1:1.1.3), libexpat1-dev, libgmp3-dev, libgdbm-dev, blt-dev (>= 2.4z), tix8.1-dev (>= 8.1.3.93), libssl-dev
Build-Depends-Indep: libhtml-tree-perl, tetex-bin, tetex-extra, texinfo, emacs21, tar, gzip, bzip2, sharutils
Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, tk8.3-dev
Standards-Version: 3.6.1

Package: python2.2
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}
Recommends: python2.2-iconvcodec | python2.2-cjkcodecs | python2.2-japanese-codecs, python2.2-iconvcodec | python2.2-cjkcodecs | python2.2-korean-codecs
Conflicts: python2.2-ssl, python2.2-email, python2.2-dev (<< 2.2.3-11)
Replaces: python2.2-base, python2.2-ssl
Suggests: python2.2-doc, python2.2-profiler
Provides: python2.2-email
Description: An interactive high-level object-oriented language (version 2.2)
 Version 2.2 of the high-level, interactive object oriented language,
 includes an extensive class library with lots of goodies for
 network programming, system administration, sounds and graphics.

Package: python2.2-tk
Architecture: any
Depends: python2.2 (= ${Source-Version}), ${shlibs:Depends}
Suggests: tix8.1
Description: Tkinter - Writing Tk applications with Python (v2.2)
 A module for writing portable GUI applications with Python (v2.2) using Tk.
 Also known as Tkinter.

Package: python2.2-xmlbase
Architecture: any
Depends: python2.2 (= ${Source-Version}), ${shlibs:Depends}
Description: XML support included in Python (v2.2)
 Base XML support included in Python (v2.2), providing DOM and SAX modules
 and a parser based on expat.

Package: python2.2-gdbm
Architecture: any
Depends: python2.2 (= ${Source-Version}), ${shlibs:Depends}
Description: GNU dbm database support for Python (v2.2)
 GNU dbm database module for Python. Install this if you want to
 create or read GNU dbm database files with Python.

Package: python2.2-mpz
Architecture: any
Depends: python2.2 (= ${Source-Version}), ${shlibs:Depends}
Description: Multiple-precision arithmetic support for Python (v2.2)
 Arbitrary precision arithmetic for Python (v2.2) using the GNU MP
 library, i.e. bignum support.

Package: python2.2-examples
Architecture: all
Depends: python2.2 (>= ${Source-Version})
Description: Examples for the Python language (v2.2)
 Examples, Demos and Tools for Python (v2.2). These are files included in
 the upstream Python distribution (v2.2).

Package: python2.2-dev
Architecture: any
Depends: python2.2 (= ${Source-Version})
Description: Header files and a static library for Python (v2.2)
 Header files, a static library and development tools for building
 Python (v2.2) modules, extending the Python interpreter or embedding
 Python (v2.2) in applications.
 .
 Includes the python distutils, which were in a separate package up to
 version 1.5.2.
 .
 Maintainers of Python packages should read README.maintainers.

Package: idle-python2.2
Architecture: all
Depends: python2.2, python2.2-tk (>= ${Source-Version})
Description: An IDE for Python (v2.2) using Tkinter
 IDLE is an Integrated Development Environment for Python (v2.2).
 IDLE is written using Tkinter and therefore quite platform-independent.

Package: python2.2-doc
Section: doc
Architecture: all
Suggests: python2.2
Description: Documentation for the high-level object-oriented language Python
 These is the official set of documentation for the interactive high-level
 object-oriented language Python (v2.2). All documents are provided
 in HTML format, some in info format. The package consists of ten documents:
 .
   * What's New in Python2.2
   * Tutorial
   * Python Library Reference
   * Macintosh Module Reference
   * Python Language Reference
   * Extending and Embedding Python
   * Python/C API Reference
   * Installing Python Modules
   * Documenting Python
   * Distributing Python Modules