diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-08 06:44:39 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-09-08 06:44:39 +0800 |
commit | 33595a2274d5e93191b6edf6489592a1a381dcdf (patch) | |
tree | ca7025a4ffd447f681521524becf112c49fa0d14 /science/py-h5py | |
parent | 5be05a2d70028d45b9f13ab1f7b0de8aa2bf6376 (diff) | |
download | freebsd-ports-gnome-33595a2274d5e93191b6edf6489592a1a381dcdf.tar.gz freebsd-ports-gnome-33595a2274d5e93191b6edf6489592a1a381dcdf.tar.zst freebsd-ports-gnome-33595a2274d5e93191b6edf6489592a1a381dcdf.zip |
Update to 2.10.0
- Sort PLIST
Changes: https://github.com/h5py/h5py/releases
https://github.com/h5py/h5py/blob/master/docs/whatsnew/2.10.rst
Diffstat (limited to 'science/py-h5py')
-rw-r--r-- | science/py-h5py/Makefile | 5 | ||||
-rw-r--r-- | science/py-h5py/distinfo | 6 | ||||
-rw-r--r-- | science/py-h5py/pkg-plist | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index 78485dfe5654..2268df7e20c8 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.9.0 -PORTREVISION= 2 +PORTVERSION= 2.10.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,7 @@ 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 diff --git a/science/py-h5py/distinfo b/science/py-h5py/distinfo index 9b69845488c3..c9cab68008b0 100644 --- a/science/py-h5py/distinfo +++ b/science/py-h5py/distinfo @@ -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 diff --git a/science/py-h5py/pkg-plist b/science/py-h5py/pkg-plist index 18387219faf6..f2c0c725145d 100644 --- a/science/py-h5py/pkg-plist +++ b/science/py-h5py/pkg-plist @@ -1,5 +1,5 @@ -%%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%%%DOCSDIR%%/Makefile +%%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%%%DOCSDIR%%/build.rst %%PORTDOCS%%%%DOCSDIR%%/conf.py %%PORTDOCS%%%%DOCSDIR%%/config.rst @@ -21,6 +21,7 @@ %%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 |