Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit 97b3b2a

Browse files
committed
tweak READMe and use the new travis badge now that we moved to pypy/manylinux
1 parent 6f871ac commit 97b3b2a

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.rst

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
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

76
Docker image for building PyPy manylinux_ wheels.
87

98
This image extends the official manylinux image by installing PyPy. For now,
109
the only supported platform is ``x86_64``.
1110

12-
.. manylinux: https://github.com/pypa/manylinux
11+
.. _manylinux: https://github.com/pypa/manylinux
1312

1413
At the moment of writing, this image provide the two following versions of
1514
PyPy:
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

2120
The various PyPy versions are installed inside ``/opt/pypy/``, and they are
2221
also symlinked to ``/opt/python``. Moreover, each installation of PyPy
2322
contains also a ``python`` symlink; all the following commands are equivalent
2423
and run the PyPy interpreter, you can use whatever fits best in your build
2524
system:
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``

0 commit comments

Comments
 (0)