aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-26 05:56:37 -0400
committerHorea Christian <chr@chymera.eu>2020-09-26 05:56:37 -0400
commit31dbb1cf4a73359a6301f8fba32ca84c64377f5e (patch)
treed16b1b55b09880412aa802096928044f782046d1
parentsci-biology/dipy: metadata formatting (diff)
downloadsci-31dbb1cf.tar.gz
sci-31dbb1cf.tar.bz2
sci-31dbb1cf.zip
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@chymera.eu>
-rw-r--r--sci-biology/psychopy/Manifest2
-rw-r--r--sci-biology/psychopy/psychopy-1.84.0.ebuild49
-rw-r--r--sci-biology/psychopy/psychopy-1.84.1.ebuild49
-rw-r--r--sci-biology/psychopy/psychopy-1.84.2.ebuild6
-rw-r--r--sci-biology/psychopy/psychopy-9999.ebuild50
5 files changed, 3 insertions, 153 deletions
diff --git a/sci-biology/psychopy/Manifest b/sci-biology/psychopy/Manifest
index a856f1c06..479538e87 100644
--- a/sci-biology/psychopy/Manifest
+++ b/sci-biology/psychopy/Manifest
@@ -1,3 +1 @@
-DIST psychopy-1.84.0.tar.gz 15370622 BLAKE2B 33da59a906437e2d6507076fa329e90a22a2ee55df66c79a3b0b62a92bebacb91d38bab2025d4f64d3283b6684c8b3ebfd249f9f92fc4e0b5f99d3d01fa58179 SHA512 24199ad0d680e7dbafa9328510d5cf405c5fd664767e7f9e5e497f8fd87a7ce7bd3fcf80cf9f833884e9adcf5cf5c3c0b654994bfcfe8148b987a475133235c6
-DIST psychopy-1.84.1.tar.gz 15371195 BLAKE2B 08428183c508c07bfed88063f845afcc2e3b8109094838e20db92d1e491de4e765c3210d751cafbb496ffc97a920be8831f7373503ad290854172d50190fa808 SHA512 1d9f114c89e10c8ea6d080e2d0245e7ee505301eb3f9326f03f118f12898c441b1afecd46455e206d35218b122db5411b901356ff8fb1e0d568ed2318b7bd961
DIST psychopy-1.84.2.tar.gz 15373437 BLAKE2B 213cbb533a223ab82688f778f2f21fafd9a78f727ec0e5d48bbd7085cb6a12c0eb0fe0ee1e738df38a806999ad2353ba5b140e3e08f02c3e650a070266df1a5f SHA512 edc74507c60e3d3fe98bdca85bc2010e945d500df819a067024141fa5d19f5a42e5bac81bf61d0f237d8e8783b2b5686346ade4de3066378248bfd9496fe5b17
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
-}