Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/misaka/
Date: Fri, 20 May 2022 01:57:17
Message-Id: 1653011825.25e48f5f57d9ca97c680428b4be0688511c73d4a.prometheanfire@gentoo
1 commit: 25e48f5f57d9ca97c680428b4be0688511c73d4a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 01:57:05 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 01:57:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e48f5f
7
8 dev-python/misaka: bump python to py10
9
10 Closes: https://bugs.gentoo.org/845753
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/misaka/{misaka-2.1.1.ebuild => misaka-2.1.1-r1.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/misaka/misaka-2.1.1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild
18 similarity index 86%
19 rename from dev-python/misaka/misaka-2.1.1.ebuild
20 rename to dev-python/misaka/misaka-2.1.1-r1.ebuild
21 index 17ca17e0548b..279edf81e1fd 100644
22 --- a/dev-python/misaka/misaka-2.1.1.ebuild
23 +++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 -PYTHON_COMPAT=( python3_{7..9} )
31 +EAPI=8
32 +PYTHON_COMPAT=( python3_{7..10} )
33
34 inherit distutils-r1