Po-Chuan Hsieh 2025-02-18 04:50:48 +08:00
parent 58cf6caa45
commit c7f545025d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 19 deletions

View File

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

View File

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

View File

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