Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2024 00:04:10 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: d490a193b293 - main - devel/py-pythran: Update to 0.16.1
Message-ID:  <202406210004.45L04AlG092328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d490a193b2937a4927651062bcac6b909357edf1

commit d490a193b2937a4927651062bcac6b909357edf1
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-06-20 23:50:58 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-06-21 00:03:45 +0000

    devel/py-pythran: Update to 0.16.1
---
 devel/py-pythran/Makefile                                |  2 +-
 devel/py-pythran/distinfo                                |  6 +++---
 .../files/patch-pythran_xsimd_arch_xsimd__scalar.hpp     | 16 ----------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/devel/py-pythran/Makefile b/devel/py-pythran/Makefile
index 92aac1dc3696..c3c8b39eb8e7 100644
--- a/devel/py-pythran/Makefile
+++ b/devel/py-pythran/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pythran
-PORTVERSION=	0.15.0
+PORTVERSION=	0.16.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-pythran/distinfo b/devel/py-pythran/distinfo
index bc70452e7662..567c8ccd05bb 100644
--- a/devel/py-pythran/distinfo
+++ b/devel/py-pythran/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705227477
-SHA256 (pythran-0.15.0.tar.gz) = f9bc61bcb96df2cd4b578abc5a62dfb3fbb0b0ef02c264513dfb615c5f87871c
-SIZE (pythran-0.15.0.tar.gz) = 2365746
+TIMESTAMP = 1718884149
+SHA256 (pythran-0.16.1.tar.gz) = 861748c0f9c7d422b32724b114b3817d818ed4eab86c09781aa0a3f7ceabb7f9
+SIZE (pythran-0.16.1.tar.gz) = 2377287
diff --git a/devel/py-pythran/files/patch-pythran_xsimd_arch_xsimd__scalar.hpp b/devel/py-pythran/files/patch-pythran_xsimd_arch_xsimd__scalar.hpp
deleted file mode 100644
index ec43f48fd319..000000000000
--- a/devel/py-pythran/files/patch-pythran_xsimd_arch_xsimd__scalar.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- pythran/xsimd/arch/xsimd_scalar.hpp.orig	2023-04-02 16:37:10 UTC
-+++ pythran/xsimd/arch/xsimd_scalar.hpp
-@@ -444,11 +444,11 @@ namespace xsimd
- #if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__)
-     inline float exp10(const float& x) noexcept
-     {
--        return ::exp10f(x);
-+        return ::expf(x*::logf(10));
-     }
-     inline double exp10(const double& x) noexcept
-     {
--        return ::exp10(x);
-+        return ::exp(x*::log(10));
-     }
- #endif
- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406210004.45L04AlG092328>