From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17401158018 for ; Sat, 2 Oct 2021 09:52:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 545B3E086E; Sat, 2 Oct 2021 09:52:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3791DE086D for ; Sat, 2 Oct 2021 09:52:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18DB9342D8A for ; Sat, 2 Oct 2021 09:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 771AF116 for ; Sat, 2 Oct 2021 09:52:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1633168336.b26b55c3185c6402d80fe11c201ebdc5af0f9bb7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libaccounts-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild X-VCS-Directories: net-libs/libaccounts-glib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b26b55c3185c6402d80fe11c201ebdc5af0f9bb7 X-VCS-Branch: master Date: Sat, 2 Oct 2021 09:52:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c1aa419e-ea9f-43f8-8fc8-d3784aa34d94 X-Archives-Hash: cb0773b729afffd5d46bb2b297ad27d8 commit: b26b55c3185c6402d80fe11c201ebdc5af0f9bb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 2 09:47:33 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 2 09:52:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26b55c3 net-libs/libaccounts-glib: python3_10 Fedora does it, so we can too. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild index 914b8766795..4f6b141b250 100644 --- a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild +++ b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild @@ -3,12 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit meson python-r1 vala DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib applications" HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib" SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-VERSION_${PV}" LICENSE="LGPL-2.1" SLOT="0" @@ -16,6 +17,8 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" IUSE="doc" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# fails +RESTRICT="test" RDEPEND="${PYTHON_DEPS} dev-db/sqlite:3 @@ -33,11 +36,6 @@ BDEPEND=" doc? ( dev-util/gtk-doc ) " -# fails -RESTRICT="test" - -S="${WORKDIR}/${PN}-VERSION_${PV}" - PATCHES=( "${FILESDIR}/${P}-assert-failure.patch" ) src_prepare() {