comparison 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
comparison
equal deleted inserted replaced
122:cff826a2d6bf 123:b907e948fed9
56 lib-python/3/turtledemo/yinyang.py \ 56 lib-python/3/turtledemo/yinyang.py \
57 lib-python/3/uu.py \ 57 lib-python/3/uu.py \
58 lib-python/3/webbrowser.py \ 58 lib-python/3/webbrowser.py \
59 lib_pypy/_cffi_ssl/tools/make_ssl_data.py 59 lib_pypy/_cffi_ssl/tools/make_ssl_data.py
60 60
61 FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37
62
63 FORPYIMPL38_VARS= PLIST=${.CURDIR}/pkg-plist.py38
64
65 FORPYIMPL39_VARS= PLIST=${.CURDIR}/pkg-plist.py39 61 FORPYIMPL39_VARS= PLIST=${.CURDIR}/pkg-plist.py39
66 62
67 FORPYIMPL310_VARS= PLIST=${.CURDIR}/pkg-plist.py310 63 FORPYIMPL310_VARS= PLIST=${.CURDIR}/pkg-plist.py310
68 64
69 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter 65 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter