Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2018 18:55:35 +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: r471778 - head/science/py-h5py
Message-ID:  <201806051855.w55ItZft040274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun  5 18:55:35 2018
New Revision: 471778
URL: https://svnweb.freebsd.org/changeset/ports/471778

Log:
  Update to 2.8.0
  
  Changes:	https://github.com/h5py/h5py/releases

Modified:
  head/science/py-h5py/Makefile
  head/science/py-h5py/distinfo

Modified: head/science/py-h5py/Makefile
==============================================================================
--- head/science/py-h5py/Makefile	Tue Jun  5 18:55:30 2018	(r471777)
+++ head/science/py-h5py/Makefile	Tue Jun  5 18:55:35 2018	(r471778)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	h5py
-PORTVERSION=	2.7.1
-PORTREVISION=	1
+PORTVERSION=	2.8.0
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -25,8 +24,11 @@ USES=		python
 USE_PYTHON=	autoplist concurrent cython distutils
 
 PORTDOCS=	*
-PORTEXAMPLES=	multiprocessing_example.py swmr_multiprocess.py \
-		swmr_inotify_example.py  threading_example.py
+PORTEXAMPLES=	collective_io.py \
+		multiprocessing_example.py \
+		swmr_inotify_example.py \
+		swmr_multiprocess.py \
+		threading_example.py
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
@@ -40,7 +42,7 @@ post-install-DOCS-on:
 
 post-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}
 
 do-test:
 	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test

Modified: head/science/py-h5py/distinfo
==============================================================================
--- head/science/py-h5py/distinfo	Tue Jun  5 18:55:30 2018	(r471777)
+++ head/science/py-h5py/distinfo	Tue Jun  5 18:55:35 2018	(r471778)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519522205
-SHA256 (h5py-2.7.1.tar.gz) = 180a688311e826ff6ae6d3bda9b5c292b90b28787525ddfcb10a29d5ddcae2cc
-SIZE (h5py-2.7.1.tar.gz) = 264225
+TIMESTAMP = 1528202832
+SHA256 (h5py-2.8.0.tar.gz) = e626c65a8587921ebc7fb8d31a49addfdd0b9a9aa96315ea484c09803337b955
+SIZE (h5py-2.8.0.tar.gz) = 274576



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