public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
Date: Tue,  1 Jun 2021 10:08:14 +0000 (UTC)	[thread overview]
Message-ID: <1622542083.e8d3dcfa4e14512b9f28aacf2a39732dbf3b3a10.sam@gentoo> (raw)

commit:     e8d3dcfa4e14512b9f28aacf2a39732dbf3b3a10
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 09:55:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 10:08:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d3dcfa

app-shells/powerline: add Python 3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/powerline/powerline-2.7-r2.ebuild |  9 +++------
 app-shells/powerline/powerline-9999.ebuild   | 11 ++++-------
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 8ece4fd915b..af11ad88511 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -1,12 +1,12 @@
-# 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,8,9} )
 inherit distutils-r1
 
-DESCRIPTION="The ultimate statusline/prompt utility."
+DESCRIPTION="The ultimate statusline/prompt utility"
 HOMEPAGE="https://github.com/powerline/powerline"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
@@ -23,9 +23,6 @@ SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
 PATCHES=(
 	"${FILESDIR}"/2.7-ldflags.patch
 )

diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index bee72318c1b..a0c3ea937dd 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -1,12 +1,12 @@
-# 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,8} )
 inherit distutils-r1
 
-DESCRIPTION="The ultimate statusline/prompt utility."
+DESCRIPTION="The ultimate statusline/prompt utility"
 HOMEPAGE="https://github.com/powerline/powerline"
 if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
@@ -15,14 +15,11 @@ if [[ ${PV} == 9999 ]]; then
 	S="${WORKDIR}/powerline-${PV}"
 else
 	SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
-	KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 	S="${WORKDIR}/${PN}-status-${PV}"
+	KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""


             reply	other threads:[~2021-06-01 10:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 10:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-16 17:16 [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/ Arthur Zamarin
2025-05-02 15:14 Matthew Thode
2024-04-13 15:18 Matthew Thode
2024-03-12  5:16 Sam James
2024-03-08  4:23 Matthew Thode
2023-02-12 18:35 Jakov Smolić
2023-02-01 15:23 Benda XU
2023-02-01 10:05 Benda XU
2022-05-20  1:55 Matthew Thode
2021-06-01 11:14 Sam James
2021-05-31 20:22 Michał Górny
2020-12-03  7:21 Sam James
2020-09-25 11:20 Benda XU
2020-02-14 16:46 Matthew Thode
2020-02-11 11:38 Michał Górny
2019-08-31 23:06 Matthew Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622542083.e8d3dcfa4e14512b9f28aacf2a39732dbf3b3a10.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox