# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" 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/releases/download/${PV}/${P}.zip" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] " RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/numpy[lapack,${PYTHON_USEDEP}] dev-python/pygame[${PYTHON_USEDEP}] dev-python/pyglet[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}] dev-python/wxpython:*[${PYTHON_USEDEP}] 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 }