Mercurial > hgrepos > FreeBSD > ports > PyPy
annotate pkg-descr @ 106:ffca34182746
Allow to build PyPy3 v7.3.11: PLIST changes and patches for os.sendmail() which is enabled now.
BUGS: Python 3.7 is not supported any more. The configuration option for PY37
needs to be removed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 04 Jan 2023 15:50:00 +0100 |
| parents | a36fc15432fc |
| children |
| rev | line source |
|---|---|
|
68
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 PyPy3 is a fast, compliant alternative implementation of the Python |
|
100
a36fc15432fc
Build settings for PyPy3.9: additional shebangfix files and an extra pkg-plist.
Franz Glasner <fzglas.hg@dom66.de>
parents:
88
diff
changeset
|
2 language (3.7.13, 3.8.13, 3.9.12). It has several advantages and distinct |
|
a36fc15432fc
Build settings for PyPy3.9: additional shebangfix files and an extra pkg-plist.
Franz Glasner <fzglas.hg@dom66.de>
parents:
88
diff
changeset
|
3 features: |
|
68
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 - Speed: thanks to its Just-in-Time compiler, Python programs often run faster |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 on PyPy3. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 - Memory usage: large, memory-hungry Python programs might end up taking less |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 space than they do in CPython. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
9 - Compatibility: PyPy3 is highly compatible with existing python code. It |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 supports ctypes and can run popular python libraries like |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
11 twisted and django. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
12 - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
13 secure way. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
14 - Stackless: PyPy3 can be configured to run in stackless mode, providing |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
15 micro-threads for massive concurrency. |
|
b8cea9d588b1
ADD: the latest easily available port of lang/pypy3
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
16 - As well as other features. |
