aboutsummaryrefslogtreecommitdiff
path: root/science/py-h5py/Makefile
diff options
context:
space:
mode:
authorJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-13 11:23:25 +0000
committerJohannes Jost Meixner <xmj@FreeBSD.org>2015-01-13 11:23:25 +0000
commitefea8ccd016f1ffbe8f2e3c9fe27b54cada24fef (patch)
treec723725b1c1680b8779b0cd66ba59c5cab01fdca /science/py-h5py/Makefile
parent923cbfd392cafb991643da41b9a9e8d2844368fc (diff)
downloadports-efea8ccd016f1ffbe8f2e3c9fe27b54cada24fef.tar.gz
ports-efea8ccd016f1ffbe8f2e3c9fe27b54cada24fef.zip
Notes
Diffstat (limited to 'science/py-h5py/Makefile')
-rw-r--r--science/py-h5py/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index 1119cb3d9371..ee0842393540 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= h5py
-PORTVERSION= 2.3.0
-PORTREVISION= 1
+PORTVERSION= 2.4.0
CATEGORIES= science python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,19 +10,19 @@ MAINTAINER= xmj@chaot.net
COMMENT= General-purpose Python interface to the HDF5 library
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/licenses/license.txt
BUILD_DEPENDS= ${PYNUMPY} \
cython:${PORTSDIR}/lang/cython
RUN_DEPENDS= ${PYNUMPY}
LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5
-USE_GITHUB= yes
-GH_ACCOUNT= h5py
-GH_COMMIT= c8c63eb
-GH_TAGNAME= ${GH_COMMIT}
+USE_GITHUB= yes
+GH_ACCOUNT= h5py
+GH_COMMIT= c614d61
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
PORTDOCS= README.rst
PORTEXAMPLES= multiprocessing_example.py \