pypy 7.3.1+dfsg-2 source package in Ubuntu

Changelog

pypy (7.3.1+dfsg-2) unstable; urgency=medium

  * Point to the installed stdlib in the pypy-local sysconfig layout, to
    support virtualenv 20.
  * Build out autopkgtests a little. Test: cffi lib importability, local
    package installation, virtualenvs, byte-compilation.

 -- Stefano Rivera <email address hidden>  Mon, 20 Apr 2020 15:35:45 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
pypy_7.3.1+dfsg-2.dsc 2.0 KiB 342c25eef3afd52a7f23d9a438197e37a8497301bf18fb981932fdd0db363a5d
pypy_7.3.1+dfsg.orig.tar.xz 13.0 MiB e53e1acfece06e0aafc069ef8ecd94b83f6e770edb5f456fcafd789011ca7668
pypy_7.3.1+dfsg-2.debian.tar.xz 73.9 KiB ca7c1b97e955b8746236df103912186501c5a98b131cfae6d8b8062586e70407

Available diffs

No changes file available.

Binary packages built by this source

pypy: fast alternative implementation of Python - PyPy interpreter

 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7). 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.

pypy-dbgsym: No summary available for pypy-dbgsym in ubuntu groovy.

No description available for pypy-dbgsym in ubuntu groovy.

pypy-dev: header files for PyPy (an alternative Python 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.
 .
 Also included is PyPy.h, for embedding the PyPy interpreter.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).

pypy-doc: No summary available for pypy-doc in ubuntu groovy.

No description available for pypy-doc in ubuntu groovy.

pypy-lib: No summary available for pypy-lib in ubuntu groovy.

No description available for pypy-lib in ubuntu groovy.

pypy-lib-testsuite: standard library test suite for PyPy (an alternative Python interpreter)

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

pypy-tk: No summary available for pypy-tk in ubuntu groovy.

No description available for pypy-tk in ubuntu groovy.

pypy-tk-dbgsym: debug symbols for pypy-tk