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/patool/
Date: Fri, 28 May 2021 14:19:39
Message-Id: 1622211566.87bf1bef041fad6bb4c682aa3cf4a2b3ba5e9b1d.mgorny@gentoo
1 commit: 87bf1bef041fad6bb4c682aa3cf4a2b3ba5e9b1d
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Thu May 27 07:13:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 14:19:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bf1bef
7
8 app-arch/patool: 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/patool/patool-1.12.ebuild | 12 +++---------
14 1 file changed, 3 insertions(+), 9 deletions(-)
15
16 diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild
17 index d30ce9ad159..dbb945711bd 100644
18 --- a/app-arch/patool/patool-1.12.ebuild
19 +++ b/app-arch/patool/patool-1.12.ebuild
20 @@ -1,9 +1,9 @@
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=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +PYTHON_COMPAT=( python3_{7..10} )
30
31 inherit distutils-r1
32
33 @@ -14,9 +14,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34 LICENSE="GPL-3"
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -RDEPEND=""
40 -DEPEND="
41 - dev-python/setuptools[${PYTHON_USEDEP}]
42 - "