Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2019 20:37:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489009 - head/science/py-h5py
Message-ID:  <201901012037.x01KbIja057506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan  1 20:37:17 2019
New Revision: 489009
URL: https://svnweb.freebsd.org/changeset/ports/489009

Log:
  Update to 2.9.0
  
  - Convert PORTDOCS and PORTEXAMPLES to PLIST entries
  
  Changes:	https://github.com/h5py/h5py/releases

Added:
  head/science/py-h5py/pkg-plist   (contents, props changed)
Modified:
  head/science/py-h5py/Makefile
  head/science/py-h5py/distinfo

Modified: head/science/py-h5py/Makefile
==============================================================================
--- head/science/py-h5py/Makefile	Tue Jan  1 20:37:12 2019	(r489008)
+++ head/science/py-h5py/Makefile	Tue Jan  1 20:37:17 2019	(r489009)
@@ -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,22 +13,14 @@ COMMENT=	General-purpose Python interface to the HDF5 
 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}
 
 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
 

Modified: head/science/py-h5py/distinfo
==============================================================================
--- head/science/py-h5py/distinfo	Tue Jan  1 20:37:12 2019	(r489008)
+++ head/science/py-h5py/distinfo	Tue Jan  1 20:37:17 2019	(r489009)
@@ -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

Added: head/science/py-h5py/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-h5py/pkg-plist	Tue Jan  1 20:37:17 2019	(r489009)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901012037.x01KbIja057506>