Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 119:cbf8c9785be8
Implement compilation for Python 3.10
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 11 Jan 2024 01:15:22 +0100 |
| parents | 8ae98a6ddf12 |
| children |
line wrap: on
line diff
--- a/Makefile Wed Jan 10 21:10:22 2024 +0100 +++ b/Makefile Thu Jan 11 01:15:22 2024 +0100 @@ -60,14 +60,11 @@ FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 -FORPYIMPL38_VARS= SHEBANG_FILES+="lib-python/3/test/ziptestdata/header.sh lib-python/3/test/ziptestdata/exe_with_z64 lib-python/3/test/ziptestdata/exe_with_zip" \ - PLIST=${.CURDIR}/pkg-plist.py38 +FORPYIMPL38_VARS= PLIST=${.CURDIR}/pkg-plist.py38 -FORPYIMPL39_VARS= SHEBANG_FILES+="lib-python/3/test/ziptestdata/header.sh lib-python/3/test/ziptestdata/exe_with_z64 lib-python/3/test/ziptestdata/exe_with_zip lib-python/3/turtledemo/sorting_animate.py lib-python/3/turtledemo/__main__.py" \ - PLIST=${.CURDIR}/pkg-plist.py39 +FORPYIMPL39_VARS= PLIST=${.CURDIR}/pkg-plist.py39 -FORPYIMPL310_VARS= SHEBANG_FILES+="lib-python/3/test/ziptestdata/header.sh lib-python/3/test/ziptestdata/exe_with_z64 lib-python/3/test/ziptestdata/exe_with_zip lib-python/3/turtledemo/sorting_animate.py lib-python/3/turtledemo/__main__.py" \ - PLIST=${.CURDIR}/pkg-plist.py310 +FORPYIMPL310_VARS= PLIST=${.CURDIR}/pkg-plist.py310 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter
