Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/
Date: Fri, 02 Jul 2021 18:59:22
Message-Id: 1625252356.585a2539e7041191185553ccb6483649eb50e5f1.mgorny@gentoo
1 commit: 585a2539e7041191185553ccb6483649eb50e5f1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 17:56:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 18:59:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585a2539
7
8 app-portage/nattka: Port to py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/nattka/nattka-0.2.13.ebuild | 6 ++----
13 app-portage/nattka/nattka-9999.ebuild | 4 +---
14 2 files changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-portage/nattka/nattka-0.2.13.ebuild b/app-portage/nattka/nattka-0.2.13.ebuild
17 index 9686c26c34b..75261fa77b6 100644
18 --- a/app-portage/nattka/nattka-0.2.13.ebuild
19 +++ b/app-portage/nattka/nattka-0.2.13.ebuild
20 @@ -1,11 +1,9 @@
21 # Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 -
26 -DISTUTILS_USE_SETUPTOOLS=rdepend
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +EAPI=8
29
30 +PYTHON_COMPAT=( python3_{8..10} )
31 inherit distutils-r1
32
33 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"
34
35 diff --git a/app-portage/nattka/nattka-9999.ebuild b/app-portage/nattka/nattka-9999.ebuild
36 index d25ba4e093e..62f83dc8515 100644
37 --- a/app-portage/nattka/nattka-9999.ebuild
38 +++ b/app-portage/nattka/nattka-9999.ebuild
39 @@ -3,9 +3,7 @@
40
41 EAPI=7
42
43 -DISTUTILS_USE_SETUPTOOLS=rdepend
44 -PYTHON_COMPAT=( python3_{8..9} )
45 -
46 +PYTHON_COMPAT=( python3_{8..10} )
47 inherit distutils-r1 git-r3
48
49 DESCRIPTION="A New Arch Tester Toolkit -- open-source stable-bot replacement"