app-admin/ansible-core: drop 2.18.3

Signed-off-by: idealseal <realidealseal@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44569
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
idealseal 2025-11-10 10:20:23 +00:00 committed by Matthew Thode
parent c18bc7c205
commit fc3ce9633f
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
2 changed files with 0 additions and 48 deletions

View File

@ -1,4 +1,3 @@
DIST ansible_core-2.18.3.tar.gz 3077314 BLAKE2B 1e899d9d503b64b4ecf6fcab2777a55149c8547def694865503890b586f0ec9b92806d61c1a05cab79df2900c0b51022bb31eacc04308b98e8c0dd05c2d5d6c8 SHA512 e4229cd5de46e7ee35922b91e520711b2fd7f17490ea1f08b6e535b0522e54d8b5178212df1010c3a3a4e212fabbb9d6437069ee11eb0588c519d1fb145875ba
DIST ansible_core-2.18.6.tar.gz 3088072 BLAKE2B 7689220eb164540cc3fca92e0da49758bcce8e9959570a252401c7969bc648b9dc97222f403f2e0f9ce6093a376a7b22003d70b0d6b7997dc1fd61bc5dfb5c44 SHA512 55a54bfa5e0a2458672856cd5a074799f4e3cb25160daf12902118bd8f1473214b4e6daea78264c20729a82be3524ef3188235287e0c3050c9b0d42031831502
DIST ansible_core-2.18.8.tar.gz 3088636 BLAKE2B 4614cc4029dc1101b7ee71769f9b8a879626fe8e56f2f312bfab65155d4b8e20461f6352be096596110fe511582a9e8e8d14fc1f892f0680aa53b410c3d1a64a SHA512 0e8b7b690906bf4da296b1f1db0cf671e85aa8f9e8e2d6826fed81410e7ed2566e429454fb6cbfdb2fdeeec13745bf3b2dede2691bbf60580612f9e12fee6a7f
DIST ansible_core-2.19.1.tar.gz 3401547 BLAKE2B 3c5ce55964843fa0df23fefa886ba0a0674cf00ddf44d04021fa103aed35f66abb3f9eaba6c882824014b69daeb01ac33074c2b3212489e406ce3ec5386163fa SHA512 a48c364acec8cd9cbaea5e9f4d37ba78d57db265a621324e9f38a35483429506e253c86f194e75b4eb94c593bc024dfa7a9c97c56d8218089f8f6f75759993c3

View File

@ -1,47 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Model-driven deployment, config management, and command execution framework"
HOMEPAGE="https://www.ansible.com/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/ansible/ansible.git"
EGIT_BRANCH="devel"
else
inherit pypi
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
fi
LICENSE="GPL-3"
SLOT="0"
# Upstream runs tests via the ansible-test command, which requires the package
# to be installed prior to testing. Running the test via pytest in non-trivial
# due to the amount of flags that need to be passed.
RESTRICT="test"
RDEPEND="
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/netaddr[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
>=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
<dev-python/resolvelib-1.1.0[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh
"
BDEPEND="
>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
"