2013-06-01 16:22:35 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-11-15 23:04:27 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= aipy
|
2014-07-27 06:51:42 +02:00
|
|
|
PORTVERSION= 2.1.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 1
|
2008-11-15 23:04:27 +01:00
|
|
|
CATEGORIES= astro python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-04-26 15:27:39 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2008-11-15 23:04:27 +01:00
|
|
|
COMMENT= Astronomical Interferometry in PYthon
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY} \
|
|
|
|
${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem \
|
|
|
|
${PKGNAMEPREFIX}pyfits>=1.1:${PORTSDIR}/astro/py-pyfits \
|
|
|
|
${PKGNAMEPREFIX}matplotlib>=0.98:${PORTSDIR}/math/py-matplotlib
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-11-15 23:04:27 +01:00
|
|
|
|
2014-10-18 09:49:17 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2008-11-15 23:04:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|