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
65
76Docker image for building PyPy manylinux _ wheels.
87
98This image extends the official manylinux image by installing PyPy. For now,
109the only supported platform is ``x86_64 ``.
1110
12- .. manylinux : https://github.com/pypa/manylinux
11+ .. _ manylinux : https://github.com/pypa/manylinux
1312
1413At the moment of writing, this image provide the two following versions of
1514PyPy:
1615
17- - PyPy2.7 7.1.1
16+ - PyPy2.7 7.1.1
1817
19- - PyPy3.6 7.1.1
18+ - PyPy3.6 7.1.1
2019
2120The various PyPy versions are installed inside ``/opt/pypy/ ``, and they are
2221also symlinked to ``/opt/python ``. Moreover, each installation of PyPy
2322contains also a ``python `` symlink; all the following commands are equivalent
2423and run the PyPy interpreter, you can use whatever fits best in your build
2524system:
2625
27- - ``/opt/pypy/pypy2.7-7.1.1/bin/pypy ``
26+ - ``/opt/pypy/pypy2.7-7.1.1/bin/pypy ``
2827
29- - ``/opt/pypy/pypy2.7-7.1.1/bin/python ``
28+ - ``/opt/pypy/pypy2.7-7.1.1/bin/python ``
3029
31- - ``/opt/python/pp271-pypy_41/bin/pypy ``
30+ - ``/opt/python/pp271-pypy_41/bin/pypy ``
3231
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