Date: Wed, 22 Oct 2025 07:25:26 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7beedbe0ff79 - main - devel/py-pythran: Update to 0.18.0 Message-ID: <202510220725.59M7PQwC075602@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=7beedbe0ff79cb20b13bd56adc75cf124c8d06b4 commit 7beedbe0ff79cb20b13bd56adc75cf124c8d06b4 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2025-10-22 07:24:18 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2025-10-22 07:25:07 +0000 devel/py-pythran: Update to 0.18.0 --- devel/py-pythran/Makefile | 3 +-- devel/py-pythran/distinfo | 6 +++--- devel/py-pythran/files/patch-pythran_dist.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/devel/py-pythran/Makefile b/devel/py-pythran/Makefile index 0e782ce91e75..8f9399bcf8ac 100644 --- a/devel/py-pythran/Makefile +++ b/devel/py-pythran/Makefile @@ -1,6 +1,5 @@ PORTNAME= pythran -PORTVERSION= 0.17.0 -PORTREVISION= 1 +PORTVERSION= 0.18.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pythran/distinfo b/devel/py-pythran/distinfo index c6d9f7e41e4f..bc71cc7462bd 100644 --- a/devel/py-pythran/distinfo +++ b/devel/py-pythran/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739495439 -SHA256 (pythran-0.17.0.tar.gz) = 3b77d6d970a6cf5b448facc7d4f6229c3e73909ac27ea2480c843afdadbad0fb -SIZE (pythran-0.17.0.tar.gz) = 2394494 +TIMESTAMP = 1761115962 +SHA256 (pythran-0.18.0.tar.gz) = 5c003e8cbedf6dbb68c2869c49fc110ce8b5e8982993078a4a819f1dadc4fc6a +SIZE (pythran-0.18.0.tar.gz) = 2402895 diff --git a/devel/py-pythran/files/patch-pythran_dist.py b/devel/py-pythran/files/patch-pythran_dist.py deleted file mode 100644 index 10a0ee69fd59..000000000000 --- a/devel/py-pythran/files/patch-pythran_dist.py +++ /dev/null @@ -1,11 +0,0 @@ ---- pythran/dist.py.orig 2024-10-17 07:42:48 UTC -+++ pythran/dist.py -@@ -92,7 +92,7 @@ class PythranBuildExtMixIn(object): - return find_exe(exe, *args, **kwargs) - - msvc._find_exe = _find_exe -- except ImportError: -+ except (AttributeError, ImportError): - pass - - # In general, distutils uses -Wstrict-prototypes, but this optionhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220725.59M7PQwC075602>
