Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy3/Makefile @ 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 | cff826a2d6bf |
| children | aa62b751b2af |
line wrap: on
line diff
--- a/lang/pypy3/Makefile Sat Jan 13 11:44:10 2024 +0100 +++ b/lang/pypy3/Makefile Sat Jan 13 11:45:03 2024 +0100 @@ -58,10 +58,6 @@ lib-python/3/webbrowser.py \ lib_pypy/_cffi_ssl/tools/make_ssl_data.py -FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 - -FORPYIMPL38_VARS= PLIST=${.CURDIR}/pkg-plist.py38 - FORPYIMPL39_VARS= PLIST=${.CURDIR}/pkg-plist.py39 FORPYIMPL310_VARS= PLIST=${.CURDIR}/pkg-plist.py310
