git: 23033d97cb9f - main - science/py-eccodes: Update to 2.43.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 12 Aug 2025 18:18:23 UTC
The branch main has been updated by sunpoet:

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

commit 23033d97cb9fe1f02f44eff42bd2f34faff3a741
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 17:59:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:15:47 +0000

    science/py-eccodes: Update to 2.43.0
    
    Changes:        https://github.com/ecmwf/eccodes-python/releases
                    https://github.com/ecmwf/eccodes-python/blob/develop/CHANGELOG.rst
---
 science/py-eccodes/Makefile             |  2 +-
 science/py-eccodes/distinfo             |  6 +++---
 science/py-eccodes/files/patch-setup.py | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile
index 5f7093dce593..044eb813edc2 100644
--- a/science/py-eccodes/Makefile
+++ b/science/py-eccodes/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	eccodes
-PORTVERSION=	2.42.0
+PORTVERSION=	2.43.0
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-eccodes/distinfo b/science/py-eccodes/distinfo
index 21954c2072d6..e37fc89abc25 100644
--- a/science/py-eccodes/distinfo
+++ b/science/py-eccodes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954222
-SHA256 (eccodes-2.42.0.tar.gz) = 0abb2bc6c6f4e83749c4e9c313d5428c62b15dc6c5b47d2807943e3a5ffd5291
-SIZE (eccodes-2.42.0.tar.gz) = 2268756
+TIMESTAMP = 1753796092
+SHA256 (eccodes-2.43.0.tar.gz) = b99c41aaa64b20291452297a3d513e0b08cc96bcedfe364d8f58348159c48faa
+SIZE (eccodes-2.43.0.tar.gz) = 2269307
diff --git a/science/py-eccodes/files/patch-setup.py b/science/py-eccodes/files/patch-setup.py
new file mode 100644
index 000000000000..8a15aeac70e2
--- /dev/null
+++ b/science/py-eccodes/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig	2025-07-25 10:03:25 UTC
++++ setup.py
+@@ -90,7 +90,6 @@ install_requires += [
+     "attrs",
+     "cffi",
+     "findlibs",
+-    "eccodeslib;platform_system!='Windows'",
+ ]
+ 
+ setuptools.setup(