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
|
Source: python
Section: interpreters
Priority: optional
Maintainer: Gregor Hoffleit <flight@debian.org>
Build-Depends: debhelper, libreadline4-dev (>= 2.1-13.3), libncurses5-dev (>= 4.2-3.1), tk8.0-dev, libgdbmg1-dev, libgmp2-dev, zlib1g-dev (>= 1:1.1.3)
Standards-Version: 3.1.0
Package: python-base
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: python (<< 1.5), python-curses, python-bsddb, python-misc, python-net, mailman (<< 1.0b11-2)
Replaces: python (<< 1.5), python-curses, python-bsddb, python-misc, python-net
Provides: python, python-bsddb, python-curses, python-misc, python-net
Description: An interactive object-oriented scripting language.
An interpretive, interactive object oriented computer language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
`A step up from Perl' says bruce@pixar.com.
Package: python-tk
Architecture: any
Depends: python-base (= ${Source-Version}), ${shlibs:Depends}
Description: Writing Tk applications with Python (Tkinter).
A module for writing portable GUI applications with Python using Tk.
Also known as Tkinter.
Package: python-mpz
Architecture: any
Priority: extra
Depends: python-base (= ${Source-Version}), ${shlibs:Depends}
Description: Multiple-precision arithmetic support for Python.
Arbitrary precision arithmetic for Python using the GNU MP library,
i.e. bignum support.
Package: python-gdbm
Architecture: any
Depends: python-base (= ${Source-Version}), ${shlibs:Depends}
Description: GNU dbm database support for Python.
GNU dbm database module for Python. Install this if you want to
create or read GNU dbm database files with Python.
Package: python-zlib
Architecture: any
Depends: python-base (= ${Source-Version}), ${shlibs:Depends}
Description: A compression module for Python using zlib.
A compression module for Python using the zlib library. zlib
implements the deflate compression method used in gzip and
pkzip.
Package: python-examples
Architecture: all
Depends: python-base (>= ${Source-Version})
Description: Examples for the scripting language Python.
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
Package: python-elisp
Architecture: all
Depends: custom | emacs20 | xemacs19 | xemacs20-bin | xemacs21-bin
Description: Emacs-lisp python-mode for the scripting language Python.
Emacs-lisp python-mode for the scripting language Python.
.
If you install this with XEmacs 20 or 21, it will replace the included
python-mode.el, which may or may not be a more recent version
(use "C-h v py-version" to compare).
Package: python-regrtest
Architecture: all
Depends: python-base (>= ${Source-Version})
Description: Regression test for the Python distribution.
Regression test for the Python distribution.
.
You only want to install this if you don't trust the Python packages.
Package: python-dev
Architecture: any
Depends: python-base (= ${Source-Version})
Description: Header files and a static library for Python.
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
in applications.
Package: idle
Architecture: all
Depends: python-tk (>= ${Source-Version})
Description: An IDE for Python using Tkinter
IDLE is an Integrated Development Environment for Python. IDLE is written
using Tkinter and therefore quite platform-independent.
|