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 85B3F158090 for ; Mon, 30 May 2022 13:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876D0E0924; Mon, 30 May 2022 13:17:18 +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 6AFC9E0924 for ; Mon, 30 May 2022 13:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1CCC134188A for ; Mon, 30 May 2022 13:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5272AD3 for ; Mon, 30 May 2022 13:17:15 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653916632.175cc94c3b93e68e1f6ec6e5be53eb238bf144fa.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webpy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/webpy/webpy-0.62.ebuild X-VCS-Directories: dev-python/webpy/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 175cc94c3b93e68e1f6ec6e5be53eb238bf144fa X-VCS-Branch: dev Date: Mon, 30 May 2022 13:17:15 +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: fef933ab-f7e3-4178-ad3e-e314902eb4c9 X-Archives-Hash: f5bb6ca5b2df5585065f8e912ecc9c66 commit: 175cc94c3b93e68e1f6ec6e5be53eb238bf144fa Author: Alessandro Barbieri gmail com> AuthorDate: Mon May 30 13:00:05 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon May 30 13:17:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=175cc94c dev-python/webpy: enable py3.11 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/webpy/webpy-0.62.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/webpy/webpy-0.62.ebuild b/dev-python/webpy/webpy-0.62.ebuild index 0051918ae..ac1825365 100644 --- a/dev-python/webpy/webpy-0.62.ebuild +++ b/dev-python/webpy/webpy-0.62.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1