pkgsrc-wip/py-nexpy/Makefile

21 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/10/03 16:59:00 jihbed Exp $
DISTNAME= NeXpy-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=N/NeXpy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://nexpy.github.io/nexpy/
COMMENT= Python GUI to analyze NeXus data
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-h5py>=2.2.1:../../devel/py-h5py
DEPENDS+= ${PYPKGPREFIX}-pyside-qt4.8>=1.2.1:../../wip/py-pyside
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"