Port details |
- py-pythran Ahead of Time compiler for numeric kernels
- 0.13.1 devel
=0 0.12.0Version of this port present on the latest quarterly branch. - Maintainer: wen@FreeBSD.org
 - Port Added: 2021-10-17 02:15:11
- Last Update: 2023-05-04 13:56:58
- Commit Hash: e499eb4
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- Pythran is an ahead of time compiler for a subset of the Python language,
with a focus on scientific computing. It takes a Python module annotated
with a few interface descriptions and turns it into a native Python module
with the same interface, but (hopefully) faster.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pythran>0:devel/py-pythran@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pythran/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pythran
- pkg install py39-pythran
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pythran listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pythran
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1683207721
SHA256 (pythran-0.13.1.tar.gz) = 8aad08162f010e5425a7b254dd68d83311b430bb29f9252dce2eff3ba39497dd
SIZE (pythran-0.13.1.tar.gz) = 4010788
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-ply>=3.4 : devel/py-ply@py39
- py39-gast>=0.5.0 : devel/py-gast@py39
- py39-beniget>=0.4.0 : devel/py-beniget@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- graphics/py-scikit-image
- math/py-fpylll
- science/py-scipy
- for Run
-
- math/py-fpylll
Configuration Options:
- No options to configure
- Options name:
- devel_py-pythran
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.13.1 04 May 2023 13:56:58
    |
Wen Heping (wen)  |
devel/py-pythran: Update to 0.13.1 |
0.12.1 24 Apr 2023 05:40:25
    |
Yuri Victorovich (yuri)  |
devel/py-pythran: Update 0.12.0 → 0.12.1
PR: 270507
Approved by: wen@ (maintainer) |
0.12.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.12.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.12.0 25 Nov 2022 09:08:40
    |
Wen Heping (wen)  |
devel/py-pythran: Update to 0.12.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.11.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.11.0 15 Dec 2021 07:55:51
    |
Wen Heping (wen)  |
devel/py-pythran: Update to 0.11.0 |
0.10.0 21 Nov 2021 18:24:49
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-pythran: Add NO_ARCH
Approved by: portmgr (blanket) |
0.10.0 17 Oct 2021 02:10:52
    |
Wen Heping (wen)  |
devel/py-pythran: Add new port
Pythran is an ahead of time compiler for a subset of the Python language,
with a focus on scientific computing. It takes a Python module annotated
with a few interface descriptions and turns it into a native Python module
with the same interface, but (hopefully) faster.
WWW: https://github.com/serge-sans-paille/pythran |