commit:     e8872ac31ecfdc566a95eb42bcde12308bda006e
Author:     mikko_laine <mikko.laine <AT> gmail <DOT> com>
AuthorDate: Mon Apr 14 19:16:29 2014 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 19:16:29 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e8872ac3

sci-overlay/sci: Added few missing PYTHON_DEPENDS

Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force

---
 sci-astronomy/pyAstroStack/ChangeLog                 | 3 +++
 sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-astronomy/pyAstroStack/ChangeLog 
b/sci-astronomy/pyAstroStack/ChangeLog
index 25079ea..e986b1a 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 <[email protected]> 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 <[email protected]> +metadata.xml,

diff --git a/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild 
b/sci-astronomy/pyAstroStack/pyAstroStack-0.3.0.ebuild
index 0888a7b..b477076 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}] )"
 

Reply via email to