Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Sat, 02 Oct 2021 09:52:40
Message-Id: 1633168327.94248d5e5921893577e401fbab567ec7013a48e4.asturm@gentoo
1 commit: 94248d5e5921893577e401fbab567ec7013a48e4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 09:43:43 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 09:52:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94248d5e
7
8 net-libs/libsignon-glib: python3_10
9
10 Fedora does it, so we can too.
11
12 Package-Manager: Portage-3.0.26, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-libs/libsignon-glib/libsignon-glib-2.1.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
19 index d23a1c777af..67df5bba992 100644
20 --- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
21 +++ b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
22 @@ -3,12 +3,13 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{7,8,9,10} )
28 inherit meson python-r1 vala
29
30 DESCRIPTION="GLib binding for the D-Bus API provided by signond"
31 HOMEPAGE="https://accounts-sso.gitlab.io/"
32 SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz"
33 +S="${WORKDIR}/${PN}-VERSION_${PV}"
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 @@ -37,8 +38,6 @@ BDEPEND="$(python_gen_any_dep)
38 test? ( dev-libs/check )
39 "
40
41 -S="${WORKDIR}/${PN}-VERSION_${PV}"
42 -
43 python_check_deps() { return 0; }
44
45 pkg_setup() {