svn commit: r511444 - head/science/py-h5py
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 22:44:40 UTC 2019
Author: sunpoet
Date: Sat Sep 7 22:44:39 2019
New Revision: 511444
URL: https://svnweb.freebsd.org/changeset/ports/511444
Log:
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
Modified:
head/science/py-h5py/Makefile
head/science/py-h5py/distinfo
head/science/py-h5py/pkg-plist
Modified: head/science/py-h5py/Makefile
==============================================================================
--- head/science/py-h5py/Makefile Sat Sep 7 22:44:34 2019 (r511443)
+++ head/science/py-h5py/Makefile Sat Sep 7 22:44:39 2019 (r511444)
@@ -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
Modified: head/science/py-h5py/distinfo
==============================================================================
--- head/science/py-h5py/distinfo Sat Sep 7 22:44:34 2019 (r511443)
+++ head/science/py-h5py/distinfo Sat Sep 7 22:44:39 2019 (r511444)
@@ -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
Modified: head/science/py-h5py/pkg-plist
==============================================================================
--- head/science/py-h5py/pkg-plist Sat Sep 7 22:44:34 2019 (r511443)
+++ head/science/py-h5py/pkg-plist Sat Sep 7 22:44:39 2019 (r511444)
@@ -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
More information about the svn-ports-head
mailing list