From owner-svn-ports-head@freebsd.org Fri Dec 11 20:19:11 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9710A04B29; Fri, 11 Dec 2015 20:19:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D66B1434; Fri, 11 Dec 2015 20:19:11 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBKJAdI089783; Fri, 11 Dec 2015 20:19:10 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBKJADu089781; Fri, 11 Dec 2015 20:19:10 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512112019.tBBKJADu089781@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 20:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403555 - head/science/py-h5py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 20:19:12 -0000 Author: miwi Date: Fri Dec 11 20:19:10 2015 New Revision: 403555 URL: https://svnweb.freebsd.org/changeset/ports/403555 Log: - Update to 2.5.0 - Switch to options helper - Switch to do-test PR: 205137 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4507 Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Fri Dec 11 19:59:16 2015 (r403554) +++ head/science/py-h5py/Makefile Fri Dec 11 20:19:10 2015 (r403555) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTVERSION= 2.5.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,28 +13,34 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/license.txt BUILD_DEPENDS= ${PYNUMPY} \ - cython:${PORTSDIR}/lang/cython -RUN_DEPENDS= ${PYNUMPY} + cython:${PORTSDIR}/lang/cython \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}pkgconfig>0:${PORTSDIR}/devel/py-pkgconfig LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six USE_GITHUB= yes USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes -PORTDOCS= README.rst -PORTEXAMPLES= multiprocessing_example.py \ - threading_example.py +PORTDOCS= * +PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ + swmr_inotify_example.py threading_example.py OPTIONS_DEFINE= DOCS EXAMPLES -post-install: +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/docs) && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} -regression-test: build +do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Fri Dec 11 19:59:16 2015 (r403554) +++ head/science/py-h5py/distinfo Fri Dec 11 20:19:10 2015 (r403555) @@ -1,2 +1,2 @@ -SHA256 (h5py-h5py-2.4.0_GH0.tar.gz) = 953b638ec32e705d0fb885f994016700e947f260532f3313494403b7cf9607db -SIZE (h5py-h5py-2.4.0_GH0.tar.gz) = 225363 +SHA256 (h5py-h5py-2.5.0_GH0.tar.gz) = ec526191b9bbf7a937b7cdf1ea60984f50d889b45900d9a704bb35c93ece65df +SIZE (h5py-h5py-2.5.0_GH0.tar.gz) = 237107