# HG changeset patch # User Franz Glasner # Date 1705405369 -3600 # Node ID 1e06396580adab9e100145028e94f1885e947df8 # Parent 37f3807ce54ea94a2f4af9dcaaaff3f35609e6ee More detailed comments regarding the Python implementations diff -r 37f3807ce54e -r 1e06396580ad lang/pypy3/Makefile --- a/lang/pypy3/Makefile Tue Jan 16 09:29:26 2024 +0100 +++ b/lang/pypy3/Makefile Tue Jan 16 12:42:49 2024 +0100 @@ -8,7 +8,7 @@ DISTFILES= MAINTAINER= fzglas.hg@dom66.de -COMMENT= Meta-port for the PyPy Python implementation (PyPy3) +COMMENT= Meta-port for the PyPy Python3 implementation (pypy3 that implements Python 3.10) WWW= https://www.pypy.org LICENSE= MIT diff -r 37f3807ce54e -r 1e06396580ad lang/pypy310/Makefile --- a/lang/pypy310/Makefile Tue Jan 16 09:29:26 2024 +0100 +++ b/lang/pypy310/Makefile Tue Jan 16 12:42:49 2024 +0100 @@ -8,7 +8,7 @@ DISTNAME= pypy${PYPY_PYTHON_IMPL_VER}-v${DISTVERSION}-src MAINTAINER= fzglas.hg@dom66.de -COMMENT= Fast, compliant implementation of the Python language +COMMENT= Fast, compliant implementation of the Python language (Python 3.10) WWW= https://www.pypy.org LICENSE= MIT PSFL diff -r 37f3807ce54e -r 1e06396580ad lang/pypy39/Makefile --- a/lang/pypy39/Makefile Tue Jan 16 09:29:26 2024 +0100 +++ b/lang/pypy39/Makefile Tue Jan 16 12:42:49 2024 +0100 @@ -8,7 +8,7 @@ DISTNAME= pypy${PYPY_PYTHON_IMPL_VER}-v${DISTVERSION}-src MAINTAINER= fzglas.hg@dom66.de -COMMENT= Fast, compliant implementation of the Python language +COMMENT= Fast, compliant implementation of the Python language (Python 3.9) WWW= https://www.pypy.org LICENSE= MIT PSFL