science/py-eccodes: Update to 2.40.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
58cf6caa45
commit
c7f545025d
@ -1,5 +1,5 @@
|
||||
PORTNAME= eccodes
|
||||
PORTVERSION= 2.39.2
|
||||
PORTVERSION= 2.40.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1738606493
|
||||
SHA256 (eccodes-2.39.2.tar.gz) = f556c0d54ed3e74595740c4928c7cb56776c497de65c6eb4670567cadab14fcc
|
||||
SIZE (eccodes-2.39.2.tar.gz) = 2267369
|
||||
TIMESTAMP = 1739663359
|
||||
SHA256 (eccodes-2.40.0.tar.gz) = 47eb68869c2510fe63c26490d25065fc88521ec92a431facc12033340c449032
|
||||
SIZE (eccodes-2.40.0.tar.gz) = 2267613
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
--- setup.py.orig 2023-07-11 10:42:35 UTC
|
||||
+++ setup.py
|
||||
@@ -37,12 +37,6 @@ def parse_version_from(path):
|
||||
|
||||
|
||||
install_requires = ["numpy"]
|
||||
-if sys.version_info < (3, 7):
|
||||
- install_requires = ["numpy<1.20"]
|
||||
-elif sys.version_info < (3, 8):
|
||||
- install_requires = ["numpy<1.22"]
|
||||
-elif sys.version_info < (3, 9):
|
||||
- install_requires = ["numpy<1.25"]
|
||||
|
||||
install_requires += ["attrs", "cffi", "findlibs"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user