pkgsrc/devel/py-h5py/Makefile
joerg e900111cc6 Update py-h5py to 2.5.0 to sync with the API changes in devel/hdf.
cython is now unconditional and the package is installed as egg.
2015-09-23 12:11:47 +00:00

20 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/09/23 12:11:47 joerg Exp $
DISTNAME= h5py-2.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h5py/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://www.h5py.org/
COMMENT= Python interface to the HDF5 library
LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
.include "../../devel/hdf5/buildlink3.mk"
.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"