python3-defaults 3.8.2-ok2 source package in openKylin

Changelog

python3-defaults (3.8.2-ok2) yangtze; urgency=medium

  * debian/rules: fix openkylin vendor

 -- Luoyaoming <email address hidden>  Fri, 03 Jun 2022 16:54:12 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
python3-defaults_3.8.2.orig.tar.gz 88.2 KiB 0e56b1d731acaf6b2643a1a6563e628d3ac13cbf70e418bf0f8f5728834c29e6
python3-defaults_3.8.2-ok2.debian.tar.xz 29.3 KiB d4129ff2c02fb9f4b39638de6ebccd83e366443935b525a093259d516c7dc755
python3-defaults_3.8.2-ok2.dsc 2.9 KiB 9e5de93d382928cdbe936cd0bdad039a94a9ed65e513e86717cb496d877e32af

Available diffs

View changes file

Binary packages built by this source

2to3: 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.12).

idle: 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 (currently v3.8).

idle3: 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.

libpython3-all-dbg: package depending on all supported Python 3 debugging packages

 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.

libpython3-all-dev: package depending on all supported Python 3 development packages

 The package currently depends on libpython3.8-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.

libpython3-dbg: debug build of the Python 3 Interpreter (version 3.12)

 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.12/lib-dynload/debug first.

libpython3-dev: 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.12).

libpython3-stdlib: 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.8).

python3: 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.8).

python3-all: package depending on all supported Python 3 runtime versions

 The package currently depends on python3.8, 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.

python3-all-dbg: package depending on all supported Python 3 debugging packages

 The package currently depends on python3.8-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.

python3-all-dev: package depending on all supported Python 3 development 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.

python3-dbg: debug build of the Python 3 Interpreter (version 3.8)

 Python 3 interpreter configured with --pydebug. Dynamically loaded modules
 are searched in /usr/lib/python3.8/lib-dynload/debug first.

python3-dev: 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 (currently v3.8).

python3-doc: 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.8). 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 (currently v3.8).

python3-examples: 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 (currently v3.8).

python3-minimal: 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.12-minimal/README.Debian for a list of the modules
 contained in this package.

python3-venv: 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.12).