pypy 7.3.9+dfsg-1 source package in Ubuntu
Changelog
pypy (7.3.9+dfsg-1) unstable; urgency=medium * New upstream release. * Correct the license for osx-roots.diff. * Build-Depend on valgrind-if-available, instead of a hardcoded arch list. * Synchronise module-install-* autopkgtests with python3 3.10.2-7: - Test install destination. - Test setuptools develop installations. - Test installation via pip (in virtualenvs, we don't have a pypy-pip package). -- Stefano Rivera <email address hidden> Thu, 31 Mar 2022 21:37:17 -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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python | |
Jammy | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pypy_7.3.9+dfsg-1.dsc | 2.0 KiB | 3ad62664adfa57938e1bf68e0bf25626ad78c534bbcfe38182b7ce77cb704c6c |
pypy_7.3.9+dfsg.orig.tar.xz | 14.0 MiB | 845b84714f62a75b46f82e8b9ba52f08f5d25e79b5c63f633439e9566c609396 |
pypy_7.3.9+dfsg-1.debian.tar.xz | 83.8 KiB | 945fc41d6c5b8738c1286585b778353f6e015cbd1d1adf2639d58af5ad480857 |
Available diffs
- diff from 7.3.8+dfsg-1 to 7.3.9+dfsg-1 (82.1 KiB)
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: No summary available for pypy-dev in ubuntu lunar.
No description available for pypy-dev in ubuntu lunar.
- 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 lunar.
No description available for pypy-lib-testsuite in ubuntu lunar.
- pypy-tk: No summary available for pypy-tk in ubuntu lunar.
No description available for pypy-tk in ubuntu lunar.
- pypy-tk-dbgsym: debug symbols for pypy-tk