pkgsrc-wip/py-aipy/Makefile

27 lines
785 B
Makefile

# $NetBSD$
DISTNAME= aipy-2.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/aipy/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://casper.berkeley.edu/astrobaki/index.php/AIPY
COMMENT= Astronomical Interferometry in Python
LICENSE= gnu-gpl-v2
#DEPENDS+= ${PYPKGPREFIX}-fits>=3.2:../../graphics/py-fits
#DEPENDS+= ${PYPKGPREFIX}-ephem-[0-9]*:../../math/py-ephem
DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
USE_LANGUAGES= c c++
PYDISTUTILSPKG= yes
.include "../../lang/python/versioned_dependencies.mk"
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"