1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
Source: pypy3
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 11),
dh-exec,
dpkg-dev (>= 1.20.1~),
libbz2-dev,
libexpat1-dev,
libffi-dev,
libgdbm-dev,
liblzma-dev,
libncurses-dev,
libsqlite3-dev,
libssl-dev | libssl1.0-dev,
netbase,
pkgconf,
procps,
python3-dev,
python3-pip-whl,
python3-setuptools-whl,
python3-sphinx (>= 1.0.7+dfsg),
python3-sphinx-issues,
python3-sphinx-rtd-theme,
tcl-dev,
tk-dev,
tzdata,
valgrind-if-available,
zlib1g-dev
Build-Depends-Indep: graphviz
Standards-Version: 4.7.0
Homepage: https://www.pypy.org/
Vcs-Git: https://salsa.debian.org/debian/pypy3.git
Vcs-Browser: https://salsa.debian.org/debian/pypy3
Rules-Requires-Root: no
Package: pypy3
Architecture: any
Depends: ${misc:Depends}
Breaks: pypy3-dev (<< ${source:Version}), python3-virtualenv (<< 20.13.0+ds-2~)
Provides: ${pypy3-abi}
Suggests: pypy3-doc, pypy3-tk (= ${binary:Version})
Pre-Depends:
pypy3-lib (= ${binary:Version}),
${misc:Pre-Depends},
${shlibs:Pre-Depends}
Description: fast alternative implementation of Python 3.x - PyPy interpreter
PyPy is a fast, compliant alternative implementation of the Python language
(3.x). 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 for Python 3.x.
Package: pypy3-tk
Architecture: any
Depends: pypy3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Tkinter module for PyPy (an alternative Python 3.x 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
(3.x).
Package: pypy3-lib
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Provides: ${cffi:Provides}
Description: standard library for PyPy (an alternative Python 3.x 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
(3.x).
Package: pypy3-lib-testsuite
Architecture: all
Depends: pypy3, pypy3-lib (>= ${source:Version}), ${misc:Depends}
Description: standard library test suite for PyPy (an alternative Python 3,x interpreter)
The complete test suite for the PyPy standard library.
.
PyPy is a fast, compliant alternative implementation of the Python language
(3.x).
Package: pypy3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python3-doc
Multi-Arch: foreign
Description: developer Documentation for PyPy (an alternative Python 3.x 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
(3.x).
Package: pypy3-dev
Architecture: all
Depends: pypy3 (>= ${source:Version}), ${misc:Depends}
Provides: libpypy-dev
Description: header files for PyPy (an alternative Python 3.x 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
(3.x).
Package: pypy3-venv
Architecture: all
Depends:
pypy3 (>= ${source:Version}),
python3-pip-whl,
python3-setuptools-whl,
${misc:Depends}
Description: fast alternative implementation of Python 3.x - PyPy venv module
This package will install the dependencies of the PyPy 3 venv module.
.
PyPy is a fast, compliant alternative implementation of the Python language
(3.x).
|