diff options
author | drochner <drochner@pkgsrc.org> | 2014-02-06 14:59:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2014-02-06 14:59:11 +0000 |
commit | 06701c47406ae852349df19e493d7fa5867cdbd8 (patch) | |
tree | 6fbc13442a930d3936538cba931176995ac73ce9 /devel | |
parent | aa2f7e1da0d729ae14638bc48b688b58f360937f (diff) | |
download | pkgsrc-06701c47406ae852349df19e493d7fa5867cdbd8.tar.gz |
use distutils.mk, from wiz
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-h5py/Makefile | 6 | ||||
-rw-r--r-- | devel/py-h5py/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/py-h5py/Makefile b/devel/py-h5py/Makefile index 5725584bd27..4a86056ee2f 100644 --- a/devel/py-h5py/Makefile +++ b/devel/py-h5py/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/02/06 14:22:51 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2014/02/06 14:59:11 drochner Exp $ DISTNAME= h5py-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://www.h5py.org COMMENT= Python interface to the HDF5 library LICENSE= modified-bsd -PYDISTUTILSPKG= yes - PKG_OPTIONS_VAR= PKG_OPTIONS.h5py PKG_SUPPORTED_OPTIONS= cython @@ -22,6 +20,6 @@ PKG_SUPPORTED_OPTIONS= cython .endif .include "../../devel/hdf5/buildlink3.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-h5py/PLIST b/devel/py-h5py/PLIST index 6981474d0b1..d09c6e21ff3 100644 --- a/devel/py-h5py/PLIST +++ b/devel/py-h5py/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2014/02/06 14:22:51 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/02/06 14:59:11 drochner Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/h5py/__init__.py ${PYSITELIB}/h5py/__init__.pyc ${PYSITELIB}/h5py/__init__.pyo |