blob: 0fe0d4fed7e01d4c87c02e06363ae2cdcb098feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= aipy
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Astronomical Interferometry in PYthon
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem \
${PKGNAMEPREFIX}pyfits>=1.1:astro/py-pyfits \
${PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|