diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 17:03:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:49:52 +0100 |
commit | 873a07cbda0e2c4f423d221f16cc716077647a42 (patch) | |
tree | 030ca79b4fec5899ab04dec7cc2fad22c0086549 /app-admin | |
parent | net-misc/nyx: Use pypi.eclass only in non-live branch (diff) | |
download | gentoo-873a07cbda0e2c4f423d221f16cc716077647a42.tar.gz gentoo-873a07cbda0e2c4f423d221f16cc716077647a42.tar.bz2 gentoo-873a07cbda0e2c4f423d221f16cc716077647a42.zip |
app-admin/ansible: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible/ansible-7.3.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-admin/ansible/ansible-7.3.0.ebuild b/app-admin/ansible/ansible-7.3.0.ebuild index f5a53bb0b081..b74fccd0afab 100644 --- a/app-admin/ansible/ansible-7.3.0.ebuild +++ b/app-admin/ansible/ansible-7.3.0.ebuild @@ -5,11 +5,10 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Model-driven deployment, config management, and command execution framework" HOMEPAGE="https://www.ansible.com/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" |