pypy3 7.3.9+dfsg-1 source package in Ubuntu

Changelog

pypy3 (7.3.9+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Synchronise module-install-* autopkgtests with python3 3.10.2-7:
    - Test install destination.
    - Test setuptools develop installations.
    - Test installation via pip (in virtualenvs, we don't have a pypy-pip
      package).
  * Correct a typo in the deb_system sysconfig layout.
  * Patch: Fix editable installs with setuptools < 60.0.1.
  * Add missing /local/ to data path in sysconfig posix_local scheme.
  * Improve support for setuptools > 60's bundled distutils in
    _distutils_system_mod, supporting a wider range of versions and more
    reliably selecting the posix_local scheme.
  * Use the same is_virtual_environment() proposed in PEP 668 across the site,
    sysconfig, and distutils modules. Stop checking for PYTHONUSERBASE or
    VIRTUAL_ENV environment variables.
  * Change the "include" and "platinclude" paths in the "posix_local" scheme
    to refer to the location of Python's headers, not the install location for
    modules' C headers.
  * Avoid infinite recursion in _distutils_system_mod when
    SETUPTOOLS_USE_DISTUTILS=local.
  * Avoid crashing in `_distutils_system_mod` if we find an older version of
    distutils (from before `_distutils_system_mod` was implemented).

 -- Stefano Rivera <email address hidden>  Thu, 31 Mar 2022 21:37:48 -0400

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Sid
Original maintainer:
Stefano Rivera
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pypy3_7.3.9+dfsg-1.dsc 2.1 KiB 4fbe172a33a46e4629839b03eba91fb03d956ae1ab10cae2dfc08a6cb56a1999
pypy3_7.3.9+dfsg.orig.tar.xz 15.1 MiB 04387e8eb0ed0f1ce594cd5a92201f628ddeeaac2ba2f7c9bf550656f527c8f0
pypy3_7.3.9+dfsg-1.debian.tar.xz 56.5 KiB 9c467527d0a52918817f5b7288962e36a10350d7a9f53f5e11b797aa4054e443

Available diffs

No changes file available.

Binary packages built by this source

pypy3: fast alternative implementation of Python 3.x - PyPy interpreter

 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x). It has several advantages and distinct features:
  * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often
    run faster on PyPy.
  * Memory usage: large, memory-hungry Python programs might end up taking less
    space than they do in CPython.
  * Compatibility: PyPy is highly compatible with existing Python code.
    It supports ctypes and can run popular Python libraries like twisted and
    django.
  * Stackless: PyPy supports stackless mode on most platforms, providing
    micro-threads for massive concurrency.
 .
 This package contains the PyPy interpreter for Python 3.x.

pypy3-dbgsym: debug symbols for pypy3
pypy3-dev: header files for PyPy (an alternative Python 3.x interpreter)

 Header files for compiling cpython C extension modules for use with PyPy.
 Note that pure Python modules will probably perform better.
 .
 PyPy supports a subset of cpython's C API through its CPyExt subsystem.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).

pypy3-doc: developer Documentation for PyPy (an alternative Python 3.x interpreter)

 The Developer documentation for PyPy. This mostly covers the internals of
 PyPy, and development of PyPy itself.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).

pypy3-lib: standard library for PyPy (an alternative Python 3.x interpreter)

 The PyPy standard library. This is a combination of modules, copied directly
 from cpython, modified cpython modules, and modules entirely re-implemented
 (usually in pure Python, where they are C extensions in cpython).
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).

pypy3-lib-testsuite: standard library test suite for PyPy (an alternative Python 3,x interpreter)

 The complete test suite for the PyPy standard library.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).

pypy3-tk: Tkinter module for PyPy (an alternative Python 3.x interpreter)

 A module for writing portable GUI applications with PyPy using Tk.
 Also known as Tkinter.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).

pypy3-tk-dbgsym: debug symbols for pypy3-tk
pypy3-venv: fast alternative implementation of Python 3.x - PyPy venv module

 This package will install the dependencies of the PyPy 3 venv module.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (3.x).