Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy2/bsd.pypy.mk @ 123:b907e948fed9
Remove support for building PyPy for Python versions 3.7 and 3.8
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 13 Jan 2024 11:45:03 +0100 |
| parents | 9e9df3f25e7d |
| children |
line wrap: on
line diff
--- a/lang/pypy2/bsd.pypy.mk Sat Jan 13 11:44:10 2024 +0100 +++ b/lang/pypy2/bsd.pypy.mk Sat Jan 13 11:45:03 2024 +0100 @@ -37,11 +37,9 @@ OPTIONS_SINGLE+= FORPYIMPL BCSTYLE -OPTIONS_SINGLE_FORPYIMPL= FORPYIMPL37 FORPYIMPL38 FORPYIMPL39 FORPYIMPL310 +OPTIONS_SINGLE_FORPYIMPL= FORPYIMPL39 FORPYIMPL310 FORPYIMPL_DESC= Required Python compatibility -FORPYIMPL37_DESC= Build for compat to Python 3.7 -FORPYIMPL38_DESC= Build for compat to Python 3.8 FORPYIMPL39_DESC= Build for compat to Python 3.9 FORPYIMPL310_DESC= Build for compat to Python 3.10 @@ -69,16 +67,6 @@ .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MFORPYIMPL37} -PY_VERSION_SHORT= 3.7 -PYPY_LDLIBRARY= libpypy3-c.so -PYPY_EXECUTABLE= pypy3-c -.endif -.if ${PORT_OPTIONS:MFORPYIMPL38} -PY_VERSION_SHORT= 3.8 -PYPY_LDLIBRARY= libpypy3-c.so -PYPY_EXECUTABLE= pypy3-c -.endif .if ${PORT_OPTIONS:MFORPYIMPL39} PY_VERSION_SHORT= 3.9 PYPY_LDLIBRARY= libpypy3.9-c.so
