view pkg-message @ 28:6cddc8f64f05

Cross-check the port's build options with the installed pypy3 ones. This is because the CFFI port must be compatible to the installed pypy3 build. This is to ensure the same Python compatibility level (3.7, 3.8 or e.9).
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 06 Oct 2022 09:35:15 +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
}
]