Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/
Date: Tue, 06 Jul 2021 01:07:53
Message-Id: 1625533642.b6bbd1c7c99144cef192897469a57807aad92e00.mattst88@gentoo
1 commit: b6bbd1c7c99144cef192897469a57807aad92e00
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 01:06:31 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 01:07:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bbd1c7
7
8 dev-python/pygobject: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/pygobject/Manifest | 2 -
13 dev-python/pygobject/pygobject-3.38.0.ebuild | 76 ----------------------------
14 dev-python/pygobject/pygobject-3.40.0.ebuild | 76 ----------------------------
15 dev-python/pygobject/pygobject-3.40.1.ebuild | 76 ----------------------------
16 4 files changed, 230 deletions(-)
17
18 diff --git a/dev-python/pygobject/Manifest b/dev-python/pygobject/Manifest
19 index c6edc69e84e..20597c1fe1e 100644
20 --- a/dev-python/pygobject/Manifest
21 +++ b/dev-python/pygobject/Manifest
22 @@ -1,3 +1 @@
23 -DIST pygobject-3.38.0.tar.xz 553892 BLAKE2B d6add416c3f87ee9d5a56f30dbcaa599682ec5932b204f7c743d50475503ea2705e7943e6a93610d6f1c9d322723d1df6ea0f19c1cf245b2ca7d49395ca36170 SHA512 d63313dea2c143cf8c08a4678f1aa8e5908d503ad29c596eeb9fa1070e1231de57cf934c33031f9c4920b85e391f3b4143b46491ffd16e04e8d48871cb05e5df
24 -DIST pygobject-3.40.0.tar.xz 555920 BLAKE2B e7b3fa926066ddc6992c3087a582e25207ffb34f5c847be705953d8498f307661822462ceaa6362d120e96556a50882ed78540fce5cd2e97f0a4fd11232fe01c SHA512 c0c617e5678f942db33bdff6e149e438bd7d5f4e0a4e0a112476515d1face1c6e992457f998a5077a08bdacc1bda24711b29a4312bd3ee825b526d54a7ca3db7
25 DIST pygobject-3.40.1.tar.xz 556104 BLAKE2B e6a092bee68121d9ef82f41f21c9811f384b8578c48de445f707f1b0de124cf38d899d34b8f4269a154ebd4e323afdfa7afef5c0c5cc5dc451b2cd68b30da04b SHA512 a8350f43ea99c93aa66a23102d4ee2ca3c7f8ec2c8bcf5cd142dd097b4fb38167f1713efff3584aa323c34656c911fb940e462c83c02b107e4aad93d005022f7
26
27 diff --git a/dev-python/pygobject/pygobject-3.38.0.ebuild b/dev-python/pygobject/pygobject-3.38.0.ebuild
28 deleted file mode 100644
29 index 1e9a11a4754..00000000000
30 --- a/dev-python/pygobject/pygobject-3.38.0.ebuild
31 +++ /dev/null
32 @@ -1,76 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7..9} )
39 -
40 -inherit gnome.org meson python-r1 virtualx xdg
41 -
42 -DESCRIPTION="Python bindings for GObject Introspection"
43 -HOMEPAGE="https://pygobject.readthedocs.io/"
44 -
45 -LICENSE="LGPL-2.1+"
46 -SLOT="3"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
48 -IUSE="+cairo examples test"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -
52 -RDEPEND="${PYTHON_DEPS}
53 - >=dev-libs/glib-2.48:2
54 - >=dev-libs/gobject-introspection-1.54:=
55 - dev-libs/libffi:=
56 - cairo? (
57 - >=dev-python/pycairo-1.11.1[${PYTHON_USEDEP}]
58 - x11-libs/cairo[glib] )
59 -"
60 -DEPEND="${RDEPEND}
61 - test? (
62 - dev-libs/atk[introspection]
63 - dev-python/pytest[${PYTHON_USEDEP}]
64 - x11-libs/gdk-pixbuf:2[introspection,jpeg]
65 - x11-libs/gtk+:3[introspection]
66 - x11-libs/pango[introspection]
67 - )
68 -"
69 -BDEPEND="
70 - virtual/pkgconfig
71 -"
72 -
73 -RESTRICT="!test? ( test )"
74 -
75 -src_configure() {
76 - configuring() {
77 - meson_src_configure \
78 - $(meson_feature cairo pycairo) \
79 - $(meson_use test tests) \
80 - -Dpython="${EPYTHON}"
81 - }
82 -
83 - python_foreach_impl configuring
84 -}
85 -
86 -src_compile() {
87 - python_foreach_impl meson_src_compile
88 -}
89 -
90 -src_test() {
91 - local -x GIO_USE_VFS="local" # prevents odd issues with deleting ${T}/.gvfs
92 - local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related failures in chroots, bug #449484
93 -
94 - testing() {
95 - local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
96 - meson_src_test || die "test failed for ${EPYTHON}"
97 - }
98 - virtx python_foreach_impl testing
99 -}
100 -
101 -src_install() {
102 - installing() {
103 - meson_src_install
104 - python_optimize
105 - }
106 - python_foreach_impl installing
107 - use examples && dodoc -r examples
108 -}
109
110 diff --git a/dev-python/pygobject/pygobject-3.40.0.ebuild b/dev-python/pygobject/pygobject-3.40.0.ebuild
111 deleted file mode 100644
112 index 8e08699fd4c..00000000000
113 --- a/dev-python/pygobject/pygobject-3.40.0.ebuild
114 +++ /dev/null
115 @@ -1,76 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -
121 -PYTHON_COMPAT=( python3_{7..9} )
122 -
123 -inherit gnome.org meson python-r1 virtualx xdg
124 -
125 -DESCRIPTION="Python bindings for GObject Introspection"
126 -HOMEPAGE="https://pygobject.readthedocs.io/"
127 -
128 -LICENSE="LGPL-2.1+"
129 -SLOT="3"
130 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
131 -IUSE="+cairo examples test"
132 -
133 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
134 -
135 -RDEPEND="${PYTHON_DEPS}
136 - >=dev-libs/glib-2.56:2
137 - >=dev-libs/gobject-introspection-1.56:=
138 - dev-libs/libffi:=
139 - cairo? (
140 - >=dev-python/pycairo-1.16.0[${PYTHON_USEDEP}]
141 - x11-libs/cairo[glib] )
142 -"
143 -DEPEND="${RDEPEND}
144 - test? (
145 - dev-libs/atk[introspection]
146 - dev-python/pytest[${PYTHON_USEDEP}]
147 - x11-libs/gdk-pixbuf:2[introspection,jpeg]
148 - x11-libs/gtk+:3[introspection]
149 - x11-libs/pango[introspection]
150 - )
151 -"
152 -BDEPEND="
153 - virtual/pkgconfig
154 -"
155 -
156 -RESTRICT="!test? ( test )"
157 -
158 -src_configure() {
159 - configuring() {
160 - meson_src_configure \
161 - $(meson_feature cairo pycairo) \
162 - $(meson_use test tests) \
163 - -Dpython="${EPYTHON}"
164 - }
165 -
166 - python_foreach_impl configuring
167 -}
168 -
169 -src_compile() {
170 - python_foreach_impl meson_src_compile
171 -}
172 -
173 -src_test() {
174 - local -x GIO_USE_VFS="local" # prevents odd issues with deleting ${T}/.gvfs
175 - local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related failures in chroots, bug #449484
176 -
177 - testing() {
178 - local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
179 - meson_src_test || die "test failed for ${EPYTHON}"
180 - }
181 - virtx python_foreach_impl testing
182 -}
183 -
184 -src_install() {
185 - installing() {
186 - meson_src_install
187 - python_optimize
188 - }
189 - python_foreach_impl installing
190 - use examples && dodoc -r examples
191 -}
192
193 diff --git a/dev-python/pygobject/pygobject-3.40.1.ebuild b/dev-python/pygobject/pygobject-3.40.1.ebuild
194 deleted file mode 100644
195 index a4e9a735cbb..00000000000
196 --- a/dev-python/pygobject/pygobject-3.40.1.ebuild
197 +++ /dev/null
198 @@ -1,76 +0,0 @@
199 -# Copyright 1999-2021 Gentoo Authors
200 -# Distributed under the terms of the GNU General Public License v2
201 -
202 -EAPI=7
203 -
204 -PYTHON_COMPAT=( python3_{7..10} )
205 -
206 -inherit gnome.org meson python-r1 virtualx xdg
207 -
208 -DESCRIPTION="Python bindings for GObject Introspection"
209 -HOMEPAGE="https://pygobject.readthedocs.io/"
210 -
211 -LICENSE="LGPL-2.1+"
212 -SLOT="3"
213 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
214 -IUSE="+cairo examples test"
215 -
216 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
217 -
218 -RDEPEND="${PYTHON_DEPS}
219 - >=dev-libs/glib-2.56:2
220 - >=dev-libs/gobject-introspection-1.56:=
221 - dev-libs/libffi:=
222 - cairo? (
223 - >=dev-python/pycairo-1.16.0[${PYTHON_USEDEP}]
224 - x11-libs/cairo[glib] )
225 -"
226 -DEPEND="${RDEPEND}
227 - test? (
228 - dev-libs/atk[introspection]
229 - dev-python/pytest[${PYTHON_USEDEP}]
230 - x11-libs/gdk-pixbuf:2[introspection,jpeg]
231 - x11-libs/gtk+:3[introspection]
232 - x11-libs/pango[introspection]
233 - )
234 -"
235 -BDEPEND="
236 - virtual/pkgconfig
237 -"
238 -
239 -RESTRICT="!test? ( test )"
240 -
241 -src_configure() {
242 - configuring() {
243 - meson_src_configure \
244 - $(meson_feature cairo pycairo) \
245 - $(meson_use test tests) \
246 - -Dpython="${EPYTHON}"
247 - }
248 -
249 - python_foreach_impl configuring
250 -}
251 -
252 -src_compile() {
253 - python_foreach_impl meson_src_compile
254 -}
255 -
256 -src_test() {
257 - local -x GIO_USE_VFS="local" # prevents odd issues with deleting ${T}/.gvfs
258 - local -x GIO_USE_VOLUME_MONITOR="unix" # prevent udisks-related failures in chroots, bug #449484
259 -
260 - testing() {
261 - local -x XDG_CACHE_HOME="${T}/${EPYTHON}"
262 - meson_src_test || die "test failed for ${EPYTHON}"
263 - }
264 - virtx python_foreach_impl testing
265 -}
266 -
267 -src_install() {
268 - installing() {
269 - meson_src_install
270 - python_optimize
271 - }
272 - python_foreach_impl installing
273 - use examples && dodoc -r examples
274 -}