pypy 5.10.0+dfsg-3build2 source package in Ubuntu

Changelog

pypy (5.10.0+dfsg-3build2) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <email address hidden>  Tue, 06 Feb 2018 17:55:17 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
kfreebsd-any linux-any all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
pypy_5.10.0+dfsg.orig.tar.xz 12.0 MiB 08a87ee46d02fa5ee6d951c7200ea0194590b880e911419ae62d2ce452758f8b
pypy_5.10.0+dfsg-3build2.debian.tar.xz 67.7 KiB af6f28255d923b6ed8ba96dbfc7fe09fa3dd626bf7ff4f4a6c4ae24465f3bb3c
pypy_5.10.0+dfsg-3build2.dsc 2.4 KiB 29f0e365f2d7650ff8f902afb14b356515efc406b4664f33450bc08653fff626

View changes file

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

No description available for pypy-dbgsym in ubuntu cosmic.

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: 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: No summary available for pypy-lib-testsuite in ubuntu cosmic.

No description available for pypy-lib-testsuite in ubuntu cosmic.

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