diff options
author | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-02-22 15:27:46 +0100 |
---|---|---|
committer | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2022-02-22 16:57:59 +0100 |
commit | 091f0c396279d09fb3f53aeb9f877a55f4e5ac39 (patch) | |
tree | 06c70fec187b340e7f7c6a179e49aa72ebb4d6b7 /dev-python/urlmatch | |
parent | dev-python/pywebview: Version bump (diff) | |
download | guru-091f0c396279d09fb3f53aeb9f877a55f4e5ac39.tar.gz guru-091f0c396279d09fb3f53aeb9f877a55f4e5ac39.tar.bz2 guru-091f0c396279d09fb3f53aeb9f877a55f4e5ac39.zip |
dev-python/urlmatch: allow python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'dev-python/urlmatch')
-rw-r--r-- | dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild (renamed from dev-python/urlmatch/urlmatch-1.0.1.ebuild) | 4 |
1 files 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 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 |