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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44446158091 for ; Tue, 31 May 2022 02:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82114E09D1; Tue, 31 May 2022 02:10:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6608FE09B1 for ; Tue, 31 May 2022 02:10:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47F88341A35 for ; Tue, 31 May 2022 02:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7983458 for ; Tue, 31 May 2022 02:10:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653963012.ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pius/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pius/pius-3.0.0-r1.ebuild X-VCS-Directories: app-crypt/pius/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc X-VCS-Branch: master Date: Tue, 31 May 2022 02:10:25 +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: 66e0fe83-811d-479d-ae2c-d2c85d840287 X-Archives-Hash: b2be77791b2a18f059d03bf69a16b92c commit: ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc Author: Sam James gentoo org> AuthorDate: Tue May 31 01:59:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 31 02:10:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec83a7e1 app-crypt/pius: enable py3.10, py3.11 and disable py3.7 Closes: https://bugs.gentoo.org/845447 Signed-off-by: Sam James gentoo.org> app-crypt/pius/pius-3.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild index 49fe29ec9207..c7ce49f2b85d 100644 --- a/app-crypt/pius/pius-3.0.0-r1.ebuild +++ b/app-crypt/pius/pius-3.0.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1