aboutsummaryrefslogtreecommitdiff
blob: 166de76cb1f65adffd74a6fb24830100be52cbc1 (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=( python{3_2,3_3} )

inherit distutils-r1

DESCRIPTION="Stacking software for astronomical images"
HOMEPAGE="https://sites.google.com/site/mosstack"
SRC_URI="https://sites.google.com/site/mosstack/installing/mosstack-0.6.1.tar?attredirects=0&d=1"

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 )