Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/urlmatch/
Date: Wed, 23 Feb 2022 00:33:55
Message-Id: 1645545479.091f0c396279d09fb3f53aeb9f877a55f4e5ac39.tastytea@gentoo
1 commit: 091f0c396279d09fb3f53aeb9f877a55f4e5ac39
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 22 14:27:46 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Feb 22 15:57:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=091f0c39
7
8 dev-python/urlmatch: allow python3_10
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 .../urlmatch/{urlmatch-1.0.1.ebuild => urlmatch-1.0.1-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/urlmatch/urlmatch-1.0.1.ebuild b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
17 similarity index 89%
18 rename from dev-python/urlmatch/urlmatch-1.0.1.ebuild
19 rename to dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
20 index f94bde28e..db6e61ee1 100644
21 --- a/dev-python/urlmatch/urlmatch-1.0.1.ebuild
22 +++ b/dev-python/urlmatch/urlmatch-1.0.1-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 2021 Gentoo Authors
25 +# Copyright 2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29
30 -PYTHON_COMPAT=( python3_{8..9} )
31 +PYTHON_COMPAT=( python3_{8..10} )
32
33 inherit distutils-r1