# $NetBSD: Makefile,v 1.1 2015/06/10 21:51:12 jihbed Exp $

DISTNAME=	cf-python-1.0.2
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	math python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/cf-python/}

MAINTAINER=	jihbed.research@gmail.com
HOMEPAGE=	http://cfpython.bitbucket.org/
COMMENT=	Python interface to the CF data model
LICENSE=	mit

PYTHON_VERSIONS_ACCEPTED=	27

DEPENDS+=	${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
DEPENDS+=	${PYPKGPREFIX}-psutil-2.1.3:../../sysutils/py-psutil
DEPENDS+=	${PYPKGPREFIX}-netCDF4>=1.1.8:../../math/py-netCDF4

.include "../../wip/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
