comparison lang/pypy3/Makefile @ 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 aa62b751b2af
children 412473bb4bea
comparison
equal deleted inserted replaced
189:37f3807ce54e 190:1e06396580ad
6 CATEGORIES= lang python 6 CATEGORIES= lang python
7 MASTER_SITES= 7 MASTER_SITES=
8 DISTFILES= 8 DISTFILES=
9 9
10 MAINTAINER= fzglas.hg@dom66.de 10 MAINTAINER= fzglas.hg@dom66.de
11 COMMENT= Meta-port for the PyPy Python implementation (PyPy3) 11 COMMENT= Meta-port for the PyPy Python3 implementation (pypy3 that implements Python 3.10)
12 WWW= https://www.pypy.org 12 WWW= https://www.pypy.org
13 13
14 LICENSE= MIT 14 LICENSE= MIT
15 15
16 RUN_DEPENDS= ${LOCALBASE}/bin/pypy${PYPY_PYTHON_IMPL_VERSION}:lang/${PYPY_PORT} 16 RUN_DEPENDS= ${LOCALBASE}/bin/pypy${PYPY_PYTHON_IMPL_VERSION}:lang/${PYPY_PORT}