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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
|
Source: python3-defaults
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>, Stefano Rivera <stefanor@debian.org>
Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.17.11), python3.11:any (>= 3.11.2-1~),
python3.11-minimal:any,
python3-docutils <!nodoc>,
python3-sphinx <!nodoc>,
html2text <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.python.org/
Vcs-Git: https://salsa.debian.org/cpython-team/python3-defaults.git
Vcs-Browser: https://salsa.debian.org/cpython-team/python3-defaults
Package: python3
Architecture: any
Multi-Arch: allowed
Pre-Depends: python3-minimal (= ${binary:Version})
Depends: python3.11 (>= 3.11.2-1~), libpython3-stdlib (= ${binary:Version}), ${misc:Depends}
Suggests: python3-doc (>= ${binary:Version}), python3-tk (>= 3.11.2-1~) , python3-venv (>= ${binary:Version})
Replaces: python3-minimal (<< 3.1.2-2)
Provides: python3-profiler, python3-supported-min (= 3.11), python3-supported-max (= 3.11)
Description: interactive high-level object-oriented language (default python3 version)
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on Debian's default
Python 3 version (currently v3.11).
Package: python3-venv
Architecture: any
Multi-Arch: allowed
Depends: python3.11-venv (>= 3.11.2-1~), python3 (= ${binary:Version}),
python3-distutils (>= 3.11.2-1~), ${misc:Depends}
Description: venv module for python3 (default python3 version)
This package contains the venv module for the Python language (default python3
version).
.
The venv module provides support for creating lightweight "virtual
environments" with their own site directories, optionally isolated from system
site directories. Each virtual environment has its own Python binary (which
matches the version of the binary that was used to create this environment)
and can have its own independent set of installed Python packages in its site
directories.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's venv module (currently v3.11).
Package: python3-minimal
Architecture: any
Multi-Arch: allowed
Pre-Depends: python3.11-minimal (>= 3.11.2-1~)
Depends: dpkg (>= 1.13.20), ${misc:Depends}
Description: minimal subset of the Python language (default python3 version)
This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks.
See /usr/share/doc/python3.11-minimal/README.Debian for a list of the modules
contained in this package.
XB-Cnf-Visible-Pkgname: python3
Package: python3-nopie
Architecture: any
Multi-Arch: allowed
Depends: python3 (= ${binary:Version}),
python3.11-nopie (>= 3.11.2-1~), ${misc:Depends}
Description: Python interpreter linked without PIE (default python3 version)
This package contains the interpreter not built as position independent
executable. This interpreter is diverting the python3 executable, and making
the interpreter built with PIE available as python3-pie.
XB-Cnf-Visible-Pkgname: python3
Package: python3-examples
Architecture: all
Multi-Arch: foreign
Depends: python3 (>= ${binary:Version}), python3.11-examples (>= 3.11.2-1~), ${misc:Depends}
Description: examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's examples (currently v3.11).
Package: python3-dev
Architecture: any
Multi-Arch: allowed
Depends: python3 (= ${binary:Version}), libpython3-dev (= ${binary:Version}),
python3.11-dev (>= 3.11.2-1~), python3-distutils (>= 3.11.2-1~),
${misc:Depends}, ${sphinxdoc:Depends}
Breaks: python3 (<< 3.9.2-1~)
Replaces: python3.1 (<< 3.1.2+20100706-3), python3 (<< 3.9.2-1~)
Built-Using: ${sphinxdoc:Built-Using}
Description: header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
in applications.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's headers (currently v3.11).
Package: libpython3-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpython3.11-dev (>= 3.11.2-1~), ${misc:Depends}
Breaks: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
Replaces: libpython3.8-dev (<< 3.8.0-2), python3-dev (<< 3.8.0-1)
Description: header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
in applications.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's headers (currently v3.11).
Package: libpython3-stdlib
Architecture: any
Multi-Arch: same
Depends: libpython3.11-stdlib (>= 3.11.2-1~), ${misc:Depends}
Description: interactive high-level object-oriented language (default python3 version)
This package contains the majority of the standard library for the Python
language (default python3 version).
.
This package is a dependency package, which depends on Debian's default
Python 3 version's standard library (currently v3.11).
Package: idle
Architecture: all
Depends: python3 (>= ${binary:Version}), python3-tk, ${misc:Depends}, idle-python3.11
Enhances: python3
Breaks: idle3 (<< 3.6.2-2)
Replaces: idle3 (<< 3.6.2-2)
Description: IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent.
.
This package is a dependency package, which depends on Debian's default
Python 3 version's IDLE (currently v3.11).
Package: idle3
Architecture: all
Section: oldlibs
Depends: python3 (>= ${binary:Version}), idle (>= ${binary:Version}), ${misc:Depends}
Description: IDE for Python using Tkinter (transitional package)
IDLE is an Integrated Development Environment for Python.
.
This package is a transitional package, you can safely remove it.
Package: python3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: python3.11-doc (>= 3.11.2-1~), ${misc:Depends}
Suggests: python3 (>= ${binary:Version}), python3-examples
Description: documentation for the high-level object-oriented language Python 3
This is the official set of documentation for the interactive high-level
object-oriented language Python 3 (v3.11). All documents are provided
in HTML format, some in info format. The package consists of nine documents:
.
* 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
.
This package is a dependency package, which depends on Debian's default
Python 3 version's documentation (currently v3.11).
Package: python3-dbg
Architecture: any
Multi-Arch: allowed
Section: debug
Depends: python3 (= ${binary:Version}), libpython3-dbg (= ${binary:Version}), python3.11-dbg (>= 3.11.2-1~), ${misc:Depends}
Description: debug build of the Python 3 Interpreter (version 3.11)
Python 3 interpreter configured with --pydebug. Dynamically loaded modules
are searched in /usr/lib/python3.11/lib-dynload/debug first.
Package: libpython3-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libpython3.11-dbg (>= 3.11.2-1~), ${misc:Depends}
Breaks: python3-dbg (<< 3.8.0-1)
Replaces: python3-dbg (<< 3.8.0-1)
Description: debug build of the Python 3 Interpreter (version 3.11)
Python 3 interpreter configured with --pydebug. Dynamically loaded modules
are searched in /usr/lib/python3.11/lib-dynload/debug first.
Package: python3-all
Architecture: any
Multi-Arch: allowed
Depends: python3 (= ${binary:Version}),
${misc:Depends},
python3-distutils (>= 3.11.2-1~),
python3.11,
Description: package depending on all supported Python 3 runtime versions
The package currently depends on python3.11, in the future, dependencies on
jython (Python for a JVM) and ironpython (Python for Mono) may be added.
.
This package is a dependency package used as a build dependency for other
packages to avoid hardcoded dependencies on specific Python 3 runtimes.
Package: python3-all-dev
Architecture: any
Multi-Arch: allowed
Depends: python3 (= ${binary:Version}),
libpython3-all-dev (= ${binary:Version}),
python3-all (= ${binary:Version}),
python3-dev (= ${binary:Version}),
${misc:Depends},
python3.11-dev,
Description: package depending on all supported Python 3 development packages
The package currently depends on python3.11-dev, in the future, dependencies
on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
.
This package is a dependency package used as a build dependency for other
packages to avoid hardcoded dependencies on specific Python 3 development
packages.
Package: python3-all-dbg
Architecture: any
Multi-Arch: allowed
Section: debug
Depends: python3 (= ${binary:Version}),
libpython3-all-dbg (= ${binary:Version}),
python3-all (= ${binary:Version}),
python3-dbg (= ${binary:Version}),
${misc:Depends},
python3.11-dbg,
Description: package depending on all supported Python 3 debugging packages
The package currently depends on python3.11-dbg, in the future, dependencies
on jython (Python for a JVM) and ironpython (Python for Mono) may be added.
.
This package is a dependency package used as a build dependency for other
packages to avoid hardcoded dependencies on specific Python 3 debug packages.
Package: libpython3-all-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libpython3-dev (= ${binary:Version}),
${misc:Depends},
libpython3.11-dev,
Description: package depending on all supported Python 3 development packages
The package currently depends on libpython3.11-dev, in the future,
dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
be added.
.
This package is a dependency package used as a build dependency for other
packages to avoid hardcoded dependencies on specific Python 3 development
packages.
Package: libpython3-all-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: libpython3-dbg (= ${binary:Version}),
${misc:Depends},
libpython3.11-dbg,
Description: package depending on all supported Python 3 debugging packages
The package currently depends on libpython3.11-dbg, in the future,
dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may
be added.
.
This package is a dependency package used as a build dependency for other
packages to avoid hardcoded dependencies on specific Python 3 debug packages.
Package: 2to3
Architecture: all
Multi-Arch: foreign
Depends: python3-lib2to3 (>= 3.11.2-1~), python3 (>= ${binary:Version}), ${misc:Depends}
Breaks: python (<< 2.7.14-4)
Replaces: python (<< 2.7.14-4)
Description: 2to3 binary using python3
2to3 is a Python program that reads Python 2.x source code and applies a
series of fixers to transform it into valid Python 3.x code. The standard
library contains a rich set of fixers that will handle almost all code. 2to3
supporting library lib2to3 is, however, a flexible and generic library, so it
is possible to write your own fixers for 2to3. lib2to3 could also be adapted
to custom applications in which Python code needs to be edited automatically.
.
This package is a dependency package, which depends on Debian's default
Python 3 2to3 version (currently v3.11).
Package: python3-full
Architecture: any
Multi-Arch: allowed
Depends: python3 (= ${binary:Version}),
python3.11-full (>= 3.11.2-1~),
python3-venv (= ${binary:Version}),
2to3,
idle,
python3-distutils,
python3-gdbm,
python3-lib2to3,
python3-tk,
${shlibs:Depends}, ${misc:Depends}
Recommends: python3-doc, python3-examples,
Suggests: python3-dev
Description: Default Python Interpreter with complete class library
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
.
This package is a dependency package, which depends on the full
standard library of Python for Python developers. Including modules
used only at build-time, such as venv and distutils, and modules with
complex dependencies, such as tk and IDLE. All batteries included.
.
This package depends on Debian's default python 3 version's full
standard library (currently v3.11).
.
According to the Debian Python policy, this package must not be used in
build dependencies, dependencies and recommendations.
|