From a61f7ff8aa27329a526248f1c8e8491d4c82d5a8 Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Thu, 14 Jul 2022 22:16:10 -0400 Subject: [PATCH] dev-python/rst2ansi: add python 3.10 to PYTHON_COMPAT Signed-off-by: Wolfgang E. Sanyer --- .../{rst2ansi-0.1.5.ebuild => rst2ansi-0.1.5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/rst2ansi/{rst2ansi-0.1.5.ebuild => rst2ansi-0.1.5-r1.ebuild} (81%) diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5.ebuild b/dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild similarity index 81% rename from dev-python/rst2ansi/rst2ansi-0.1.5.ebuild rename to dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild index d7bd0d004f..eb6ec01f10 100644 --- a/dev-python/rst2ansi/rst2ansi-0.1.5.ebuild +++ b/dev-python/rst2ansi/rst2ansi-0.1.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Render reStructuredText documents to the terminal"