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: dev-util/howdoi/
Date: Tue, 25 May 2021 16:05:10
Message-Id: 1621958688.fcfc12dad822eec30b6eab36e95b6cea7094eefb.mgorny@gentoo
1 commit: fcfc12dad822eec30b6eab36e95b6cea7094eefb
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 25 06:56:05 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:04:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfc12da
7
8 dev-util/howdoi: add python 3.9
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/howdoi/howdoi-2.0.15.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/dev-util/howdoi/howdoi-2.0.15.ebuild b/dev-util/howdoi/howdoi-2.0.15.ebuild
17 index 8fba32c5aa5..a0b3cd960b8 100644
18 --- a/dev-util/howdoi/howdoi-2.0.15.ebuild
19 +++ b/dev-util/howdoi/howdoi-2.0.15.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS="manual"
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26 inherit distutils-r1
27
28 DESCRIPTION="A code search tool"
29 @@ -14,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30 LICENSE="MIT"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34
35 BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36 RDEPEND="