# HG changeset patch # User Franz Glasner # Date 1742030985 -3600 # Node ID fccf5077df78dd7b93108c58187eb62180a9bd08 # Parent 7f8d6a19c4046c5c77a73a9f308c932cd604f0c9 Enhance both README files for pypy2 and pypy3 diff -r 7f8d6a19c404 -r fccf5077df78 lang/pypy2/README --- 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 diff -r 7f8d6a19c404 -r fccf5077df78 lang/pypy3/README --- 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: