commit: d6223dff32cc9ff080b9369545ffbbe1cd75333c Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Tue Aug 23 20:14:51 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Aug 23 20:14:51 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d6223dff
Psychopy - version bump (#659) * sci-biology/psychopy: vresion bump Package-Manager: portage-2.3.0 * sci-biology/psychopy: rordered deps Package-Manager: portage-2.3.0 * sci-biology/psychopy: added dep Package-Manager: portage-2.3.0 sci-biology/psychopy/psychopy-1.84.0.ebuild | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild new file mode 100644 index 0000000..2fccb4d --- /dev/null +++ b/sci-biology/psychopy/psychopy-1.84.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils gnome2-utils distutils-r1 + +DESCRIPTION="Python experimental psychology toolkit" +HOMEPAGE="http://www.psychopy.org/" +SRC_URI="https://github.com/psychopy/psychopy/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND=" + dev-python/configobj[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/numpy[lapack,${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pygame[${PYTHON_USEDEP}] + dev-python/pyglet[${PYTHON_USEDEP}] + dev-python/pyopengl[${PYTHON_USEDEP}] + dev-python/wxpython:*[${PYTHON_USEDEP}] + media-libs/avbin-bin + sci-libs/scipy[${PYTHON_USEDEP}] + " + +python_install_all() { + distutils-r1_python_install_all + newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg + make_desktop_entry psychopyApp.py PsychoPy psychopy +} + +pkg_postinst() { + gnome2_icon_cache_update +} +pkg_postrm() { + gnome2_icon_cache_update +}
