view pkg-message @ 25:ee6885d5bdcb

Allow to build CFFI extensions for PyPy3.7 also. PyPy3.7 has the same directory layout as PyPy2.7. PyPy3.8 has a new layout which is more similar to CPython. NOTE: PyPy3.9 will also name its shared library implementation with a version information in it. This will allow side-by-side installations.
author Franz Glasner <f.glasner@feldmann-mg.com>
date Wed, 05 Oct 2022 17:22:18 +0200
parents 3e54ae4e5d8b
children d0af9cb186c0
line wrap: on
line source

[
{ type: install
  message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

gdbm            databases/pypy-gdbm        (only for pypy, not for pypy3)
sqlite3         databases/pypy-sqlite3
tkinter         x11-toolkits/pypy-tkinter

Note that PyPy does not implement the following module that would
have been provided as a separate port:

bsddb           databases/pypy-bsddb
EOM
}
]