This repository was archived by the owner on Mar 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ manylinux-pypy
2
+ ===============
3
+
4
+ .. image :: https://travis-ci.org/antocuni/manylinux-pypy.svg?branch=master
5
+ :target: https://travis-ci.org/antocuni/manylinux-pypy
6
+
7
+ Docker image for building PyPy manylinux _ wheels.
8
+
9
+ This image extends the official manylinux image by installing PyPy. For now,
10
+ the only supported platform is ``x86_64 ``.
11
+
12
+ .. manylinux: https://github.com/pypa/manylinux
13
+
14
+ At the moment of writing, this image provide the two following versions of
15
+ PyPy:
16
+
17
+ - PyPy2.7 7.1.1
18
+
19
+ - PyPy3.6 7.1.1
20
+
21
+ The various PyPy versions are installed inside ``/opt/pypy/ ``, and they are
22
+ also symlinked to ``/opt/python ``. Moreover, each installation of PyPy
23
+ contains also a ``python `` symlink; all the following commands are equivalent
24
+ and run the PyPy interpreter, you can use whatever fits best in your build
25
+ system:
26
+
27
+ - ``/opt/pypy/pypy2.7-7.1.1/bin/pypy ``
28
+
29
+ - ``/opt/pypy/pypy2.7-7.1.1/bin/python ``
30
+
31
+ - ``/opt/python/pp271-pypy_41/bin/pypy ``
32
+
33
+ - ``/opt/python/pp271-pypy_41/bin/python ``
You can’t perform that action at this time.
0 commit comments