Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 15:20:50 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/184746: [MAINTAINER-UPDATE] science/py-h5py: update to 2.2.1
Message-ID:  <1914839106.enqueue@mx12.chaot.net>
Resent-Message-ID: <201312131330.rBDDU0NE093679@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184746
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] science/py-h5py: update to 2.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 13 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Dec 11 13:21:24 EET 2013
>Description:
- Update to 2.2.1
- Add EXAMPLES option

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- py27-h5py-2.2.1.patch begins here ---
diff -ruN /usr/ports/science/py-h5py/Makefile ./Makefile
--- /usr/ports/science/py-h5py/Makefile	2013-11-13 23:28:29.000000000 +0200
+++ ./Makefile	2013-12-13 14:43:05.436458878 +0200
@@ -1,8 +1,8 @@
 # Created by: TAOKA Fumiyoshi
-# $FreeBSD: science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $
+# $FreeBSD: head/science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $
 
 PORTNAME=	h5py
-PORTVERSION=	2.2.0
+PORTVERSION=	2.2.1
 CATEGORIES=	science python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +22,10 @@
 PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	README.rst
+PORTEXAMPLES=	multiprocessing_example.py \
+		threading_example.py
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
@@ -32,6 +34,8 @@
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR}
 
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
diff -ruN /usr/ports/science/py-h5py/distinfo ./distinfo
--- /usr/ports/science/py-h5py/distinfo	2013-11-13 23:28:29.000000000 +0200
+++ ./distinfo	2013-12-13 14:35:57.036123928 +0200
@@ -1,2 +1,2 @@
-SHA256 (h5py-2.2.0.tar.gz) = 021c63a57a5ae231e3d60333634d1ae0fd4adaede2f918d6a699d38246dbd8a2
-SIZE (h5py-2.2.0.tar.gz) = 975911
+SHA256 (h5py-2.2.1.tar.gz) = b4510cb74aef332847dc88e3df6910d7af68c709b3556fc960a687c56ba6a4cb
+SIZE (h5py-2.2.1.tar.gz) = 978796
--- py27-h5py-2.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1914839106.enqueue>