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