commit: 0a629c3612b4f2012de93a4d32f839b2424b7adb Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Sep 27 10:24:53 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Sep 27 10:24:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a629c36
sci-biology/psychopy: removed package with missing dep Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/psychopy/metadata.xml | 11 ------- sci-biology/psychopy/psychopy-1.84.2.ebuild | 49 ----------------------------- 2 files changed, 60 deletions(-) diff --git a/sci-biology/psychopy/metadata.xml b/sci-biology/psychopy/metadata.xml deleted file mode 100644 index 2c3fbd8bb..000000000 --- a/sci-biology/psychopy/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Horea Christian</name> - </maintainer> - <upstream> - <remote-id type="github">psychopy/psychopy</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-biology/psychopy/psychopy-1.84.2.ebuild b/sci-biology/psychopy/psychopy-1.84.2.ebuild deleted file mode 100644 index c19d8ecd8..000000000 --- a/sci-biology/psychopy/psychopy-1.84.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -PYTHON_REQ_USE="threads(+)" - -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="Python experimental psychology toolkit" -HOMEPAGE="http://www.psychopy.org/" -SRC_URI="https://github.com/psychopy/psychopy/archive/${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/moviepy[${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 - media-libs/opencv[python,${PYTHON_USEDEP}] - dev-python/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 -}
