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
|
Source: @PVER@
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5), autoconf, libreadline5-dev, libncursesw5-dev (>= 5.3), tk8.4-dev, libdb4.5-dev, zlib1g-dev, libgdbm-dev, blt-dev (>= 2.4z), libssl-dev, sharutils, libbz2-dev, libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], locales, mime-support, libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], netbase, lsb-release, bzip2
Build-Depends-Indep: libhtml-tree-perl, texlive-latex-recommended, texinfo, emacs22, debiandoc-sgml
Build-Conflicts: tcl8.3-dev, tk8.3-dev, @PVER@-xml, python-xml
XS-Python-Version: @VER@
Standards-Version: 3.8.0
Homepage: http://python.org/
Package: @PVER@
Architecture: any
Priority: @PRIO@
Depends: @PVER@-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}
Suggests: @PVER@-doc, python-profiler
Provides: python@VER@-cjkcodecs, @PVER@-plist
Replaces: @PVER@-minimal (<< 2.4-3), @PVER@-dev (<= 2.4.4-4), idle-@PVER@ (<< 2.4.3-8), python-tk (<< 2.4.3-2)
Conflicts: @PVER@-dev (<< 2.3.95-2), python-central (<< 0.5), idle-@PVER@ (<< 2.4.3-8), python-tk (<< 2.4.3-2)
XB-Python-Version: @VER@
Description: An interactive high-level object-oriented language (version @VER@)
Version @VER@ 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: @PVER@-minimal
Architecture: any
Priority: @MINPRIO@
Depends: ${shlibs:Depends}
Suggests: binfmt-support
Conflicts: binfmt-support (<< 1.1.2)
Replaces: @PVER@ (<< 2.4.4-8)
Recommends: @PVER@
XB-Python-Runtime: @PVER@
XB-Python-Version: @VER@
Description: A minimal subset of the Python language (version @VER@)
This package contains the interpreter and some essential modules. It can
be used in the boot process for some basic tasks.
See /usr/share/doc/@PVER@-minimal/README.Debian for a list of the modules
contained in this package.
Package: @PVER@-examples
Architecture: all
Depends: @PVER@ (>= ${binary:Version})
Description: Examples for the Python language (v@VER@)
Examples, Demos and Tools for Python (v@VER@). These are files included in
the upstream Python distribution (v@VER@).
Package: @PVER@-dev
Architecture: any
Depends: @PVER@ (= ${binary:Version})
Recommends: libc6-dev | libc-dev, gcc
Description: Header files and a static library for Python (v@VER@)
Header files, a static library and development tools for building
Python (v@VER@) modules, extending the Python interpreter or embedding
Python (v@VER@) in applications.
.
Maintainers of Python packages should read README.maintainers.
Package: idle-@PVER@
Architecture: all
Depends: @PVER@, @PVER@-tk (>= 2.4.3) | python-tk (>= 2.4.3-2), @PVER@-tk
Conflicts: @PVER@-tk (<< 2.4.3)
Enhances: @PVER@
XB-Python-Version: @VER@
Description: An IDE for Python (v@VER@) using Tkinter
IDLE is an Integrated Development Environment for Python (v@VER@).
IDLE is written using Tkinter and therefore quite platform-independent.
Package: @PVER@-doc
Section: doc
Architecture: all
Suggests: @PVER@
Description: Documentation for the high-level object-oriented language Python (v@VER@)
These is the official set of documentation for the interactive high-level
object-oriented language Python (v@VER@). All documents are provided
in HTML format, some in info format. The package consists of ten documents:
.
* What's New in Python@VER@
* 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
Package: @PVER@-dbg
Architecture: any
Priority: extra
Depends: @PVER@ (>= ${binary:Version}), ${shlibs:Depends}
Suggests: python-gdbm-dbg, python-tk-dbg
Description: Debug Build of the Python Interpreter (version @VER@)
Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/@PVER@/lib-dynload/debug first.
|