Update to 2.9.0
- Convert PORTDOCS and PORTEXAMPLES to PLIST entries Changes: https://github.com/h5py/h5py/releases
This commit is contained in:
parent
51a23f2656
commit
e920c84710
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489009
3 changed files with 51 additions and 15 deletions
|
@ -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,9 +13,8 @@ COMMENT= General-purpose Python interface to the HDF5 library
|
|||
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}
|
||||
|
@ -24,13 +22,6 @@ RUN_DEPENDS= ${PYNUMPY} \
|
|||
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
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -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
|
||||
|
|
45
science/py-h5py/pkg-plist
Normal file
45
science/py-h5py/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue