commit:     d8630f7decd5c9d9466bf76bcc332bec43bb4f82
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Wed Sep 10 15:39:21 2025 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 15:54:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8630f7d

app-admin/ansible-core: add 2.19.2

Signed-off-by: idealseal <realidealseal <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43731
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/ansible-core/Manifest                   |  1 +
 app-admin/ansible-core/ansible-core-2.19.2.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 76699cdb1a6b..204329c14fad 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -3,3 +3,4 @@ DIST ansible_core-2.18.6.tar.gz 3088072 BLAKE2B 
7689220eb164540cc3fca92e0da49758
 DIST ansible_core-2.18.8.tar.gz 3088636 BLAKE2B 
4614cc4029dc1101b7ee71769f9b8a879626fe8e56f2f312bfab65155d4b8e20461f6352be096596110fe511582a9e8e8d14fc1f892f0680aa53b410c3d1a64a
 SHA512 
0e8b7b690906bf4da296b1f1db0cf671e85aa8f9e8e2d6826fed81410e7ed2566e429454fb6cbfdb2fdeeec13745bf3b2dede2691bbf60580612f9e12fee6a7f
 DIST ansible_core-2.19.0b7.tar.gz 3387623 BLAKE2B 
824827f7d6823f9e62da87f22292cd291079aefb726de9e0016463995e74fd7cec211a989395d011276fcebae8975f1bfe70039c03e6310c3514ab8c68ecea51
 SHA512 
ab1113f1397fa9b373d0ba15beba7606644b47abd233e68f50b56624a2ccb5b3d5874580e6d7a2764e5e86feef33bce2ea081df36073ef3c2fee6e0c15d30f6a
 DIST ansible_core-2.19.1.tar.gz 3401547 BLAKE2B 
3c5ce55964843fa0df23fefa886ba0a0674cf00ddf44d04021fa103aed35f66abb3f9eaba6c882824014b69daeb01ac33074c2b3212489e406ce3ec5386163fa
 SHA512 
a48c364acec8cd9cbaea5e9f4d37ba78d57db265a621324e9f38a35483429506e253c86f194e75b4eb94c593bc024dfa7a9c97c56d8218089f8f6f75759993c3
+DIST ansible_core-2.19.2.tar.gz 3408325 BLAKE2B 
dc27f61fe1f3476d98ec82e6ca322b4e7a634bd51a54117aa0adbffa34f84a4da1ef020664760468b5639550f8bf9e44f17452ef503814325bd756939542ab20
 SHA512 
f349e2ae8c226b82d1a92069cab681f356db6b985bf5d034c92c687fb611f52dacc54106b68bbdcb6bd5b155396eeea410b80a7e136b3962bbeb223af6486977

diff --git a/app-admin/ansible-core/ansible-core-2.19.2.ebuild 
b/app-admin/ansible-core/ansible-core-2.19.2.ebuild
new file mode 100644
index 000000000000..2a83ec92352c
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.19.2.ebuild
@@ -0,0 +1,53 @@
+# 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..14} )
+
+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"
+RESTRICT="test"
+
+RDEPEND="
+       >=dev-python/paramiko-3.5.1[${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-2.0.0[${PYTHON_USEDEP}]
+       net-misc/sshpass
+       virtual/ssh
+"
+BDEPEND="
+       >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+       test? (
+               dev-python/botocore[${PYTHON_USEDEP}]
+               dev-python/pytz[${PYTHON_USEDEP}]
+       )"
+
+distutils_enable_tests pytest
+
+python_compile() {
+       export ANSIBLE_SKIP_CONFLICT_CHECK=1
+       distutils-r1_python_compile
+}

Reply via email to