From owner-svn-ports-head@freebsd.org Tue Jan 1 20:37:29 2019 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 3D13514296FA; Tue, 1 Jan 2019 20:37:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C8287394; Tue, 1 Jan 2019 20:37:24 +0000 (UTC) (envelope-from sunpoet@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 D8D002732C; Tue, 1 Jan 2019 20:37:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x01KbIsU057509; Tue, 1 Jan 2019 20:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x01KbIja057506; Tue, 1 Jan 2019 20:37:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201901012037.x01KbIja057506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Jan 2019 20:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489009 - head/science/py-h5py X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-h5py X-SVN-Commit-Revision: 489009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 17C8287394 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 01 Jan 2019 20:37:29 -0000 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