Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 207:fccf5077df78
Enhance both README files for pypy2 and pypy3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 15 Mar 2025 10:29:45 +0100 |
| parents | 7f8d6a19c404 |
| children | d96d19cc9522 |
| files | lang/pypy2/README lang/pypy3/README |
| diffstat | 2 files changed, 17 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lang/pypy2/README Fri Mar 14 01:16:50 2025 +0100 +++ b/lang/pypy2/README Sat Mar 15 10:29:45 2025 +0100 @@ -176,21 +176,24 @@ Dessen Voraussetzung ist py27-setuptools. - Entweder: + Deswegen: pkg install py27-setuptools44 - pkg install py27-setuptools44 + Einstellungen dann: - pkg set -n py27-setuptools44:py27-setuptools + Entweder: - Oder: + pkg set -n py27-setuptools44:py27-setuptools - Für dem Bau von py-pycparser Mk/Uses/distutils patchen, so daß als - dessen Dependency py27-setuptools44 statt py27-setuptools benutzt wird. + Oder: - Dann: + Für dem Bau von py-pycparser Mk/Uses/python patchen, so daß als + dessen Dependency py27-setuptools44 statt py27-setuptools benutzt wird + (build und run). - cd devel/py-pycparser - make FLAVOR=py27 package + Dann: + + cd devel/py-pycparser + make FLAVOR=py27 package Install this package: pkg install py27-pycparser
--- a/lang/pypy3/README Fri Mar 14 01:16:50 2025 +0100 +++ b/lang/pypy3/README Sat Mar 15 10:29:45 2025 +0100 @@ -2,10 +2,14 @@ Notes on how to build ===================== +.. important:: pypy3 is the master port. Make it work first before trying + pypy310 and pypy311. + + Dependencies ------------ -Erst einmal PyPy(2) samt Installation +Erst einmal pypy2 samt Installation Dann noch:
