Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/
Date: Thu, 02 Mar 2023 05:13:21
Message-Id: 1677733913.ef27e4fdccdabdc590573696655fcec76ce6ec38.mgorny@gentoo
1 commit: ef27e4fdccdabdc590573696655fcec76ce6ec38
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 05:11:22 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 05:11:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef27e4fd
7
8 dev-python/ansible-compat: Use pypi.eclass
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ansible-compat/ansible-compat-3.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild b/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
16 index c1d94be9be9e..d0bf4e964fdb 100644
17 --- a/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
18 +++ b/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
19 @@ -4,16 +4,16 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 +PYPI_NO_NORMALIZE=1
24 PYTHON_COMPAT=( python3_{10..11} )
25
26 -inherit distutils-r1
27 +inherit distutils-r1 pypi
28
29 DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
30 HOMEPAGE="
31 https://pypi.org/project/ansible-compat/
32 https://github.com/ansible/ansible-compat/
33 "
34 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"