aboutsummaryrefslogtreecommitdiff
blob: 08ceeb8743e8426897af18fc0c735d671cbc91d8 (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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
PYTHON_COMPAT=( python3_3 )

inherit distutils-r1

DESCRIPTION="Stacking software for astronomical images"
HOMEPAGE="https://sites.google.com/site/mosstack"
SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"

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

IUSE="opencl qt4"

DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
	dev-python/cython[${PYTHON_USEDEP}]"

RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
	sci-libs/scikits_image[${PYTHON_USEDEP}]
	>media-gfx/imagemagick-6.8.0.0
	sci-astronomy/sextractor
	media-gfx/dcraw
	media-libs/exiftool
	dev-python/astropy[${PYTHON_USEDEP}]
	opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )
	qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] )"

DOCS=( CHANGES.txt README.txt )