Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/
Date: Sat, 26 Sep 2020 09:56:47
Message-Id: 1601114197.31dbb1cf4a73359a6301f8fba32ca84c64377f5e.chymera@gentoo
1 commit: 31dbb1cf4a73359a6301f8fba32ca84c64377f5e
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sat Sep 26 09:56:37 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sat Sep 26 09:56:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=31dbb1cf
7
8 sci-biology/psychopy: rm old and live versions, PYTHON_COMPAT update
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/psychopy/psychopy-1.84.0.ebuild | 49 ----------------------------
14 sci-biology/psychopy/psychopy-1.84.1.ebuild | 49 ----------------------------
15 sci-biology/psychopy/psychopy-1.84.2.ebuild | 6 ++--
16 sci-biology/psychopy/psychopy-9999.ebuild | 50 -----------------------------
17 4 files changed, 3 insertions(+), 151 deletions(-)
18
19 diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild b/sci-biology/psychopy/psychopy-1.84.0.ebuild
20 deleted file mode 100644
21 index f6cddd102..000000000
22 --- a/sci-biology/psychopy/psychopy-1.84.0.ebuild
23 +++ /dev/null
24 @@ -1,49 +0,0 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -
28 -EAPI=6
29 -
30 -PYTHON_COMPAT=( python2_7 )
31 -PYTHON_REQ_USE="threads(+)"
32 -
33 -inherit eutils gnome2-utils distutils-r1
34 -
35 -DESCRIPTION="Python experimental psychology toolkit"
36 -HOMEPAGE="http://www.psychopy.org/"
37 -SRC_URI="https://github.com/psychopy/psychopy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38 -
39 -LICENSE="GPL-3+"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~x86"
42 -
43 -DEPEND="
44 - dev-python/setuptools[${PYTHON_USEDEP}]
45 - "
46 -RDEPEND="
47 - dev-python/configobj[${PYTHON_USEDEP}]
48 - dev-python/lxml[${PYTHON_USEDEP}]
49 - dev-python/matplotlib[${PYTHON_USEDEP}]
50 - dev-python/moviepy[${PYTHON_USEDEP}]
51 - dev-python/numpy[lapack,${PYTHON_USEDEP}]
52 - dev-python/pillow[${PYTHON_USEDEP}]
53 - dev-python/pygame[${PYTHON_USEDEP}]
54 - dev-python/pyglet[${PYTHON_USEDEP}]
55 - dev-python/pyopengl[${PYTHON_USEDEP}]
56 - dev-python/wxpython:*[${PYTHON_USEDEP}]
57 - media-libs/avbin-bin
58 - media-libs/opencv[python,${PYTHON_USEDEP}]
59 - dev-python/scipy[${PYTHON_USEDEP}]
60 - "
61 -
62 -python_install_all() {
63 - distutils-r1_python_install_all
64 - newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg
65 - make_desktop_entry psychopyApp.py PsychoPy psychopy
66 -}
67 -
68 -pkg_postinst() {
69 - gnome2_icon_cache_update
70 -}
71 -pkg_postrm() {
72 - gnome2_icon_cache_update
73 -}
74
75 diff --git a/sci-biology/psychopy/psychopy-1.84.1.ebuild b/sci-biology/psychopy/psychopy-1.84.1.ebuild
76 deleted file mode 100644
77 index c8ba3359e..000000000
78 --- a/sci-biology/psychopy/psychopy-1.84.1.ebuild
79 +++ /dev/null
80 @@ -1,49 +0,0 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -PYTHON_COMPAT=( python2_7 )
87 -PYTHON_REQ_USE="threads(+)"
88 -
89 -inherit eutils gnome2-utils distutils-r1
90 -
91 -DESCRIPTION="Python experimental psychology toolkit"
92 -HOMEPAGE="http://www.psychopy.org/"
93 -SRC_URI="https://github.com/psychopy/psychopy/archive/${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="GPL-3+"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~x86"
98 -
99 -DEPEND="
100 - dev-python/setuptools[${PYTHON_USEDEP}]
101 - "
102 -RDEPEND="
103 - dev-python/configobj[${PYTHON_USEDEP}]
104 - dev-python/lxml[${PYTHON_USEDEP}]
105 - dev-python/matplotlib[${PYTHON_USEDEP}]
106 - dev-python/moviepy[${PYTHON_USEDEP}]
107 - dev-python/numpy[lapack,${PYTHON_USEDEP}]
108 - dev-python/pillow[${PYTHON_USEDEP}]
109 - dev-python/pygame[${PYTHON_USEDEP}]
110 - dev-python/pyglet[${PYTHON_USEDEP}]
111 - dev-python/pyopengl[${PYTHON_USEDEP}]
112 - dev-python/wxpython:*[${PYTHON_USEDEP}]
113 - media-libs/avbin-bin
114 - media-libs/opencv[python,${PYTHON_USEDEP}]
115 - dev-python/scipy[${PYTHON_USEDEP}]
116 - "
117 -
118 -python_install_all() {
119 - distutils-r1_python_install_all
120 - newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg
121 - make_desktop_entry psychopyApp.py PsychoPy psychopy
122 -}
123 -
124 -pkg_postinst() {
125 - gnome2_icon_cache_update
126 -}
127 -pkg_postrm() {
128 - gnome2_icon_cache_update
129 -}
130
131 diff --git a/sci-biology/psychopy/psychopy-1.84.2.ebuild b/sci-biology/psychopy/psychopy-1.84.2.ebuild
132 index c8ba3359e..c19d8ecd8 100644
133 --- a/sci-biology/psychopy/psychopy-1.84.2.ebuild
134 +++ b/sci-biology/psychopy/psychopy-1.84.2.ebuild
135 @@ -1,9 +1,9 @@
136 -# Copyright 1999-2016 Gentoo Foundation
137 +# Copyright 1999-2020 Gentoo Authors
138 # Distributed under the terms of the GNU General Public License v2
139
140 -EAPI=6
141 +EAPI=7
142
143 -PYTHON_COMPAT=( python2_7 )
144 +PYTHON_COMPAT=( python3_{6,7} )
145 PYTHON_REQ_USE="threads(+)"
146
147 inherit eutils gnome2-utils distutils-r1
148
149 diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild
150 deleted file mode 100644
151 index 751f7f870..000000000
152 --- a/sci-biology/psychopy/psychopy-9999.ebuild
153 +++ /dev/null
154 @@ -1,50 +0,0 @@
155 -# Copyright 1999-2016 Gentoo Foundation
156 -# Distributed under the terms of the GNU General Public License v2
157 -
158 -EAPI=6
159 -
160 -PYTHON_COMPAT=( python2_7 )
161 -PYTHON_REQ_USE="threads(+)"
162 -
163 -inherit eutils gnome2-utils distutils-r1 git-r3
164 -
165 -DESCRIPTION="Python experimental psychology toolkit"
166 -HOMEPAGE="http://www.psychopy.org/"
167 -SRC_URI=""
168 -EGIT_REPO_URI="https://github.com/psychopy/psychopy.git"
169 -
170 -LICENSE="GPL-3+"
171 -SLOT="0"
172 -KEYWORDS=""
173 -
174 -DEPEND="
175 - dev-python/setuptools[${PYTHON_USEDEP}]
176 - "
177 -RDEPEND="
178 - dev-python/configobj[${PYTHON_USEDEP}]
179 - dev-python/lxml[${PYTHON_USEDEP}]
180 - dev-python/matplotlib[${PYTHON_USEDEP}]
181 - dev-python/moviepy[${PYTHON_USEDEP}]
182 - dev-python/numpy[lapack,${PYTHON_USEDEP}]
183 - dev-python/pillow[${PYTHON_USEDEP}]
184 - dev-python/pygame[${PYTHON_USEDEP}]
185 - dev-python/pyglet[${PYTHON_USEDEP}]
186 - dev-python/pyopengl[${PYTHON_USEDEP}]
187 - dev-python/wxpython:*[${PYTHON_USEDEP}]
188 - media-libs/avbin-bin
189 - media-libs/opencv[python,${PYTHON_USEDEP}]
190 - dev-python/scipy[${PYTHON_USEDEP}]
191 - "
192 -
193 -python_install_all() {
194 - distutils-r1_python_install_all
195 - newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg
196 - make_desktop_entry psychopyApp.py PsychoPy psychopy
197 -}
198 -
199 -pkg_postinst() {
200 - gnome2_icon_cache_update
201 -}
202 -pkg_postrm() {
203 - gnome2_icon_cache_update
204 -}