commit:     d562c7ddc897198ad69304551712643e6481f2de
Author:     idealseal <realidealseal <AT> protonmail <DOT> com>
AuthorDate: Thu Jun 19 09:10:33 2025 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jun 19 12:39:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d562c7dd

app-admin/ansible-core: add 2.19.0_beta6

Bug: https://bugs.gentoo.org/848486

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

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 9fcddaed1fb4..d1e2437b41a3 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,2 +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.19.0b6.tar.gz 3383265 BLAKE2B 
5d69ef338a217ba7db8f3509824b546ff83fa687b4d4ed668ca24568a2a4dafee67f29e9167b90d705ce7ba754169f838abf7f77ff4800ccabe5e49612c9b6cf
 SHA512 
838054a8a1a1132d2b30514109310714fd2211f0103a2d88e9d9b8787743a9be26e9051cbdf414c198a23d5f503a07bd329b874578127f8c99c1b4273cbba659

diff --git a/app-admin/ansible-core/ansible-core-2.19.0_beta6.ebuild 
b/app-admin/ansible-core/ansible-core-2.19.0_beta6.ebuild
new file mode 100644
index 000000000000..3d9aa524dfd8
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.19.0_beta6.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