Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy3/Makefile @ 199:8b567a874360
Upgrade to PyPy v7.3.19.
BUGS:
- pypy311 not yet supported.
- pypy39 not yet deleted.
- Tests for pypy3 not yet runnable.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 13:45:29 +0100 |
| parents | 24bb1d616158 |
| children |
line wrap: on
line diff
--- a/lang/pypy3/Makefile Sat Jan 20 07:37:03 2024 +0100 +++ b/lang/pypy3/Makefile Wed Mar 12 13:45:29 2025 +0100 @@ -2,7 +2,7 @@ PORTNAME= pypy3 PORTVERSION= 3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= lang python MASTER_SITES= @@ -25,7 +25,7 @@ ${PYPY_DIR}/bin/python${PYPY_PYTHON_IMPL_VER_MAJOR} # The default PyPy version that this meta-port is dependent on -PYPY_VERSION= 7.3.15 +PYPY_VERSION= 7.3.19 PYPY_PYTHON_IMPL_VERSION= 3.10 PYPY_PYTHON_IMPL_VER_MAJOR= ${PYPY_PYTHON_IMPL_VERSION:C|([0-9]+)\.[0-9]+|\1|} PYPY_PORT= pypy310
