comparison lang/pypy2/pkg-message @ 65:9e9df3f25e7d

Move the old imported pypy repo into the lang/pypy2 folder
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 12 Jan 2024 09:18:14 +0100
parents pkg-message@831b7b2d3e1b
children
comparison
equal deleted inserted replaced
64:4f846c664620 65:9e9df3f25e7d
1 [
2 { type: install
3 message: <<EOM
4 Note that some standard Python modules are provided as separate ports
5 as they require additional dependencies. They are available as:
6
7 gdbm databases/pypy-gdbm (only for pypy, already included in pypy3)
8 sqlite3 databases/pypy-sqlite3
9 tkinter x11-toolkits/pypy-tkinter
10
11 Note that PyPy does not implement the following module that would
12 have been provided as a separate port:
13
14 bsddb databases/pypy-bsddb
15 EOM
16 }
17 ]