pkgsrc-wip/py-pyentropy/Makefile
Kamel Ibn Aziz Derouiche 91077c0041 Import py26-pyentropy-0.4.0 as wip/py-pyentropy.
A Python module for estimation of entropy and information theoretic quantities
using cutting edge bias correction methods, such as

 * Panzeri-Treves (PT)
 * Quadratic Extrapolation (QE)
 * Nemenman-Shafee-Bialek (NSB)
2010-05-22 23:13:03 +00:00

24 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/22 23:13:03 jihbed Exp $
#
DISTNAME= pyentropy-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://pyentropy.googlecode.com/files/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/pyentropy/
COMMENT= Python module for estimation information theoretic quantities
LICENSE= gnu-gpl-v2
#DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"