Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 15:3e54ae4e5d8b
Prepare for a current PyPy3 build: the PyPy3 directory layout has changed
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 03 Oct 2022 11:37:07 +0200 |
| parents | 0e79fd0685d3 |
| children | f02a08eefd82 |
| files | bsd.pypy.mk pkg-message |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bsd.pypy.mk Sun Oct 02 13:21:57 2022 +0200 +++ b/bsd.pypy.mk Mon Oct 03 11:37:07 2022 +0200 @@ -15,4 +15,6 @@ .else # ${PYTHON_IMPL} == pypy3 DISTVERSION= 7.3.9 PYPY_CFFI_VER= ${PYTHON_IMPL}8-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} +PYTHON_IMPL_MINOR= ${PYTHON_IMPL}.8 +PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} .endif
--- a/pkg-message Sun Oct 02 13:21:57 2022 +0200 +++ b/pkg-message Mon Oct 03 11:37:07 2022 +0200 @@ -4,7 +4,7 @@ Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: -gdbm databases/pypy-gdbm +gdbm databases/pypy-gdbm (only for pypy, not for pypy3) sqlite3 databases/pypy-sqlite3 tkinter x11-toolkits/pypy-tkinter
