aboutsummaryrefslogtreecommitdiff
blob: 27492af143f4634897b5c84c4ba4a1275e37a4f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

MYPN=APLpy
MYP="${MYPN}-${PV}"

DESCRIPTION="Astronomical Plotting Library in Python"
HOMEPAGE="http://aplpy.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"

IUSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-3"

DEPEND=">=dev-python/numpy-1.3"
RDEPEND="${DEPEND}
	>=dev-python/matplotlib-0.99
	>=dev-python/pyfits-2.1
	>=dev-python/pywcs-1.5.1
	>=sci-libs/scipy-0.7"

RESTRICT_PYTHON_ABIS="3.*"

S="${WORKDIR}/${MYP}"