python3-defaults 3.12.1-ok2 source package in openKylin
Changelog
python3-defaults (3.12.1-ok2) experimental; urgency=medium * 仅升级版本号 -- xinjiahao <email address hidden> Wed, 27 Mar 2024 15:13:16 +0800
python3-defaults (3.12.1-ok2) experimental; urgency=medium * 仅升级版本号 -- xinjiahao <email address hidden> Wed, 27 Mar 2024 15:13:16 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
python3-defaults_3.12.1.orig.tar.gz | 124.5 KiB | fbe6b5c03321104550bc64877ff107639b56d76166da6542b8658fb6f1a7cb7f |
python3-defaults_3.12.1-ok2.debian.tar.xz | 19.7 KiB | f254876d553d1d4d7c823dc34a4029cbc6509f50339541056a65b680aab93795 |
python3-defaults_3.12.1-ok2.dsc | 3.0 KiB | c77328040b26094065b11389b104e0f4c05ea7a7ea863501f656b172a27d82d3 |
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.12).
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-
.
This package is a dependency package, which depends on Debian's default
Python 3 version's IDLE (currently v3.12).
The package currently depends on libpython3.12-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.
The package currently depends on libpython3.12-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.
Python 3 interpreter configured with --pydebug. Dynamically loaded modules
are searched in /usr/lib/
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.12).
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.12).
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.12).
The package currently depends on python3.12, 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.
The package currently depends on python3.12-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.
The package currently depends on python3.12-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.
The package currently depends on python3.12-venv, 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 venv packages.
Python 3 interpreter configured with --pydebug. Dynamically loaded modules
are searched in /usr/lib/
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.12).
This is the official set of documentation for the interactive high-level
object-oriented language Python 3 (v3.12). 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.12).
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.12).
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 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.12).
.
According to the Debian Python policy, this package must not be used in
build dependencies, dependencies and recommendations.
This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks.
See /usr/share/
contained in this package.
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.
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.12).