Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy3/Makefile.cffi.inc @ 202:db41475a56f3
Remove support for Python implementation 3.9 because upstream PyPy also has ended support for it
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 17:05:39 +0100 |
| parents | aa93453cd531 |
| children |
line wrap: on
line diff
--- a/lang/pypy3/Makefile.cffi.inc Wed Mar 12 17:01:42 2025 +0100 +++ b/lang/pypy3/Makefile.cffi.inc Wed Mar 12 17:05:39 2025 +0100 @@ -16,12 +16,10 @@ CFFI_MODULE?= _${PORTNAME} -FLAVORS= pypy39 pypy310 pypy311 +FLAVORS= pypy310 pypy311 FLAVOR?= pypy310 -.if ${FLAVOR}==pypy39 -PYPY_PYTHON_IMPL= pypy3.9 -.elif ${FLAVOR}==pypy310 +.if ${FLAVOR}==pypy310 PYPY_PYTHON_IMPL= pypy3.10 .elif ${FLAVOR}==pypy311 PYPY_PYTHON_IMPL= pypy3.11
