Mercurial > hgrepos > FreeBSD > ports > PyPy
diff bsd.pypy.mk @ 13:cac5ab348000
FIX: This is because this is the master port for pypy3 also: build PyPy3 for Python 3.8.
This is not beta quality any more.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 01 Oct 2022 14:14:27 +0200 |
| parents | c269f1e91387 |
| children | 3e54ae4e5d8b |
line wrap: on
line diff
--- a/bsd.pypy.mk Sat Oct 01 13:23:31 2022 +0200 +++ b/bsd.pypy.mk Sat Oct 01 14:14:27 2022 +0200 @@ -14,5 +14,5 @@ PYPY_CFFI_VER= ${PYTHON_IMPL}-73 .else # ${PYTHON_IMPL} == pypy3 DISTVERSION= 7.3.9 -PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} +PYPY_CFFI_VER= ${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} .endif
