pkgsrc-wip/py-griddata/Makefile
Kamel Ibn Aziz Derouiche dc3753062b Import py26-griddata-0.1.2 as wip/py-griddata.
Interpolates irregularly spaced data to a regular grid using natural
neighbor interpolation. Based on the natgrid library
2011-04-02 22:38:36 +00:00

22 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/02 22:38:36 jihbed Exp $
#
DISTNAME= griddata-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= http://griddata-python.googlecode.com/files/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/griddata-python/
COMMENT= Interpolate irregularly spaced data to a grid
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
do-test:
${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} test.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"