Mercurial > hgrepos > FreeBSD > ports > PyPy
diff Makefile @ 102:a819cc03b04c
The need for patching sysconfig.py and package.py is gone.
So all files that are created by the scripts in the CWD are automatically
created in a writeable area.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Oct 2022 19:12:42 +0200 |
| parents | a36fc15432fc |
| children | 5cf6b126dd94 |
line wrap: on
line diff
--- a/Makefile Sun Oct 09 16:48:12 2022 +0200 +++ b/Makefile Sun Oct 09 19:12:42 2022 +0200 @@ -64,10 +64,6 @@ 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 -FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 -FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 -FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 - PACKAGE_ARGS= --without-sqlite3 --without-_tkinter pre-install:
