View | Details | Raw Unified | Return to bug 184746
Collapse All | Expand All

(-)./Makefile (-3 / +7 lines)
Lines 1-8 Link Here
1
# Created by: TAOKA Fumiyoshi
1
# Created by: TAOKA Fumiyoshi
2
# $FreeBSD: science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $
2
# $FreeBSD: head/science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $
3
3
4
PORTNAME=	h5py
4
PORTNAME=	h5py
5
PORTVERSION=	2.2.0
5
PORTVERSION=	2.2.1
6
CATEGORIES=	science python
6
CATEGORIES=	science python
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
7
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 22-29 Link Here
22
PYDISTUTILS_AUTOPLIST=	yes
22
PYDISTUTILS_AUTOPLIST=	yes
23
23
24
PORTDOCS=	README.rst
24
PORTDOCS=	README.rst
25
PORTEXAMPLES=	multiprocessing_example.py \
26
		threading_example.py
25
27
26
OPTIONS_DEFINE=	DOCS
28
OPTIONS_DEFINE=	DOCS EXAMPLES
27
29
28
post-patch:
30
post-patch:
29
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
31
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
Lines 32-37 Link Here
32
post-install:
34
post-install:
33
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
35
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
34
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
36
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
37
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
38
	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR}
35
39
36
regression-test: build
40
regression-test: build
37
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
41
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (h5py-2.2.0.tar.gz) = 021c63a57a5ae231e3d60333634d1ae0fd4adaede2f918d6a699d38246dbd8a2
1
SHA256 (h5py-2.2.1.tar.gz) = b4510cb74aef332847dc88e3df6910d7af68c709b3556fc960a687c56ba6a4cb
2
SIZE (h5py-2.2.0.tar.gz) = 975911
2
SIZE (h5py-2.2.1.tar.gz) = 978796

Return to bug 184746