commit:     3be73f68a2d6c1b4217a624cc5c5b8ee8500c593
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 06:17:55 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 20 06:21:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be73f68

app-admin/ansible-core: Use pypi.eclass in 2.13.9

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/ansible-core/ansible-core-2.13.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.13.9.ebuild 
b/app-admin/ansible-core/ansible-core-2.13.9.ebuild
index ee8d323e90b5..3c7933de840a 100644
--- a/app-admin/ansible-core/ansible-core-2.13.9.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.13.9.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1
 
@@ -16,7 +17,7 @@ if [[ ${PV} == 9999 ]]; then
        EGIT_REPO_URI="https://github.com/ansible/ansible.git";
        EGIT_BRANCH="devel"
 else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+       inherit pypi
        KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 

Reply via email to