Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison pkg-plist @ 34:0ba8512ad4c5
Introduce the PYPY_LDLIBRARY make variable to name the generated PyPy shared library.
This is needed because PyPy3.9 will have names with the minor version in it
(e.g. libpypy3.9-c.so instead of libpypy3-c.so). This is a precondition for
side-by-side installations of PyPy3 implementing different Python versions
(currently 3.7, 3.8 or 3.9).
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Thu, 06 Oct 2022 12:35:52 +0200 |
| parents | c269f1e91387 |
| children | fbd13af3b578 |
comparison
equal
deleted
inserted
replaced
| 33:3fcb2f73b3e2 | 34:0ba8512ad4c5 |
|---|---|
| 1 bin/pypy | 1 bin/pypy |
| 2 %%PYPY_DIR%%/LICENSE | 2 %%PYPY_DIR%%/LICENSE |
| 3 %%PYPY_DIR%%/README.rst | 3 %%PYPY_DIR%%/README.rst |
| 4 %%PYPY_DIR%%/bin/libpypy-c.so | 4 %%PYPY_DIR%%/bin/%%PYPY_LDLIBRARY%% |
| 5 %%PYPY_DIR%%/bin/pypy | 5 %%PYPY_DIR%%/bin/pypy |
| 6 %%PYPY_DIR%%/bin/pypy2 | 6 %%PYPY_DIR%%/bin/pypy2 |
| 7 %%PYPY_DIR%%/bin/pypy2.7 | 7 %%PYPY_DIR%%/bin/pypy2.7 |
| 8 %%PYPY_DIR%%/bin/python | 8 %%PYPY_DIR%%/bin/python |
| 9 %%PYPY_DIR%%/bin/python2 | 9 %%PYPY_DIR%%/bin/python2 |
