Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thunarx-python/
Date: Tue, 31 May 2022 07:19:06
Message-Id: 1653981537.f83b64ea4cc1dca23fbd090b870a41f477de669e.mgorny@gentoo
1 commit: f83b64ea4cc1dca23fbd090b870a41f477de669e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 07:17:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 07:18:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83b64ea
7
8 dev-python/thunarx-python: Enable py3.10
9
10 Closes: https://bugs.gentoo.org/845900
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../thunarx-python/thunarx-python-0.5.2.ebuild | 22 ++++++++++++++--------
14 1 file changed, 14 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild
17 index e6c360683a7f..20f6bac54822 100644
18 --- a/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild
19 +++ b/dev-python/thunarx-python/thunarx-python-0.5.2.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{8..9} )
27 +
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit python-single-r1
31
32 @@ -13,18 +14,23 @@ SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
33 LICENSE="GPL-3"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
37
38 -RDEPEND="${PYTHON_DEPS}
39 +RDEPEND="
40 + ${PYTHON_DEPS}
41 >=dev-libs/glib-2.30:2
42 >=x11-libs/gtk+-3.20:3
43 >=xfce-base/thunar-1.7.0
44 $(python_gen_cond_dep '
45 >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}]
46 - ')"
47 -DEPEND="${RDEPEND}"
48 -BDEPEND="virtual/pkgconfig"
49 -
50 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
51 + ')
52 +"
53 +DEPEND="
54 + ${RDEPEND}
55 +"
56 +BDEPEND="
57 + virtual/pkgconfig
58 +"
59
60 src_install() {
61 default