Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 118:8fdcad577b4f | 119:cbf8c9785be8 |
|---|---|
| 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 | 61 FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 |
| 62 | 62 |
| 63 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" \ | 63 FORPYIMPL38_VARS= PLIST=${.CURDIR}/pkg-plist.py38 |
| 64 PLIST=${.CURDIR}/pkg-plist.py38 | |
| 65 | 64 |
| 66 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" \ | 65 FORPYIMPL39_VARS= PLIST=${.CURDIR}/pkg-plist.py39 |
| 67 PLIST=${.CURDIR}/pkg-plist.py39 | |
| 68 | 66 |
| 69 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" \ | 67 FORPYIMPL310_VARS= PLIST=${.CURDIR}/pkg-plist.py310 |
| 70 PLIST=${.CURDIR}/pkg-plist.py310 | |
| 71 | 68 |
| 72 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 69 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 73 | 70 |
| 74 pre-install: | 71 pre-install: |
| 75 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 72 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
