commit: 31dbb1cf4a73359a6301f8fba32ca84c64377f5e Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sat Sep 26 09:56:37 2020 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sat Sep 26 09:56:37 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=31dbb1cf
sci-biology/psychopy: rm old and live versions, PYTHON_COMPAT update Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr <AT> chymera.eu> sci-biology/psychopy/psychopy-1.84.0.ebuild | 49 ---------------------------- sci-biology/psychopy/psychopy-1.84.1.ebuild | 49 ---------------------------- sci-biology/psychopy/psychopy-1.84.2.ebuild | 6 ++-- sci-biology/psychopy/psychopy-9999.ebuild | 50 ----------------------------- 4 files changed, 3 insertions(+), 151 deletions(-) diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild deleted file mode 100644 index f6cddd102..000000000 --- a/sci-biology/psychopy/psychopy-1.84.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_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/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/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 -} diff --git a/sci-biology/psychopy/psychopy-1.84.1.ebuild b/sci-biology/psychopy/psychopy-1.84.1.ebuild deleted file mode 100644 index c8ba3359e..000000000 --- a/sci-biology/psychopy/psychopy-1.84.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_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 -} diff --git a/sci-biology/psychopy/psychopy-1.84.2.ebuild b/sci-biology/psychopy/psychopy-1.84.2.ebuild index c8ba3359e..c19d8ecd8 100644 --- a/sci-biology/psychopy/psychopy-1.84.2.ebuild +++ b/sci-biology/psychopy/psychopy-1.84.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" inherit eutils gnome2-utils distutils-r1 diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild deleted file mode 100644 index 751f7f870..000000000 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" - -inherit eutils gnome2-utils distutils-r1 git-r3 - -DESCRIPTION="Python experimental psychology toolkit" -HOMEPAGE="http://www.psychopy.org/" -SRC_URI="" -EGIT_REPO_URI="https://github.com/psychopy/psychopy.git" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="" - -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 -}
