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 A58041382C5 for ; Sun, 23 May 2021 09:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7CCE0867; Sun, 23 May 2021 09:20:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4B95E0867 for ; Sun, 23 May 2021 09:20:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADC55335C51 for ; Sun, 23 May 2021 09:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14041753 for ; Sun, 23 May 2021 09:20:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1621761639.50285420647d782b832b1a7f64b64c78cc0eb6ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pwman3/pwman3-0.11.1.ebuild X-VCS-Directories: app-admin/pwman3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 50285420647d782b832b1a7f64b64c78cc0eb6ce X-VCS-Branch: master Date: Sun, 23 May 2021 09:20:42 +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: b356e2d8-7ba5-4992-8807-669323c315c6 X-Archives-Hash: 9f7435a3d85213dfe7fc985850db4032 commit: 50285420647d782b832b1a7f64b64c78cc0eb6ce Author: Michał Górny gentoo org> AuthorDate: Sun May 23 08:53:22 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 23 09:20:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50285420 app-admin/pwman3: Enable up to py3.10 Signed-off-by: Michał Górny gentoo.org> app-admin/pwman3/pwman3-0.11.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-admin/pwman3/pwman3-0.11.1.ebuild b/app-admin/pwman3/pwman3-0.11.1.ebuild index a725bb6405b..be7e32f5043 100644 --- a/app-admin/pwman3/pwman3-0.11.1.ebuild +++ b/app-admin/pwman3/pwman3-0.11.1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 optfeature DESCRIPTION="A lightweight password-manager with multiple database backends"