Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150412886
D4507.id11144.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D4507.id11144.diff
View Options
Index: head/science/py-h5py/Makefile
===================================================================
--- head/science/py-h5py/Makefile
+++ head/science/py-h5py/Makefile
@@ -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_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 <bsd.port.mk>
Index: head/science/py-h5py/distinfo
===================================================================
--- head/science/py-h5py/distinfo
+++ head/science/py-h5py/distinfo
@@ -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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 12:34 AM (6 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30660512
Default Alt Text
D4507.id11144.diff (2 KB)
Attached To
Mode
D4507: - Update to 2.5.0
Attached
Detach File
Event Timeline
Log In to Comment