diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:27:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:27:25 +0000 |
commit | 97f9c28ac844a83561a162290640dd19e96db52b (patch) | |
tree | 0f129978fdb4437fa9f48cd2cb02af843ada7b6d /devel | |
parent | 2e6405871d5b7ad631c3dd6b0bf86302402c46ea (diff) | |
download | pkgsrc-97f9c28ac844a83561a162290640dd19e96db52b.tar.gz |
pkglint cleanups.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-h5py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-h5py/Makefile b/devel/py-h5py/Makefile index 4a86056ee2f..d916d926f90 100644 --- a/devel/py-h5py/Makefile +++ b/devel/py-h5py/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/02/06 14:59:11 drochner Exp $ +# $NetBSD: Makefile,v 1.3 2014/10/05 16:27:25 wiz Exp $ DISTNAME= h5py-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= devel python MASTER_SITES= https://pypi.python.org/packages/source/h/h5py/ MAINTAINER= jihbed.research@gmail.com -HOMEPAGE= http://www.h5py.org +HOMEPAGE= http://www.h5py.org/ COMMENT= Python interface to the HDF5 library LICENSE= modified-bsd |