commit: a805fb649f25ee16ef754dd6fd096453d9c73ab3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 12:02:37 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:29:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a805fb64
dev-vcs/git-big-picture: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild
b/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild
index eb61e8bb73d3..423ee07e746c 100644
--- a/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild
+++ b/dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild
@@ -4,13 +4,13 @@
EAPI="8"
# DISTUTILS_USE_PEP517=setuptools # blocked by use of
distutils_install_for_testing
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Visualization tool for Git repositories"
HOMEPAGE="https://github.com/git-big-picture/git-big-picture"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"