Skip to content

Commit

Permalink
science/py-eccodes: Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 31, 2023
1 parent 557bdfc commit 58aebd9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
3 changes: 1 addition & 2 deletions science/py-eccodes/Makefile
@@ -1,6 +1,5 @@
PORTNAME= eccodes
PORTVERSION= 1.5.2
PORTREVISION= 1
PORTVERSION= 1.6.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions science/py-eccodes/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1681052960
SHA256 (eccodes-1.5.2.tar.gz) = f7cce47fc9b1df3ed9eea21c4060fa572e07a4d0f014f6fd1f74683df9b45801
SIZE (eccodes-1.5.2.tar.gz) = 2261256
TIMESTAMP = 1689398903
SHA256 (eccodes-1.6.0.tar.gz) = 59393040bcf89d8048127410926582aaffc688e174bebd464719307bbc5d9e15
SIZE (eccodes-1.6.0.tar.gz) = 2261932
15 changes: 15 additions & 0 deletions science/py-eccodes/files/patch-setup.py
@@ -0,0 +1,15 @@
--- 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"]

0 comments on commit 58aebd9

Please sign in to comment.