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 0CC17158090 for ; Sun, 22 May 2022 15:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A9BE0937; Sun, 22 May 2022 15:53:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 97D56E0937 for ; Sun, 22 May 2022 15:53:05 +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 C2F02341DE8 for ; Sun, 22 May 2022 15:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFE034E for ; Sun, 22 May 2022 15:53:02 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1653234746.6d2c0e0858158175d64635011f811073df640d83.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild X-VCS-Directories: dev-python/sphinx_celery/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6d2c0e0858158175d64635011f811073df640d83 X-VCS-Branch: master Date: Sun, 22 May 2022 15:53:02 +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: d1d73c18-8391-4a90-8b3f-3323a039bdf9 X-Archives-Hash: 07f5215c62790d466e44447c186299bd commit: 6d2c0e0858158175d64635011f811073df640d83 Author: Zac Medico gentoo org> AuthorDate: Sun May 22 15:52:21 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun May 22 15:52:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2c0e08 dev-python/sphinx_celery: enable py3.10 Closes: https://bugs.gentoo.org/845882 Signed-off-by: Zac Medico gentoo.org> dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild index 62dd26081087..85de2bc0e770 100644 --- a/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild +++ b/dev-python/sphinx_celery/sphinx_celery-2.0.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1