mirror of https://git.FreeBSD.org/ports.git
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
This commit is contained in:
parent
17c3df674c
commit
23033d97cb
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= eccodes
|
||||
PORTVERSION= 2.42.0
|
||||
PORTVERSION= 2.43.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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(
|
Loading…
Reference in New Issue