mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
app-admin/ansible-core: drop 2.19.1
Signed-off-by: idealseal <realidealseal@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44569 Closes: https://github.com/gentoo/gentoo/pull/44569 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
parent
1644f4c39f
commit
8d1fab9c3b
@ -1,3 +1,2 @@
|
||||
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
|
||||
DIST ansible_core-2.19.3.tar.gz 3404578 BLAKE2B abcdf5a4cb9cd725e856cc699c42bd415db94dd371aaca3f510325de398f8ffb0da3642d39ce817ba11a8ce153a71cf7f894085bdfa28776d3fbeaa62a156b57 SHA512 9d81bedcdddee19a4a76fe4bf01369241b62213c8e7af88c5eb8d55b9cfa776704651538144776012d947b267901d0221e38405f3c20c65e30f99c3c50b3b5f3
|
||||
|
||||
@ -1,53 +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..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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user