Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
Date: Tue, 01 Jun 2021 10:08:18
Message-Id: 1622542083.e8d3dcfa4e14512b9f28aacf2a39732dbf3b3a10.sam@gentoo
1 commit: e8d3dcfa4e14512b9f28aacf2a39732dbf3b3a10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 09:55:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:08:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d3dcfa
7
8 app-shells/powerline: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-shells/powerline/powerline-2.7-r2.ebuild | 9 +++------
13 app-shells/powerline/powerline-9999.ebuild | 11 ++++-------
14 2 files changed, 7 insertions(+), 13 deletions(-)
15
16 diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
17 index 8ece4fd915b..af11ad88511 100644
18 --- a/app-shells/powerline/powerline-2.7-r2.ebuild
19 +++ b/app-shells/powerline/powerline-2.7-r2.ebuild
20 @@ -1,12 +1,12 @@
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
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29 inherit distutils-r1
30
31 -DESCRIPTION="The ultimate statusline/prompt utility."
32 +DESCRIPTION="The ultimate statusline/prompt utility"
33 HOMEPAGE="https://github.com/powerline/powerline"
34 if [[ ${PV} == 9999 ]]; then
35 inherit git-r3
36 @@ -23,9 +23,6 @@ SLOT="0"
37 IUSE="test"
38 RESTRICT="!test? ( test )"
39
40 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
41 -RDEPEND=""
42 -
43 PATCHES=(
44 "${FILESDIR}"/2.7-ldflags.patch
45 )
46
47 diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
48 index bee72318c1b..a0c3ea937dd 100644
49 --- a/app-shells/powerline/powerline-9999.ebuild
50 +++ b/app-shells/powerline/powerline-9999.ebuild
51 @@ -1,12 +1,12 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 -PYTHON_COMPAT=( python3_{7,8} )
58
59 +PYTHON_COMPAT=( python3_{7,8} )
60 inherit distutils-r1
61
62 -DESCRIPTION="The ultimate statusline/prompt utility."
63 +DESCRIPTION="The ultimate statusline/prompt utility"
64 HOMEPAGE="https://github.com/powerline/powerline"
65 if [[ ${PV} == 9999 ]]; then
66 inherit git-r3
67 @@ -15,14 +15,11 @@ if [[ ${PV} == 9999 ]]; then
68 S="${WORKDIR}/powerline-${PV}"
69 else
70 SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
71 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
72 S="${WORKDIR}/${PN}-status-${PV}"
73 + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
74 fi
75
76 LICENSE="Apache-2.0"
77 SLOT="0"
78 IUSE="test"
79 RESTRICT="!test? ( test )"
80 -
81 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
82 -RDEPEND=""