pypy3 7.3.8+dfsg-2 source package in Ubuntu

Changelog

pypy3 (7.3.8+dfsg-2) unstable; urgency=medium

  * Correct the license for osx-roots.diff.
  * Build-Depend on valgrind-if-available, instead of a hardcoded arch list.
  * Update distutils-install-layout to provide a _distutils_system_mod module,
    as used by modern setuptools.
  * Fix --system-site-packages venvs, they weren't functioning due to a logic
    bug in the distutils-install-layout patch.
  * Add an autopkgtest to check sys.path setup.
  * Exclude /usr/lib/pypy3.8/site-packages/ from pypy3-lib, it's not used.
  * Declare Breaks python3-virtualenv (<< 20.13.0+ds-2~), as older versions
    won't create isolated virtualenvs for pypy3.8.

 -- Stefano Rivera <email address hidden>  Fri, 04 Mar 2022 21:31:54 -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

Downloads

File Size SHA-256 Checksum
pypy3_7.3.8+dfsg-2.dsc 2.1 KiB e8ab67ec7dde6e214a7f6319361a32f11976d5454ffa3f3bd63ffafe74b498d8
pypy3_7.3.8+dfsg.orig.tar.xz 15.4 MiB 652dea902136d841689bd94428faafabeda5d0d0abbbc5635f024447174ebd25
pypy3_7.3.8+dfsg-2.debian.tar.xz 54.8 KiB 15c3a1b9fda5127fb6deb87557735298a98e91705ad5ea971af75f25bc38f33e

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).