* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2019-08-31 23:06 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2019-08-31 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 99bd66095559014e402453a1fbe0a771805631f1
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 23:06:35 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 23:06:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bd6609
app-shells/powerline: initial add
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-shells/powerline/Manifest | 1 +
app-shells/powerline/metadata.xml | 17 +++++++++++++++++
app-shells/powerline/powerline-2.7.ebuild | 26 ++++++++++++++++++++++++++
app-shells/powerline/powerline-9999.ebuild | 26 ++++++++++++++++++++++++++
4 files changed, 70 insertions(+)
diff --git a/app-shells/powerline/Manifest b/app-shells/powerline/Manifest
new file mode 100644
index 00000000000..9a760978567
--- /dev/null
+++ b/app-shells/powerline/Manifest
@@ -0,0 +1 @@
+DIST powerline-status-2.7.tar.gz 233726 BLAKE2B fc7b7d6aa5d8e050af07aeee0aa0b7f6f01b7483ea910b87a7027cd55f726d42e41a008feb07429b21ebbd890b12eb56581b8e47fc30a58de6b902bf14d999cb SHA512 053ab74d250b7d835a5f8ec9cb7da4e890f0f50d31be9bab4b393a85e087a6fc010e58d6b3fa530cf39c10671345d032ca1fa9c0f7887a89fea8a4e69b7f1517
diff --git a/app-shells/powerline/metadata.xml b/app-shells/powerline/metadata.xml
new file mode 100644
index 00000000000..aa2c5f9bee3
--- /dev/null
+++ b/app-shells/powerline/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ Powerline is a statusline plugin for vim, and provides statuslines and
+ prompts for several other applications, including zsh, bash, fish,
+ tmux, IPython, Awesome, i3 and Qtile.
+ </longdescription>
+ <upstream>
+ <remote-id type="pypi">powerline-status</remote-id>
+ <remote-id type="github">powerline/powerline</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-shells/powerline/powerline-2.7.ebuild b/app-shells/powerline/powerline-2.7.ebuild
new file mode 100644
index 00000000000..79ff69b517e
--- /dev/null
+++ b/app-shells/powerline/powerline-2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate statusline/prompt utility."
+HOMEPAGE="https://github.com/powerline/powerline"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/powerline/powerline"
+ EGIT_BRANCH="develop"
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${PN}-status-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
new file mode 100644
index 00000000000..79ff69b517e
--- /dev/null
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate statusline/prompt utility."
+HOMEPAGE="https://github.com/powerline/powerline"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/powerline/powerline"
+ EGIT_BRANCH="develop"
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${PN}-status-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2020-02-11 11:38 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
To: gentoo-commits
commit: ff14d2f9aa028d216f8ef382103ecd25bf2d097e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:31:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff14d2f9
app-shells/powerline: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-shells/powerline/powerline-2.7.ebuild | 2 +-
app-shells/powerline/powerline-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7.ebuild b/app-shells/powerline/powerline-2.7.ebuild
index b4811ba4f66..946e4c10304 100644
--- a/app-shells/powerline/powerline-2.7.ebuild
+++ b/app-shells/powerline/powerline-2.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index b4811ba4f66..946e4c10304 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2020-02-14 16:46 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2020-02-14 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 80dcf8b62b4246682d117f23d30e9367a9cc6fe7
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:46:35 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 16:46:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80dcf8b6
app-shells/powerline: fix git master build
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-shells/powerline/powerline-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 946e4c10304..52de334811b 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -12,11 +12,12 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/powerline/powerline"
EGIT_BRANCH="develop"
+ 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}"
fi
-S="${WORKDIR}/${PN}-status-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2020-09-25 11:20 Benda XU
0 siblings, 0 replies; 15+ messages in thread
From: Benda XU @ 2020-09-25 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 8aa1a4c49317e764e8fbbfa4ec54ace323798dc7
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 11:19:28 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 11:20:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1a4c4
app-shells/powerline: tested on Python 3.8.
Suggested-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 31 ++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
new file mode 100644
index 00000000000..27ced1c237a
--- /dev/null
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate statusline/prompt utility."
+HOMEPAGE="https://github.com/powerline/powerline"
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/powerline/powerline"
+ EGIT_BRANCH="develop"
+else
+ SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${PN}-status-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+PATCHES=(
+ "${FILESDIR}"/2.7-ldflags.patch
+)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2020-12-03 7:21 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2020-12-03 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 439eb886e3c42133ea629f0474ba192ae7151e6b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 07:04:57 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 07:21:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439eb886
app-shells/powerline: add Python 3.8 to 9999 too
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/powerline/powerline-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 52de334811b..7cdde8c204c 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2021-05-31 20:22 Michał Górny
0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2021-05-31 20:22 UTC (permalink / raw
To: gentoo-commits
commit: e055ba89d84f1fd13873b6b7d6fc61cdedd633a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 20:19:10 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 31 20:19:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e055ba89
app-shells/powerline: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r1.ebuild | 31 ----------------------------
1 file changed, 31 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r1.ebuild b/app-shells/powerline/powerline-2.7-r1.ebuild
deleted file mode 100644
index ad7dbe200f0..00000000000
--- a/app-shells/powerline/powerline-2.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="The ultimate statusline/prompt utility."
-HOMEPAGE="https://github.com/powerline/powerline"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/powerline/powerline"
- EGIT_BRANCH="develop"
-else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-fi
-S="${WORKDIR}/${PN}-status-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-PATCHES=(
- "${FILESDIR}"/2.7-ldflags.patch
-)
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2021-06-01 10:08 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-01 10:08 UTC (permalink / raw
To: gentoo-commits
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=""
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2021-06-01 11:14 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-06-01 11:14 UTC (permalink / raw
To: gentoo-commits
commit: 1ee9c295747153519b7c08339f100b1123678169
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:13:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:13:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee9c295
app-shells/powerline: add Python 3.9 to live too, drop IUSE=test
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 2 --
app-shells/powerline/powerline-9999.ebuild | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index af11ad88511..d6602b8ec24 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -20,8 +20,6 @@ S="${WORKDIR}/${PN}-status-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}"/2.7-ldflags.patch
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index a0c3ea937dd..5f68dc9da7f 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
@@ -21,5 +21,3 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2022-05-20 1:55 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2022-05-20 1:55 UTC (permalink / raw
To: gentoo-commits
commit: 71756e7e48665c0284815c7efeda9044f59ebdff
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 01:54:51 2022 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri May 20 01:54:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71756e7e
app-shells/powerline: add support py10
Closes: https://bugs.gentoo.org/845588
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 4 ++--
app-shells/powerline/powerline-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index d6602b8ec24a..ea982f7a0e86 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 5f68dc9da7f2..a8b976e03f8f 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2023-02-01 10:05 Benda XU
0 siblings, 0 replies; 15+ messages in thread
From: Benda XU @ 2023-02-01 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 30c1c06b69d041e5fc3734555528443224ea5f41
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 09:59:45 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 10:04:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c1c06b
app-shells/powerline: enable py3.11
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 04f28704bae0..07c1e30e7331 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2023-02-01 15:23 Benda XU
0 siblings, 0 replies; 15+ messages in thread
From: Benda XU @ 2023-02-01 15:23 UTC (permalink / raw
To: gentoo-commits
commit: 0675a6dbc2bb2055b088cee7ed12cfba9506b948
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 15:20:34 2023 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 15:20:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0675a6db
app-shells/powerline: enable py3.11 for 9999.
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
app-shells/powerline/powerline-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 47e6baa52399..adefeb71d5ae 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2023-02-12 18:35 Jakov Smolić
0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2023-02-12 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 21a11b769383bc401cc543bdd62cee1a1d087b3c
Author: Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Fri Feb 10 15:08:36 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 18:35:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a11b76
app-shells/powerline: keyword powerline 2.7-r2 riscv #893852
Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/29531
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 07c1e30e7331..4871eb7525a6 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_BRANCH="develop"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
fi
S="${WORKDIR}/${PN}-status-${PV}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2024-03-08 4:23 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2024-03-08 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 6faa61c59e55bf56acb8fddbbea8f820a22a1c56
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 04:21:38 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 04:21:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faa61c5
app-shells/powerline: add pep517
Closes: https://bugs.gentoo.org/909895
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r2.ebuild | 3 ++-
app-shells/powerline/powerline-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 1a13ef03b3d6..829720104c3f 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,6 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 5e179f45c6a3..645322a6f82a 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,6 +6,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2024-03-12 5:16 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-03-12 5:16 UTC (permalink / raw
To: gentoo-commits
commit: ec6777d0e9c682d1c3902c7a56a5c7cad8ec591c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 04:47:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:15:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6777d0
app-shells/powerline: revbump for PEP517 change
diff is OK:
```
* CMP: =app-shells/powerline-2.7-r2 with app-shells/powerline-2.7-r2/image
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/PKG-INFO
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/not-zip-safe
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/requires.txt
* FILES:-usr/lib/python3.10/site-packages/powerline_status-*-py3.10.egg-info/top_level.txt
* FILES:+usr/lib/python3.10/site-packages/powerline_status-*.dist-info/METADATA
* FILES:+usr/lib/python3.10/site-packages/powerline_status-*.dist-info/RECORD
* FILES:+usr/lib/python3.10/site-packages/powerline_status-*.dist-info/WHEEL
* FILES:+usr/lib/python3.10/site-packages/powerline_status-*.dist-info/top_level.txt
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/PKG-INFO
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/not-zip-safe
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/requires.txt
* FILES:-usr/lib/python3.11/site-packages/powerline_status-*-py3.11.egg-info/top_level.txt
* FILES:+usr/lib/python3.11/site-packages/powerline_status-*.dist-info/METADATA
* FILES:+usr/lib/python3.11/site-packages/powerline_status-*.dist-info/RECORD
* FILES:+usr/lib/python3.11/site-packages/powerline_status-*.dist-info/WHEEL
* FILES:+usr/lib/python3.11/site-packages/powerline_status-*.dist-info/top_level.txt
* ------> FILES(+8,-12)
```
Fixes: 6faa61c59e55bf56acb8fddbbea8f820a22a1c56
Bug: https://bugs.gentoo.org/909895
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/powerline/{powerline-2.7-r2.ebuild => powerline-2.7-r3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r3.ebuild
similarity index 100%
rename from app-shells/powerline/powerline-2.7-r2.ebuild
rename to app-shells/powerline/powerline-2.7-r3.ebuild
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/
@ 2024-04-13 15:18 Matthew Thode
0 siblings, 0 replies; 15+ messages in thread
From: Matthew Thode @ 2024-04-13 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 0e011a29368ecc1beb3e8da2ea5adcf373fbdece
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 15:17:33 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 15:17:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e011a29
app-shells/powerline: enable py3.12
Closes: https://bugs.gentoo.org/929359
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
app-shells/powerline/powerline-2.7-r3.ebuild | 2 +-
app-shells/powerline/powerline-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-shells/powerline/powerline-2.7-r3.ebuild b/app-shells/powerline/powerline-2.7-r3.ebuild
index 829720104c3f..b761ad56034e 100644
--- a/app-shells/powerline/powerline-2.7-r3.ebuild
+++ b/app-shells/powerline/powerline-2.7-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
DISTUTILS_USE_PEP517=setuptools
diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild
index 645322a6f82a..25428eb6c66a 100644
--- a/app-shells/powerline/powerline-9999.ebuild
+++ b/app-shells/powerline/powerline-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
PYPI_NO_NORMALIZE=1
PYPI_PN="powerline-status"
DISTUTILS_USE_PEP517=setuptools
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-04-13 15:18 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 10:08 [gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/ Sam James
-- strict thread matches above, loose matches on Subject: below --
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox