view pkg-message @ 34:0ba8512ad4c5

Introduce the PYPY_LDLIBRARY make variable to name the generated PyPy shared library. This is needed because PyPy3.9 will have names with the minor version in it (e.g. libpypy3.9-c.so instead of libpypy3-c.so). This is a precondition for side-by-side installations of PyPy3 implementing different Python versions (currently 3.7, 3.8 or 3.9).
author Franz Glasner <f.glasner@feldmann-mg.com>
date Thu, 06 Oct 2022 12:35:52 +0200
parents d0af9cb186c0
children 831b7b2d3e1b
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  (not yet supported)

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

bsddb           databases/pypy-bsddb
EOM
}
]