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/libaccounts-glib/
Date: Sat, 02 Oct 2021 09:52:40
Message-Id: 1633168336.b26b55c3185c6402d80fe11c201ebdc5af0f9bb7.asturm@gentoo
1 commit: b26b55c3185c6402d80fe11c201ebdc5af0f9bb7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 09:47:33 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 09:52:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26b55c3
7
8 net-libs/libaccounts-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/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild | 10 ++++------
16 1 file changed, 4 insertions(+), 6 deletions(-)
17
18 diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild
19 index 914b8766795..4f6b141b250 100644
20 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild
21 +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.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="Accounts SSO (Single Sign-On) management library for GLib applications"
31 HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib"
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 @@ -16,6 +17,8 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
38 IUSE="doc"
39
40 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
41 +# fails
42 +RESTRICT="test"
43
44 RDEPEND="${PYTHON_DEPS}
45 dev-db/sqlite:3
46 @@ -33,11 +36,6 @@ BDEPEND="
47 doc? ( dev-util/gtk-doc )
48 "
49
50 -# fails
51 -RESTRICT="test"
52 -
53 -S="${WORKDIR}/${PN}-VERSION_${PV}"
54 -
55 PATCHES=( "${FILESDIR}/${P}-assert-failure.patch" )
56
57 src_prepare() {