From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1427343-garchives=archives.gentoo.org@lists.gentoo.org> 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 1FB63158094 for <garchives@archives.gentoo.org>; Sun, 14 Aug 2022 02:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5889E0948; Sun, 14 Aug 2022 02:06:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1BBEE0948 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1FE3340EA0 for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82D1C57B for <gentoo-commits@lists.gentoo.org>; Sun, 14 Aug 2022 02:06:14 +0000 (UTC) From: "Aisha Tammy" <gentoo@aisha.cc> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc> Message-ID: <1660442764.144e30f845d943b31deef85cb7f33ab3ab348cc2.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/queuelib/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/queuelib/queuelib-1.6.2.ebuild X-VCS-Directories: dev-python/queuelib/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 144e30f845d943b31deef85cb7f33ab3ab348cc2 X-VCS-Branch: dev Date: Sun, 14 Aug 2022 02:06:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3a78fd51-82a1-4929-b4b6-4e049b5d30f4 X-Archives-Hash: dd90425346edcbd6895dbc762b394917 commit: 144e30f845d943b31deef85cb7f33ab3ab348cc2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Aug 14 02:03:32 2022 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Sun Aug 14 02:06:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=144e30f8 dev-python/queuelib: enable py3.10, py3.11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> dev-python/queuelib/queuelib-1.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/queuelib/queuelib-1.6.2.ebuild b/dev-python/queuelib/queuelib-1.6.2.ebuild index 10f08b130..a30c8170e 100644 --- a/dev-python/queuelib/queuelib-1.6.2.ebuild +++ b/dev-python/queuelib/queuelib-1.6.2.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=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Collection of persistent and non-persistent queues for Python"