aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheChymera <h.chr@mail.ru>2012-10-29 13:02:03 +0000
committerTheChymera <h.chr@mail.ru>2012-10-29 13:02:03 +0000
commitb2e6994f44c4e0f241cae6176478b6601fc26cb7 (patch)
tree21a363fd954aa6c4f37af6807851c0dc32000b0e /sci-biology
parentNew ebbuild for sci-biology/psychopy (diff)
downloadsci-b2e6994f44c4e0f241cae6176478b6601fc26cb7.tar.gz
sci-b2e6994f44c4e0f241cae6176478b6601fc26cb7.tar.bz2
sci-b2e6994f44c4e0f241cae6176478b6601fc26cb7.zip
Ebuild improvements as per jauhien's instructions.
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/psychopy/psychopy-9999.ebuild25
1 files changed, 7 insertions, 18 deletions
diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild
index 6f4a675b7..db55ce5f2 100644
--- a/sci-biology/psychopy/psychopy-9999.ebuild
+++ b/sci-biology/psychopy/psychopy-9999.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI="4"
inherit eutils distutils git-2
-DESCRIPTION="Python psychology toolkit"
+DESCRIPTION="Python experiemntal psychology toolkit"
HOMEPAGE="http://www.psychopy.org/"
EGIT_REPO_URI="https://github.com/psychopy/psychopy"
LICENSE="GNU GPL v3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test doc"
-
DEPEND="dev-python/numpy[lapack]
sci-libs/scipy
dev-python/matplotlib
@@ -24,19 +22,10 @@ DEPEND="dev-python/numpy[lapack]
dev-python/setuptools
dev-python/lxml"
-
-# Run-time dependencies. Must be defined to whatever this depends on to run.
-# The below is valid if the same run-time depends are required to compile.
-RDEPEND="app-admin/eselect
- dev-python/numpy[lapack]
- sci-libs/scipy
- dev-python/matplotlib
- dev-python/pyglet
+RDEPEND="${DEPEND}
+ app-admin/eselect
+ dev-python/pyglet
dev-python/pygame
- dev-python/pyopengl
- dev-python/imaging
- dev-python/wxpython
- dev-python/setuptools
- dev-python/lxml"
+ "
S="${WORKDIR}/psychopy/"