summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:00:20 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:28:37 +0100
commit8ef42f2c9550c2483ddf52c8564a5d488e73f54a (patch)
tree52bc7550683e542f3c318de2ad37e4aec10bd7cb /dev-vcs
parentdev-vcs/hg-evolve: Use pypi.eclass (diff)
downloadgentoo-8ef42f2c9550c2483ddf52c8564a5d488e73f54a.tar.gz
gentoo-8ef42f2c9550c2483ddf52c8564a5d488e73f54a.tar.bz2
gentoo-8ef42f2c9550c2483ddf52c8564a5d488e73f54a.zip
dev-vcs/python-gitlab: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
index 2fad79ea4fa9..2206afc66ad0 100644
--- a/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-3.13.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9,10,11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
inherit distutils-r1
DESCRIPTION="Python command line interface to gitlab API"
@@ -13,7 +14,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/python-gitlab/python-gitlab"
inherit git-r3
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="~amd64"
fi