From owner-svn-ports-head@freebsd.org Sun Feb 25 01:24:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD9FCF33A13; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91C7781B84; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73B6B2D7E5; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P1OJrx036598; Sun, 25 Feb 2018 01:24:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P1OJda036595; Sun, 25 Feb 2018 01:24:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250124.w1P1OJda036595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 01:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462889 - in head/science/py-h5py: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/py-h5py: . files X-SVN-Commit-Revision: 462889 X-SVN-Commit-Repository: ports 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.25 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: Sun, 25 Feb 2018 01:24:20 -0000 Author: yuri Date: Sun Feb 25 01:24:18 2018 New Revision: 462889 URL: https://svnweb.freebsd.org/changeset/ports/462889 Log: science/py-h5py: Update to 2.7.1 Additional port changes: * Changed to DISTVERSION * Grouped USExx * Added USE_PYTHON=concurrent (for docs, examples) * Removed patching (in post-patch and files/) * Added stripping * Updated WWW Approved by: tcberner (mentor, implicit) Deleted: head/science/py-h5py/files/ Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo head/science/py-h5py/pkg-descr Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/Makefile Sun Feb 25 01:24:18 2018 (r462889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.7.0 +DISTVERSION= 2.7.1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,20 +19,16 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} +USES= python USE_GITHUB= yes +USE_PYTHON= distutils cython autoplist concurrent -USES= python -USE_PYTHON= autoplist distutils cython - PORTDOCS= * PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ swmr_inotify_example.py threading_example.py OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup_build.py - do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} @@ -42,7 +38,10 @@ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so + do-test: - cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/distinfo Sun Feb 25 01:24:18 2018 (r462889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496507199 -SHA256 (h5py-h5py-2.7.0_GH0.tar.gz) = fff3a878c6adfa1b4f5c30b558a295d52dd4fee9174128c626ef416dec1b536b -SIZE (h5py-h5py-2.7.0_GH0.tar.gz) = 265122 +TIMESTAMP = 1519520436 +SHA256 (h5py-h5py-2.7.1_GH0.tar.gz) = 55bdefda47c49973ec24384097d18eb5f84797c057aaf0bf0b6b0f7860ad43e7 +SIZE (h5py-h5py-2.7.1_GH0.tar.gz) = 268457 Modified: head/science/py-h5py/pkg-descr ============================================================================== --- head/science/py-h5py/pkg-descr Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/pkg-descr Sun Feb 25 01:24:18 2018 (r462889) @@ -9,4 +9,4 @@ to the existing HDF5 API and abstractions, so that Pyt easily deal with HDF5 files and exchange data with other HDF5-aware applications. -WWW: http://h5py.alfven.org +WWW: https://www.h5py.org