pypy 7.3.6+dfsg-3 source package in Ubuntu

Changelog

pypy (7.3.6+dfsg-3) unstable; urgency=medium

  * Re-instate pypy-lib.prerm, duplicating the pypyclean from pypy.prerm to
    clean up pypy-lib .pyc files before upgrading it. (See: #1004369)
    - Add some one-off cleanup for 7.3.6+dfsg-2.
  * Exclude make_ssl_data.py from pypy-lib, this a developer tool, written in
    Python 3 syntax. (Closes: #1004369)

 -- Stefano Rivera <email address hidden>  Thu, 27 Jan 2022 07:43:49 -0400

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

Downloads

File Size SHA-256 Checksum
pypy_7.3.6+dfsg-3.dsc 2.0 KiB 3b2953de23997731973fbc07429fb13b9fe1297d2ab8256725657693901240d4
pypy_7.3.6+dfsg.orig.tar.xz 13.2 MiB 075d5ba0906741c1fbe295ebebf1d480126e853263f3b77115daf0e2afbff5da
pypy_7.3.6+dfsg-3.debian.tar.xz 190.2 KiB 0c2247dead981fd9b03688b5f8cbc32db19ac0cdca03760c3f6ea74498c87d2f

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

pypy-doc: developer Documentation for PyPy (an alternative Python 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
 (2.7).

pypy-lib: standard library for PyPy (an alternative Python 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
 (2.7).

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: Tkinter module for PyPy (an alternative Python 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
 (2.7).

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