Skip to content
Snippets Groups Projects
Verified Commit bc992d20 authored by sunpoet's avatar sunpoet
Browse files
parent 847fce23
No related branches found
No related tags found
No related merge requests found
# Created by: TAOKA Fumiyoshi
PORTNAME= h5py
PORTVERSION= 3.5.0
PORTVERSION= 3.6.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
TIMESTAMP = 1635181091
SHA256 (h5py-3.5.0.tar.gz) = 77c7be4001ac7d3ed80477de5b6942501d782de1bbe4886597bdfec2a7ab821f
SIZE (h5py-3.5.0.tar.gz) = 384643
TIMESTAMP = 1637519900
SHA256 (h5py-3.6.0.tar.gz) = 8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29
SIZE (h5py-3.6.0.tar.gz) = 384160
--- setup.py.orig 2021-03-05 10:02:07 UTC
+++ setup.py
@@ -27,9 +27,7 @@ VERSION = '3.2.1'
# Minimum supported versions of Numpy & Cython depend on the Python version
NUMPY_MIN_VERSIONS = [
# Numpy Python
- ('1.14.5', "=='3.7'"),
- ('1.17.5', "=='3.8'"),
- ('1.19.3', ">='3.9'"),
+ ('1.14.5', ">='3.7'"),
]
# these are required to use h5py
@@ -49,7 +47,7 @@ SETUP_REQUIRES = [
"Cython >=0.29.14; python_version=='3.8'",
"Cython >=0.29.15; python_version>='3.9'",
] + [
- f"numpy =={np_min}; python_version{py_condition}"
+ f"numpy >={np_min}; python_version{py_condition}"
for np_min, py_condition in NUMPY_MIN_VERSIONS
]
......@@ -17,7 +17,6 @@
%%PORTDOCS%%%%DOCSDIR%%/quick.rst
%%PORTDOCS%%%%DOCSDIR%%/refs.rst
%%PORTDOCS%%%%DOCSDIR%%/release_guide.rst
%%PORTDOCS%%%%DOCSDIR%%/rever/rever.log
%%PORTDOCS%%%%DOCSDIR%%/special.rst
%%PORTDOCS%%%%DOCSDIR%%/strings.rst
%%PORTDOCS%%%%DOCSDIR%%/swmr.rst
......@@ -40,6 +39,7 @@
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.5.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.6.rst
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment