pypy 7.3.9-ok1 source package in openKylin

Changelog

pypy (7.3.9-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Tue, 08 Nov 2022 16:16:55 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main python
Nile V2.0 release main python
Yangtze V1.0 release main python
Yangtze V1.0 proposed main python

Downloads

File Size SHA-256 Checksum
pypy_7.3.9.orig.tar.gz 26.6 MiB 62d9f59fa42202acc1145e447c081b341b73b9afcd45d86bec556a9f3ab6ef3b
pypy_7.3.9-ok1.debian.tar.xz 98.3 KiB 8c86b0805fb39ec08f1a19beba426a8e9bff80a36c67ab738f0840ea9ba1483b
pypy_7.3.9-ok1.dsc 2.4 KiB a5857c9a2529e3ea722691a9e13f4c3fa1674ba41702aae796b35f7adc878f64

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: 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