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 C719C158090 for ; Thu, 12 May 2022 10:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB7F2E08FC; Thu, 12 May 2022 10:40:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 94FD0E08FC for ; Thu, 12 May 2022 10:40:50 +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 BADAF3414C8 for ; Thu, 12 May 2022 10:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ACAB459 for ; Thu, 12 May 2022 10:40:47 +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: <1652352041.e23989bb24836fbf6a7d83923d30c9ff15528d0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/autocommand/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild X-VCS-Directories: dev-python/autocommand/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e23989bb24836fbf6a7d83923d30c9ff15528d0d X-VCS-Branch: master Date: Thu, 12 May 2022 10:40:47 +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: a4dee98a-73a8-4261-83c1-543732a702e2 X-Archives-Hash: 2324695bcb4a5a2291f65ffe0d4b4c4a commit: e23989bb24836fbf6a7d83923d30c9ff15528d0d Author: Michał Górny gentoo org> AuthorDate: Thu May 12 10:16:42 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 12 10:40:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23989bb dev-python/autocommand: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild b/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild index 8e083554b6aa..f13639375617 100644 --- a/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild +++ b/dev-python/autocommand/autocommand-2.2.1_p20211118.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + inherit distutils-r1 COMMIT="031c9750c74e3313b954b09e3027aaa6595649bb"