Mercurial > hgrepos > FreeBSD > ports > PyPy
view lang/pypy3/README @ 200:792fb463576a
FIX: update the package description to contain the correct Python implementation 3.10.16
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 12 Mar 2025 16:44:26 +0100 |
| parents | 8b567a874360 |
| children | aa93453cd531 |
line wrap: on
line source
Notes on how to build ===================== Dependencies ------------ Erst einmal PyPy(2) samt Installation Dann noch: pkg install lzma db5 Da gdbm mit dabei ist, das entsprechende Paket auch installieren: pkg install gdbm PyPy3 ----- Konfiguration: das bereits installierte PyPy(2) nehmen zum schnelleren Übersetzen: make config make build make package Installieren Import prüfen wie bei PyPy(2) und zusätzlich: import lzma import dbm import _gdbm import dbm.gnu import _dbm import dbm.ndbm pypy3-sqlite3 ~~~~~~~~~~~~~ Mit "FLAVOR=pypy3" bauen
