Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 190:1e06396580ad
More detailed comments regarding the Python implementations
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Tue, 16 Jan 2024 12:42:49 +0100 |
| parents | 37f3807ce54e |
| children | a1fb60596d43 |
| files | lang/pypy3/Makefile lang/pypy310/Makefile lang/pypy39/Makefile |
| diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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
