Index: head/science/py-h5py/Makefile =================================================================== --- head/science/py-h5py/Makefile (revision 511443) +++ head/science/py-h5py/Makefile (revision 511444) @@ -1,43 +1,42 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.9.0 -PORTREVISION= 2 +PORTVERSION= 2.10.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= General-purpose Python interface to the HDF5 library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/license.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ ${RUN_DEPENDS} LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python +USES= pkgconfig python USE_PYTHON= autoplist concurrent cython distutils OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so 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} do-test: cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Index: head/science/py-h5py/distinfo =================================================================== --- head/science/py-h5py/distinfo (revision 511443) +++ head/science/py-h5py/distinfo (revision 511444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546268499 -SHA256 (h5py-2.9.0.tar.gz) = 9d41ca62daf36d6b6515ab8765e4c8c4388ee18e2a665701fef2b41563821002 -SIZE (h5py-2.9.0.tar.gz) = 287853 +TIMESTAMP = 1567842470 +SHA256 (h5py-2.10.0.tar.gz) = 84412798925dc870ffd7107f045d7659e60f5d46d1c70c700375248bf6bf512d +SIZE (h5py-2.10.0.tar.gz) = 301057 Index: head/science/py-h5py/pkg-plist =================================================================== --- head/science/py-h5py/pkg-plist (revision 511443) +++ head/science/py-h5py/pkg-plist (revision 511444) @@ -1,45 +1,46 @@ -%%PORTDOCS%%%%DOCSDIR%%/README.rst %%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%%/index.rst %%PORTDOCS%%%%DOCSDIR%%/licenses.rst %%PORTDOCS%%%%DOCSDIR%%/mpi.rst %%PORTDOCS%%%%DOCSDIR%%/quick.rst %%PORTDOCS%%%%DOCSDIR%%/refs.rst %%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.0.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/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%%/multiprocessing_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/percival_use_case.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/swmr_inotify_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/swmr_multiprocess.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/threading_example.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/vds_simple.py