Po-Chuan Hsieh 2025-08-13 01:59:08 +08:00
parent 17c3df674c
commit 23033d97cb
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= eccodes
PORTVERSION= 2.42.0
PORTVERSION= 2.43.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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(