Port details |
- py-pythran Ahead of Time compiler for numeric kernels
- 0.16.1_1 devel =2 0.16.1_1Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2021-10-17 02:15:11
- Last Update: 2024-09-22 08:52:05
- Commit Hash: 7383168
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/serge-sans-paille/pythran
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 py311-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 py311-pythran listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pythran
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1718884149
SHA256 (pythran-0.16.1.tar.gz) = 861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9
SIZE (pythran-0.16.1.tar.gz) = 2377287
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-ply>=3.4 : devel/py-ply@py311
- py311-gast>=0.5.0 : devel/py-gast@py311
- py311-beniget>=0.4.0 : devel/py-beniget@py311
- python3.11 : lang/python311
- 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
- 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.16.1_1 22 Sep 2024 08:52:05 |
Max Brazhnikov (makc) |
devel/py-pythran: convert to pep517
and bump PORTREVISION to fix runtime error when building dependent ports.
PR: 281588
Appoved by: wen@ (maintainer) |
0.16.1 21 Jun 2024 00:03:45 |
Wen Heping (wen) |
devel/py-pythran: Update to 0.16.1 |
0.15.0 27 Jan 2024 05:28:02 |
Jason E. Hale (jhale) |
devel/py-pythran: Fix stage-qa/package phase
Remove pkg-plist which causes the port to fail to package in poudriere
due to duplicate entries when PORTTESTING=1 is set. The port already has
USE_PYTHON=autoplist set, so the static pkg-plist is not needed.
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PYTHON_SITELIBDIR%%/pythran/boost/array.hpp
Error: Missing: %%PYTHON_SITELIBDIR%%/pythran/boost/assert.hpp
Error: Missing: %%PYTHON_SITELIBDIR%%/pythran/boost/atomic.hpp
<--snip--> (Only the first 15 lines of the commit message are shown above ) |
0.15.0 14 Jan 2024 13:07:56 |
Wen Heping (wen) |
devel/py-pythran: Update to 0.15.0 |
0.14.0 19 Sep 2023 12:00:23 |
Wen Heping (wen) |
devel/py-pythran: Update to 0.14.0 |
0.13.1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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 |