summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-02 13:09:17 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-02 13:09:17 +0300
commit38fde63f74091af1f6a0d485474769bb6b4f17ce (patch)
tree1317a1fa2ef61c710ff5c653f43c0af8bb164ca6 /debian/control
downloadpypy-debian.tar.gz
Import pypy (7.2.0+dfsg-1)debian/7.2.0+dfsg-1debian
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control118
1 files changed, 118 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..14bb9cf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,118 @@
+Source: pypy
+Section: python
+Priority: optional
+Maintainer: Stefano Rivera <stefanor@debian.org>
+Build-Depends:
+ debhelper (>= 9.20141010~),
+ dh-exec,
+ dpkg-dev (>= 1.17.14~),
+ libbz2-dev,
+ libexpat1-dev,
+ libffi-dev,
+ libgdbm-dev,
+ libncurses-dev,
+ libsqlite3-dev,
+ libssl-dev,
+ netbase,
+ pkg-config,
+ procps,
+ pypy [any-amd64 any-i386 armhf ppc64 ppc64el s390x] <!stage1>,
+ python (>= 2.6.6-11~),
+ python-docutils,
+ python-pycparser,
+ python-sphinx (>= 1.0.7+dfsg),
+ python2.7-dev,
+ tcl-dev,
+ tk-dev,
+ valgrind [amd64 arm64 armhf i386 mips mips64el mipsel powerpc ppc64 ppc64el s390x],
+ zlib1g-dev
+Build-Depends-Indep: graphviz
+Standards-Version: 4.4.1
+Homepage: http://pypy.org/
+Vcs-Git: https://salsa.debian.org/debian/pypy.git
+Vcs-Browser: https://salsa.debian.org/debian/pypy
+Rules-Requires-Root: no
+
+Package: pypy
+Architecture: any
+Depends: pypy-lib (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks:
+ pypy-backports.functools-lru-cache (<< 1.5-3~),
+ pypy-dev (<< ${source:Version})
+Provides: ${pypy-abi}
+Suggests: pypy-doc, pypy-tk (= ${binary:Version})
+Description: 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.
+
+Package: pypy-tk
+Architecture: any
+Depends: pypy (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Replaces: pypy-lib (<< 2.2)
+Description: 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).
+
+Package: pypy-lib
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}
+Provides: ${cffi:Provides}
+Description: 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).
+
+Package: pypy-lib-testsuite
+Architecture: all
+Depends: pypy, pypy-lib (>= ${source:Version}), ${misc:Depends}
+Replaces: pypy-lib (<< 2.2)
+Description: 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).
+
+Package: pypy-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Suggests: python-doc
+Description: 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).
+
+Package: pypy-dev
+Architecture: all
+Depends: pypy (>= ${source:Version}), ${misc:Depends}
+Provides: libpypy-dev
+Description: 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).