From 04759043199f9232f70e7216830176c14dbeeb60 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 8 Feb 2023 22:20:58 +0100 Subject: [PATCH] net-mail/urlscan: Add support for python3.11 Signed-off-by: Nils Freydank --- .../{urlscan-0.9.10-r1.ebuild => urlscan-0.9.10-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-mail/urlscan/{urlscan-0.9.10-r1.ebuild => urlscan-0.9.10-r2.ebuild} (88%) diff --git a/net-mail/urlscan/urlscan-0.9.10-r1.ebuild b/net-mail/urlscan/urlscan-0.9.10-r2.ebuild similarity index 88% rename from net-mail/urlscan/urlscan-0.9.10-r1.ebuild rename to net-mail/urlscan/urlscan-0.9.10-r2.ebuild index a1a48cc..fc11063 100644 --- a/net-mail/urlscan/urlscan-0.9.10-r1.ebuild +++ b/net-mail/urlscan/urlscan-0.9.10-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Mutt and terminal url selector (similar to urlview)"