commit: 091f0c396279d09fb3f53aeb9f877a55f4e5ac39
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Feb 22 14:27:46 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Feb 22 15:57:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=091f0c39
dev-python/urlmatch: allow python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
.../urlmatch/{urlmatch-1.0.1.ebuild => urlmatch-1.0.1-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/urlmatch/urlmatch-1.0.1.ebuild
b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
similarity index 89%
rename from dev-python/urlmatch/urlmatch-1.0.1.ebuild
rename to dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
index f94bde28e..db6e61ee1 100644
--- a/dev-python/urlmatch/urlmatch-1.0.1.ebuild
+++ b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1