diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-27 10:19:11 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-28 16:19:28 +0200 |
commit | 83019f18f53648be041d07d28ed7127fe733437a (patch) | |
tree | f4890e433ea88b4e9725570ac809b0b276dd0da8 /app-arch | |
parent | app-arch/patool: add github remote-id (diff) | |
download | gentoo-83019f18f53648be041d07d28ed7127fe733437a.tar.gz gentoo-83019f18f53648be041d07d28ed7127fe733437a.tar.bz2 gentoo-83019f18f53648be041d07d28ed7127fe733437a.zip |
app-arch/tardelta: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tardelta/tardelta-1.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/tardelta/tardelta-1.0.1.ebuild b/app-arch/tardelta/tardelta-1.0.1.ebuild index 1941ca56eb06..4eecae00a901 100644 --- a/app-arch/tardelta/tardelta-1.0.1.ebuild +++ b/app-arch/tardelta/tardelta-1.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -13,7 +13,6 @@ SRC_URI="https://github.com/zmedico/tardelta/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="" src_prepare() { sed -i "s:^\(__version__ =\).*:\\1 \"${PV}\":" src/${PN}.py || die |