diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index c1cf8af3f0d6..2eb8548b8e3b 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -1,38 +1,36 @@ PORTNAME= h5py -PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTVERSION= 3.8.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= General-purpose Python interface to the HDF5 library WWW= https://www.h5py.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/license.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29.15:lang/cython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0,1:devel/py-pkgconfig@${PY_FLAVOR} \ ${RUN_DEPENDS} LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.14.5,1:math/py-numpy@${PY_FLAVOR} USES= localbase pkgconfig python:3.7+ USE_PYTHON= autoplist concurrent cython distutils pytest OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo index 18f1ece22172..a689a159bc8c 100644 --- a/science/py-h5py/distinfo +++ b/science/py-h5py/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653926012 -SHA256 (h5py-3.7.0.tar.gz) = 3fcf37884383c5da64846ab510190720027dca0768def34dd8dcb659dbe5cbf3 -SIZE (h5py-3.7.0.tar.gz) = 392355 +TIMESTAMP = 1675191085 +SHA256 (h5py-3.8.0.tar.gz) = 6fead82f0c4000cf38d53f9c030780d81bfa0220218aee13b90b7701c937d95f +SIZE (h5py-3.8.0.tar.gz) = 400774 diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist index 73735de9049b..8659863cbb58 100644 --- a/science/py-h5py/pkg-plist +++ b/science/py-h5py/pkg-plist @@ -1,61 +1,63 @@ %%PORTDOCS%%%%DOCSDIR%%/Makefile %%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%%%DOCSDIR%%/build.rst %%PORTDOCS%%%%DOCSDIR%%/conf.py %%PORTDOCS%%%%DOCSDIR%%/config.rst %%PORTDOCS%%%%DOCSDIR%%/contributing.rst %%PORTDOCS%%%%DOCSDIR%%/faq.rst %%PORTDOCS%%%%DOCSDIR%%/high/attr.rst %%PORTDOCS%%%%DOCSDIR%%/high/dataset.rst %%PORTDOCS%%%%DOCSDIR%%/high/dims.rst %%PORTDOCS%%%%DOCSDIR%%/high/file.rst %%PORTDOCS%%%%DOCSDIR%%/high/group.rst %%PORTDOCS%%%%DOCSDIR%%/high/lowlevel.rst %%PORTDOCS%%%%DOCSDIR%%/index.rst %%PORTDOCS%%%%DOCSDIR%%/licenses.rst %%PORTDOCS%%%%DOCSDIR%%/mpi.rst %%PORTDOCS%%%%DOCSDIR%%/quick.rst %%PORTDOCS%%%%DOCSDIR%%/refs.rst +%%PORTDOCS%%%%DOCSDIR%%/related_projects.rst %%PORTDOCS%%%%DOCSDIR%%/release_guide.rst %%PORTDOCS%%%%DOCSDIR%%/requirements-rtd.txt %%PORTDOCS%%%%DOCSDIR%%/special.rst %%PORTDOCS%%%%DOCSDIR%%/strings.rst %%PORTDOCS%%%%DOCSDIR%%/swmr.rst %%PORTDOCS%%%%DOCSDIR%%/vds.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.0.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.1.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.10.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.2.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.3.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.4.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.5.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.6.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.7.1.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.7.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.8.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/2.9.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.0.rst %%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/3.5.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.6.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.7.rst +%%PORTDOCS%%%%DOCSDIR%%/whatsnew/3.8.rst %%PORTDOCS%%%%DOCSDIR%%/whatsnew/index.rst %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bytesio.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/collective_io.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dataset_concatenation.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dual_pco_edge.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eiger_use_case.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/excalibur_detector_modules.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiblockslice_interleave.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multiprocessing_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/percival_use_case.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/store_and_retrieve_units_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/store_datetimes.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/swmr_inotify_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/swmr_multiprocess.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/threading_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vds_simple.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/write-direct-compressed.py