aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/pyAstroStack/ChangeLog3
-rw-r--r--sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/pyAstroStack/ChangeLog b/sci-astronomy/pyAstroStack/ChangeLog
index 25079ea37..e986b1a86 100644
--- a/sci-astronomy/pyAstroStack/ChangeLog
+++ b/sci-astronomy/pyAstroStack/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Apr 2014; Mikko Laine <mikko.laine@gmail.com> pyAstroStack-0.3.0.ebuild:
+ sci-overlay/sci: Added few missing PYTHON_DEPENDS
+
*pyAstroStack-0.3.0 (11 Apr 2014)
11 Apr 2014; Mikko Laine <mikko.laine@gmail.com> +metadata.xml,
diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index 0888a7b6a..b47707682 100644
--- a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
+++ b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_2,3_3} )
inherit distutils-r1
-DESCRIPTION="PyAstroStack is a stacking software for astronomical images"
+DESCRIPTION="Stacking software for astronomical images"
HOMEPAGE="https://bitbucket.org/mikko_laine/pyastrostack/"
SRC_URI="http://bitbucket.org/mikko_laine/pyastrostack/downloads/${P}.tar.gz"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="opencl"
DEPEND=">=dev-python/numpy-1.8.0[${PYTHON_USEDEP}]
- dev-python/cython"
+ dev-python/cython[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
python_targets_python2_7? ( dev-python/configparser )
@@ -27,7 +27,7 @@ RDEPEND=">=dev-python/pillow-2.3.0[${PYTHON_USEDEP}]
sci-astronomy/sextractor
media-gfx/dcraw
media-libs/exiftool
- dev-python/astropy
+ dev-python/astropy[${PYTHON_USEDEP}]
>=sci-libs/cfitsio-3.350
opencl? ( >=dev-python/pyopencl-2013.1[${PYTHON_USEDEP}] )"