# $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=	https://pypi.python.org/packages/source/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_INCOMPATIBLE= 30 33 34 35

DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
DEPENDS+=	${PYPKGPREFIX}-psutil-2.1.3:../../sysutils/py-psutil
DEPENDS+=	${PYPKGPREFIX}-netcdf4>=1.1.8:../../wip/py-netcdf4

.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../lang/python/distutils.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
