Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 85:56d0e959bcf0
Allow to build PyPy3 for Python 3.7 properly also
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 05 Oct 2022 15:37:59 +0200 |
| parents | 60cd0d144d3a |
| children | a712910242ac |
comparison
equal
deleted
inserted
replaced
| 84:467602257c54 | 85:56d0e959bcf0 |
|---|---|
| 35 lib-python/3/test/crashers/recursive_call.py \ | 35 lib-python/3/test/crashers/recursive_call.py \ |
| 36 lib-python/3/test/curses_tests.py \ | 36 lib-python/3/test/curses_tests.py \ |
| 37 lib-python/3/test/pystone.py \ | 37 lib-python/3/test/pystone.py \ |
| 38 lib-python/3/test/re_tests.py \ | 38 lib-python/3/test/re_tests.py \ |
| 39 lib-python/3/test/regrtest.py \ | 39 lib-python/3/test/regrtest.py \ |
| 40 lib-python/3/test/ziptestdata/header.sh \ | |
| 41 lib-python/3/test/ziptestdata/exe_with_z64 \ | |
| 42 lib-python/3/test/ziptestdata/exe_with_zip \ | |
| 43 lib-python/3/timeit.py \ | 40 lib-python/3/timeit.py \ |
| 44 lib-python/3/trace.py \ | 41 lib-python/3/trace.py \ |
| 45 lib-python/3/turtledemo/bytedesign.py \ | 42 lib-python/3/turtledemo/bytedesign.py \ |
| 46 lib-python/3/turtledemo/clock.py \ | 43 lib-python/3/turtledemo/clock.py \ |
| 47 lib-python/3/turtledemo/forest.py \ | 44 lib-python/3/turtledemo/forest.py \ |
| 56 lib-python/3/turtledemo/yinyang.py \ | 53 lib-python/3/turtledemo/yinyang.py \ |
| 57 lib-python/3/uu.py \ | 54 lib-python/3/uu.py \ |
| 58 lib-python/3/webbrowser.py \ | 55 lib-python/3/webbrowser.py \ |
| 59 lib_pypy/_cffi_ssl/tools/make_ssl_data.py | 56 lib_pypy/_cffi_ssl/tools/make_ssl_data.py |
| 60 | 57 |
| 58 FORPYIMPL37_VARS= PLIST=${.CURDIR}/pkg-plist.py37 | |
| 59 | |
| 60 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" | |
| 61 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" | |
| 62 | |
| 63 FORPYIMPL37_EXTRA_PATCHES= ${PATCHDIR}/py37 | |
| 64 FORPYIMPL38_EXTRA_PATCHES= ${PATCHDIR}/py38 | |
| 65 FORPYIMPL39_EXTRA_PATCHES= ${PATCHDIR}/py39 | |
| 66 | |
| 61 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 67 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 62 | 68 |
| 63 pre-install: | 69 pre-install: |
| 64 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 70 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
| 65 #${CHMOD} -R a-w ${WRKSRC} | 71 #${CHMOD} -R a-w ${WRKSRC} |
