pkgsrc-wip/py-sphereTS/Makefile

21 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/08/01 22:21:59 jihbed Exp $
DISTNAME= sphereTS-1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphereTS/}
EXTRACT_SUFX= .zip
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://bitbucket.org/gjm/spherets
COMMENT= Calculates the acoustic of an elastic sphere immersed in a fluid
LICENSE= gnu-gpl-v3
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"