pypy 2.2.0+dfsg-1 source package in Ubuntu

Changelog

pypy (2.2.0+dfsg-1) unstable; urgency=low


  * New upstream release.
  * Refresh patches.
  * Add new upstream copyright holders to debian/copyright.
  * Drop test_bootstrap-path patch, applied upstream.
  * pypy{clean,compile}: Perform a logical and instead of or, when -p and a
    directory are specified (matching pycompile semantics).
  * Disable JIT on armel. ARMv5 isn't supported.
  * Drop build-dep on valgrind on armel. It's no longer a supported platform
    for valgrind (Closes: #729141).
  * Bump debian/compat to 9, for executable dh_install scripts.
  * Split the stdlib test suite into a new binary package: pypy-lib-testsuite.
  * Split the _tkinter module into a new binary package: pypy-tk.
  * Run pypyclean on the stdlib before upgrading.

 -- Stefano Rivera <email address hidden>  Sat, 16 Nov 2013 23:05:19 +0000

Upload details

Uploaded by:
Stefano Rivera
Uploaded to:
Sid
Original maintainer:
Stefano Rivera
Architectures:
kfreebsd-any linux-any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pypy_2.2.0+dfsg-1.dsc 2.4 KiB b5e1a17a38f8ba353ed626bcee20bb842a4208ec3d8771ead1e63c09ed5bb052
pypy_2.2.0+dfsg.orig.tar.xz 10.9 MiB f85f366a2b20269689623bcaccc454e21b87522519ba11c0c257284d9efaaf7e
pypy_2.2.0+dfsg-1.debian.tar.gz 71.6 KiB 3bf8fe7ea782527d9a570556db7ba3c99f17a5efa193d27459e13102e5597039

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 x86, providing
    micro-threads for massive concurrency.
 .
 This package contains the PyPy interpreter.

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

python-pypy.sandbox: sandboxed PyPy interpreter

 A version of PyPy that runs fully "virtualized", where an external process
 controls all input/output. This is a secure sandbox, it is safe to run any
 untrusted Python code with it. The Python code cannot see or modify any local
 file except via interaction with the external process.
 .
 PyPy is a fast, compliant alternative implementation of the Python language
 (2.7).