science/py-h5py: Update to 3.4.0
Changes: https://github.com/h5py/h5py/releases https://github.com/h5py/h5py/blob/master/docs/whatsnew/3.4.rst https://docs.h5py.org/en/stable/whatsnew/index.html
This commit is contained in:
parent
233ad9c646
commit
6f119b46fa
3 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: TAOKA Fumiyoshi
|
||||
|
||||
PORTNAME= h5py
|
||||
PORTVERSION= 3.3.0
|
||||
PORTVERSION= 3.4.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -31,7 +31,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so
|
||||
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1624630120
|
||||
SHA256 (h5py-3.3.0.tar.gz) = e0dac887d779929778b3cfd13309a939359cc9e74756fc09af7c527a82797186
|
||||
SIZE (h5py-3.3.0.tar.gz) = 380221
|
||||
TIMESTAMP = 1632037220
|
||||
SHA256 (h5py-3.4.0.tar.gz) = ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e
|
||||
SIZE (h5py-3.4.0.tar.gz) = 371128
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.1.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.2.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.3.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.4.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py
|
||||
|
|
Loading…
Reference in a new issue