aboutsummaryrefslogtreecommitdiff
path: root/science/py-h5py
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-01 20:37:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-01-01 20:37:17 +0000
commite920c84710b9b66c9e65f406e1e36aadb4ccefa0 (patch)
treed2558f90f39db1d65183a1ac9ae8d2f5a54fece0 /science/py-h5py
parent51a23f26562a45c2558832ce59f9b0732cfc73a5 (diff)
downloadports-e920c84710b9b66c9e65f406e1e36aadb4ccefa0.tar.gz
ports-e920c84710b9b66c9e65f406e1e36aadb4ccefa0.zip
Notes
Diffstat (limited to 'science/py-h5py')
-rw-r--r--science/py-h5py/Makefile15
-rw-r--r--science/py-h5py/distinfo6
-rw-r--r--science/py-h5py/pkg-plist45
3 files changed, 51 insertions, 15 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 13e095a91383..cbed3afee0da 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= h5py
-PORTVERSION= 2.8.0
-PORTREVISION= 2
+PORTVERSION= 2.9.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +13,8 @@ COMMENT= General-purpose Python interface to the HDF5 library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/licenses/license.txt
-BUILD_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+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}
@@ -24,13 +22,6 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python
USE_PYTHON= autoplist concurrent cython distutils
-PORTDOCS= *
-PORTEXAMPLES= collective_io.py \
- multiprocessing_example.py \
- swmr_inotify_example.py \
- swmr_multiprocess.py \
- threading_example.py
-
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo
index 35b5a7c2a4cf..9b69845488c3 100644
--- a/science/py-h5py/distinfo
+++ b/science/py-h5py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528202832
-SHA256 (h5py-2.8.0.tar.gz) = e626c65a8587921ebc7fb8d31a49addfdd0b9a9aa96315ea484c09803337b955
-SIZE (h5py-2.8.0.tar.gz) = 274576
+TIMESTAMP = 1546268499
+SHA256 (h5py-2.9.0.tar.gz) = 9d41ca62daf36d6b6515ab8765e4c8c4388ee18e2a665701fef2b41563821002
+SIZE (h5py-2.9.0.tar.gz) = 287853
diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist
new file mode 100644
index 000000000000..18387219faf6
--- /dev/null
+++ b/science/py-h5py/pkg-plist
@@ -0,0 +1,45 @@
+%%PORTDOCS%%%%DOCSDIR%%/README.rst
+%%PORTDOCS%%%%DOCSDIR%%/Makefile
+%%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.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