Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/
Date: Sat, 30 Jan 2021 20:27:18
Message-Id: 1612038388.a4ab3366e5a0df038c800d582ece41b5bd48bfc1.conikost@gentoo
1 commit: a4ab3366e5a0df038c800d582ece41b5bd48bfc1
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 19:18:13 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 20:26:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ab3366
7
8 dev-python/whatever: add python3_9 support
9
10 Bug: https://bugs.gentoo.org/766992
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-python/whatever/whatever-0.6.ebuild | 6 +-----
15 1 file changed, 1 insertion(+), 5 deletions(-)
16
17 diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
18 index 9432f83430f..9a4bd665464 100644
19 --- a/dev-python/whatever/whatever-0.6.ebuild
20 +++ b/dev-python/whatever/whatever-0.6.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
26 +PYTHON_COMPAT=( python3_{7..9} )
27 inherit distutils-r1
28
29 DESCRIPTION="A collection of fancy functional tools focused on practicality"
30 @@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31 LICENSE="BSD"
32 SLOT="0"
33 KEYWORDS="amd64 ~x86"
34 -IUSE=""
35 -
36 -DEPEND=""
37 -RDEPEND="${DEPEND}"