summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:02:37 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:29:01 +0100
commita805fb649f25ee16ef754dd6fd096453d9c73ab3 (patch)
tree7da6c046e695a2a88c9b29ac16ce6351f08450ba
parentdev-python/sphinx-epytext: Use pypi.eclass (diff)
downloadgentoo-a805fb649f25ee16ef754dd6fd096453d9c73ab3.tar.gz
gentoo-a805fb649f25ee16ef754dd6fd096453d9c73ab3.tar.bz2
gentoo-a805fb649f25ee16ef754dd6fd096453d9c73ab3.zip
dev-vcs/git-big-picture: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-vcs/git-big-picture/git-big-picture-1.2.2-r1.ebuild4
1 files 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"