pkgsrc-wip/py-deltasigma/Makefile

21 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/05 21:15:53 jihbed Exp $
DISTNAME= deltasigma-0.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/deltasigma/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/ggventurini/python-deltasigma
COMMENT= Scale and map to implementable topologies delta sigma modulators
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"