summaryrefslogtreecommitdiff
path: root/app-shells/powerline/powerline-2.7-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/powerline/powerline-2.7-r2.ebuild')
-rw-r--r--app-shells/powerline/powerline-2.7-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild
index 4871eb7525a6..1a13ef03b3d6 100644
--- a/app-shells/powerline/powerline-2.7-r2.ebuild
+++ b/app-shells/powerline/powerline-2.7-r2.ebuild
@@ -4,6 +4,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+PYPI_PN="powerline-status"
inherit distutils-r1
DESCRIPTION="The ultimate statusline/prompt utility"
@@ -13,10 +15,9 @@ if [[ ${PV} == 9999 ]]; then
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"
+ inherit pypi
KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
fi
-S="${WORKDIR}/${PN}-status-${PV}"
LICENSE="Apache-2.0"
SLOT="0"