mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
parent
8cd76abc1c
commit
d5c1d27afd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471778
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user