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-arch/tardelta/
Date: Fri, 28 May 2021 14:19:39
Message-Id: 1622211568.83019f18f53648be041d07d28ed7127fe733437a.mgorny@gentoo
1 commit: 83019f18f53648be041d07d28ed7127fe733437a
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Thu May 27 07:19:11 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 14:19:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83019f18
7
8 app-arch/tardelta: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-arch/tardelta/tardelta-1.0.1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/app-arch/tardelta/tardelta-1.0.1.ebuild b/app-arch/tardelta/tardelta-1.0.1.ebuild
17 index 1941ca56eb0..4eecae00a90 100644
18 --- a/app-arch/tardelta/tardelta-1.0.1.ebuild
19 +++ b/app-arch/tardelta/tardelta-1.0.1.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29 inherit distutils-r1
30
31 @@ -13,7 +13,6 @@ SRC_URI="https://github.com/zmedico/tardelta/archive/${PV}.tar.gz -> ${P}.tar.gz
32 LICENSE="Apache-2.0"
33 KEYWORDS="~amd64 ~x86"
34 SLOT="0"
35 -IUSE=""
36
37 src_prepare() {
38 sed -i "s:^\(__version__ =\).*:\\1 \"${PV}\":" src/${PN}.py || die