Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy3/Makefile.cffi.inc @ 201:aa93453cd531
Build PyPy3 for Python implementation 3.11.
BUGS:
- pypy39 not yet deleted.
- Tests are not working yet.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 17:01:42 +0100 |
| parents | 8b567a874360 |
| children | db41475a56f3 |
line wrap: on
line diff
--- a/lang/pypy3/Makefile.cffi.inc Wed Mar 12 16:44:26 2025 +0100 +++ b/lang/pypy3/Makefile.cffi.inc Wed Mar 12 17:01:42 2025 +0100 @@ -16,13 +16,15 @@ CFFI_MODULE?= _${PORTNAME} -FLAVORS= pypy39 pypy310 +FLAVORS= pypy39 pypy310 pypy311 FLAVOR?= pypy310 .if ${FLAVOR}==pypy39 PYPY_PYTHON_IMPL= pypy3.9 .elif ${FLAVOR}==pypy310 PYPY_PYTHON_IMPL= pypy3.10 +.elif ${FLAVOR}==pypy311 +PYPY_PYTHON_IMPL= pypy3.11 .else .endif PYPY_PORTVERSION= ${DISTVERSION}
