[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-05-21 Thread Marek Szuba
commit: 6590ecb487d929402b077e285e005722e2be9b91
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue May 21 11:37:40 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue May 21 11:38:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6590ecb4

app-admin/ansible-lint: add 24.5.0

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 +
 app-admin/ansible-lint/ansible-lint-24.5.0.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 2b8fc9c59daf..793cf95128c8 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
 DIST ansible-lint-24.2.2.tar.gz 515822 BLAKE2B 
e9d8e689dfe4e4efbd4dad44ff3567f50412400ed979f2d60150f09f17c5f63f2441f25a33ecdf0112024ced07e62ac16b8a2dbc1c01d62855ec785fc75d1b9a
 SHA512 
3de6b14e4b64ba577abcb67920a45dbf45fedb84e21091cd6a29e3c52a7a91555a152ee3e265624aafbf9dddba96d04241c2598a18f2103ce2cae48706142446
+DIST ansible_lint-24.5.0.tar.gz 525539 BLAKE2B 
2681da05c69299f62b9a180ff4a10ea8fa27731d5a9f3d836e67fd211c2def86a6baa38583900e9c8be1a5da0a8658aded6e83cb8f13f129f55bd18a06b2e574
 SHA512 
b390743bbb09c03c9b402c35644c2b2e29b9a94fce842bf42b8938f7094b145ea75275f643949383bdad694408c606c0bc3038d5ca733a39ac08ef77cc7dc459

diff --git a/app-admin/ansible-lint/ansible-lint-24.5.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.5.0.ebuild
new file mode 100644
index ..fcaeec307b68
--- /dev/null
+++ b/app-admin/ansible-lint/ansible-lint-24.5.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
+HOMEPAGE="https://github.com/ansible/ansible-lint;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# Upstream has stated explicitly that all tests require Internet access
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.11[${PYTHON_USEDEP}]
+   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ruamel-yaml-0.18.5[${PYTHON_USEDEP}]
+   >=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
+   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
+   dev-vcs/git"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.6[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   )"
+
+# test_call_from_outside_venv doesn't play nicely with the sandbox
+# irrespective of whether Internet access is allowed or not
+EPYTEST_DESELECT=(
+   test/test_main.py::test_call_from_outside_venv
+)
+
+distutils_enable_tests pytest
+
+# Test suite fails to start without this
+python_test() {
+   epytest test
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-05-20 Thread Matthew Thode
commit: 3af5112af87881f77ff4696c6ed9c55e19aa3d23
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May 20 17:57:50 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May 20 18:00:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af5112a

app-admin/ansible-core: stabilize 2.16.6 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.6.ebuild
index 45a1511c7489..7e0388815e05 100644
--- a/app-admin/ansible-core/ansible-core-2.16.6.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.6.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-modules-hashivault/

2024-04-30 Thread Patrick McLean
commit: 6a094131a7c31149d249af4fe8b408bfbce4e69b
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Apr 30 17:37:52 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Apr 30 17:37:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a094131

app-admin/ansible-modules-hashivault: drop 4.6.8, 5.1.0

Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/ansible-modules-hashivault/Manifest  |  2 --
 .../ansible-modules-hashivault-4.6.8.ebuild| 29 --
 .../ansible-modules-hashivault-5.1.0.ebuild| 35 --
 3 files changed, 66 deletions(-)

diff --git a/app-admin/ansible-modules-hashivault/Manifest 
b/app-admin/ansible-modules-hashivault/Manifest
index c5d651fc237f..2dbe0830c118 100644
--- a/app-admin/ansible-modules-hashivault/Manifest
+++ b/app-admin/ansible-modules-hashivault/Manifest
@@ -1,3 +1 @@
-DIST ansible-modules-hashivault-4.6.8.tar.gz 94253 BLAKE2B 
2b6a315cfd051a2e16d889a8784a9185b86b98b3d96ba19f6bdde8b628ce94622c360b60cb59dfcae790fc822f2c41eacd5428356b48324aa2704f0048821c2d
 SHA512 
4b3487e553e6dea5fbefbb383ce22d018ed9f83378d601574badfb2be8dd3f98c54caf975690d3116df6cca970d8e2d3932f0d0ccb1f18f7145aee0beae79f96
-DIST ansible-modules-hashivault-5.1.0.gh.tar.gz 100025 BLAKE2B 
6bedb1269a5f39be777ab24e973a52a708d5871cf99f6e7018caa703bc4e8222fec9a40b6b5b980c67e2574034511fe810cba656278336dce0ca3b52f880bcb6
 SHA512 
cc442a80a4a15e013352202912af6db889afe793aa5baebd8056312eea42c7a819fdae32c9199ec297b9c4aa30719017bff964934d7f94571f368996328619ab
 DIST ansible-modules-hashivault-5.2.1.gh.tar.gz 101636 BLAKE2B 
3395dc86917b8a35b6ff34f9c518969100fde0e0f760760cbf7c126f5f782e22a01bfe60e9dae89cef49839e80d4f5c0ff2731672cdd616c3eac545d6b507072
 SHA512 
374edef8c47a27c6a9cde55e8b9294b05c0f222a2ff21e68551558e197d6a938c17a88fa85f18e25f2123585ed0465507b2759036ac834a55ee68c13f54304b4

diff --git 
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild 
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild
deleted file mode 100644
index 657bfb2bda2b..
--- 
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-4.6.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Ansible module for hashicorp vault"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git;
-else
-   
SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=app-admin/ansible-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/hvac-0.9.5[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-
-# The tests require a private instance of vault
-RESTRICT="test"

diff --git 
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild 
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild
deleted file mode 100644
index 054808151350..
--- 
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="Ansible module for hashicorp vault"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git;
-else
-   
SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=app-admin/ansible-5.0.0[${PYTHON_USEDEP}]
-   >=dev-python/hvac-1.0.0[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-
-# The tests require a private instance of vault
-RESTRICT="test"
-
-python_prepare_all() {
-   sed -i 's:description-file:description_file:' setup.cfg || die
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-modules-hashivault/

2024-04-30 Thread Patrick McLean
commit: dd22216d80551641fd19620410c76195e689887f
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Apr 30 17:36:31 2024 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Apr 30 17:37:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd22216d

app-admin/ansible-modules-hashivault: add 5.2.1

Closes: https://bugs.gentoo.org/929270
Signed-off-by: Patrick McLean  gentoo.org>

 app-admin/ansible-modules-hashivault/Manifest  |  1 +
 .../ansible-modules-hashivault-5.2.1.ebuild| 35 ++
 2 files changed, 36 insertions(+)

diff --git a/app-admin/ansible-modules-hashivault/Manifest 
b/app-admin/ansible-modules-hashivault/Manifest
index dd593c9ebb12..c5d651fc237f 100644
--- a/app-admin/ansible-modules-hashivault/Manifest
+++ b/app-admin/ansible-modules-hashivault/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-modules-hashivault-4.6.8.tar.gz 94253 BLAKE2B 
2b6a315cfd051a2e16d889a8784a9185b86b98b3d96ba19f6bdde8b628ce94622c360b60cb59dfcae790fc822f2c41eacd5428356b48324aa2704f0048821c2d
 SHA512 
4b3487e553e6dea5fbefbb383ce22d018ed9f83378d601574badfb2be8dd3f98c54caf975690d3116df6cca970d8e2d3932f0d0ccb1f18f7145aee0beae79f96
 DIST ansible-modules-hashivault-5.1.0.gh.tar.gz 100025 BLAKE2B 
6bedb1269a5f39be777ab24e973a52a708d5871cf99f6e7018caa703bc4e8222fec9a40b6b5b980c67e2574034511fe810cba656278336dce0ca3b52f880bcb6
 SHA512 
cc442a80a4a15e013352202912af6db889afe793aa5baebd8056312eea42c7a819fdae32c9199ec297b9c4aa30719017bff964934d7f94571f368996328619ab
+DIST ansible-modules-hashivault-5.2.1.gh.tar.gz 101636 BLAKE2B 
3395dc86917b8a35b6ff34f9c518969100fde0e0f760760cbf7c126f5f782e22a01bfe60e9dae89cef49839e80d4f5c0ff2731672cdd616c3eac545d6b507072
 SHA512 
374edef8c47a27c6a9cde55e8b9294b05c0f222a2ff21e68551558e197d6a938c17a88fa85f18e25f2123585ed0465507b2759036ac834a55ee68c13f54304b4

diff --git 
a/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild 
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild
new file mode 100644
index ..729da2c55e80
--- /dev/null
+++ 
b/app-admin/ansible-modules-hashivault/ansible-modules-hashivault-5.2.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Ansible module for hashicorp vault"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://github.com/TerryHowe/ansible-modules-hashivault.git;
+else
+   
SRC_URI="https://github.com/TerryHowe/ansible-modules-hashivault/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=app-admin/ansible-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/hvac-1.2.1[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"
+
+# The tests require a private instance of vault
+RESTRICT="test"
+
+python_prepare_all() {
+   sed -i 's:description-file:description_file:' setup.cfg || die
+   distutils-r1_python_prepare_all
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/files/, app-admin/ansible-molecule/

2024-04-29 Thread Marek Szuba
commit: fe80e59c639df097c20074934fd1416e9e714347
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Apr 30 01:31:22 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Apr 30 01:31:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe80e59c

app-admin/ansible-molecule: drop 5.1.0

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/Manifest|  1 -
 .../ansible-molecule/ansible-molecule-5.1.0.ebuild | 82 --
 ...nsible-molecule-5.1.0-mkdocs_google_fonts.patch | 10 ---
 3 files changed, 93 deletions(-)

diff --git a/app-admin/ansible-molecule/Manifest 
b/app-admin/ansible-molecule/Manifest
index 948c0d4c840d..a9ab839d7c5c 100644
--- a/app-admin/ansible-molecule/Manifest
+++ b/app-admin/ansible-molecule/Manifest
@@ -1,2 +1 @@
 DIST molecule-24.2.1.tar.gz 343228 BLAKE2B 
9605b5a8e21d37597cbf35f0f6f811471909dde5496541b1d7cd130eb2b970125fdc291df6493f8716f38514df17d957094604ae49e64d16f2207a0d3682bd38
 SHA512 
3813163d72cee51987d340c8a1ed0e03d8abe509a601e94c3e32bf673a56edd83d0c2bde1347057fe8a4c2b37e11a068ef689dd669d4395da64bec3921f1403d
-DIST molecule-5.1.0.tar.gz 335161 BLAKE2B 
55c2f3c181bef6ab848cf7b52b19649fd861dbdbd68b92d3de9e0a1330755b9b887affd8f78e92ab33145ed60e7131d3cf1ffb7b4d8f10c1c3cab8dd58288af9
 SHA512 
4d025a512e3a6ac7f424318f06bb23b2c1ef1cc122d31d012430bfccf4efeeb3c7ddf2450abd78378c1c50f54fffb1fa8f366f14eebe58125f177ced8cec3ff5

diff --git a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
deleted file mode 100644
index 66a672771a29..
--- a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-DISTUTILS_USE_PEP517=setuptools
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   >=dev-python/mkdocs-ansible-0.1.4
-   dev-python/mkdocs-autorefs
-   dev-python/mkdocstrings-python
-   media-gfx/cairosvg
-"
-PYPI_PN="molecule"
-
-inherit distutils-r1 docs optfeature pypi
-
-DESCRIPTION="A toolkit designed to aid in the development and testing of 
Ansible roles"
-HOMEPAGE="https://pypi.org/project/molecule/ 
https://github.com/ansible/molecule/;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-IUSE="selinux"
-
-RDEPEND="$(python_gen_cond_dep '
-   >=app-admin/ansible-core-2.12.10[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.2[${PYTHON_USEDEP}]
-   >=dev-python/click-8.0[${PYTHON_USEDEP}]
-   =dev-python/click-help-colors-0.9[${PYTHON_USEDEP}]
-   >=dev-python/enrich-1.2.7[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.11.3[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.9.1[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-9.5.1[${PYTHON_USEDEP}]
-   >=dev-util/cookiecutter-1.7.3[${PYTHON_USEDEP}]
-   selinux? ( sys-libs/libselinux[python,${PYTHON_USEDEP}] )
-')"
-BDEPEND="$(python_gen_cond_dep '
-   =app-admin/ansible-lint-6.12.1[${PYTHON_USEDEP}]
-   app-misc/check-jsonschema[${PYTHON_USEDEP}]
-   >=dev-python/ansi2html-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.9.0[${PYTHON_USEDEP}]
-   =dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-testinfra-7.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-3.1.0[${PYTHON_USEDEP}]
-   )
-')"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.1.0-mkdocs_google_fonts.patch
-)
-
-# test_role.py doesn't play nicely with FEATURES=usersandbox. As for 
test_command.py:
-#  - quite a few of these tests use the network;
-#  - test_command_dependency[shell] only works if Molecule has previously been 
installed;
-#  - tests involving creation of a new scenario fail on ansible-lint errors, 
even though
-#a config file is deployed which should skip expected issues.
-EPYTEST_DESELECT=(
-   src/molecule/test/functional/test_command.py
-   src/molecule/test/unit/command/init/test_role.py
-)
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature_header "Some optional packages commonly used in Molecule 
scenarios:"
-   optfeature "checking playbooks for practices and behaviour that can be 
improved" app-admin/ansible-lint
-}

diff --git 
a/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch
 
b/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch
deleted file mode 100644
index 2b3f6af82dcc..
--- 
a/app-admin/ansible-molecule/files/ansible-molecule-5.1.0-mkdocs_google_fonts.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/mkdocs.yml
-+++ b/mkdocs.yml
-@@ -19,6 +19,7 @@
- - 

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/

2024-04-29 Thread Marek Szuba
commit: 2559ea599c254aeadb33103029764f00731e
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Apr 30 01:31:01 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Apr 30 01:31:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2559ea59

app-admin/ansible-molecule: stabilize 24.2.1 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
index dc56df03c582..ab9a79f80bdc 100644
--- a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
+++ b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://pypi.org/project/molecule/ 
https://github.com/ansible/molecule
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 IUSE="selinux"
 
 # Since around the time of the switch to the yy.m.patchlevel versioning scheme



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-04-26 Thread Matthew Thode
commit: b0da52f49a3aa35ffc384d1ecdcbe651d4edfe83
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr 26 14:00:50 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Apr 26 14:01:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0da52f4

app-admin/ansible-core: stabilize 2.16.5 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.5.ebuild
index a9e25609de36..51f3b5d36db1 100644
--- a/app-admin/ansible-core/ansible-core-2.16.5.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.5.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/

2024-04-22 Thread Marek Szuba
commit: a3fc7cf6fbe7f430dbeec076f5b48ba4b4d60d16
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Apr 22 13:50:29 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Apr 22 13:50:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fc7cf6

app-admin/ansible-molecule: allow building against setuptools-scm-8

Closes: https://bugs.gentoo.org/930340
Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
index 5d55bc9dd5af..dc56df03c582 100644
--- a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
+++ b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
@@ -48,7 +48,7 @@ RDEPEND="$(python_gen_cond_dep '
selinux? ( sys-libs/libselinux[python,${PYTHON_USEDEP}] )
 ')"
 BDEPEND="$(python_gen_cond_dep '
-   =dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
doc? (
dev-python/pillow[truetype,${PYTHON_USEDEP}]
media-fonts/roboto



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-04-20 Thread Matthew Thode
commit: 63dede62a231810ba4c5a4577536f3861f07ff66
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 20 14:13:05 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Apr 20 14:18:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dede62

app-admin/ansible: add 9.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-9.4.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index a88350caf063..28e77d767d29 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -2,3 +2,4 @@ DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.1.0.tar.gz 48839908 BLAKE2B 
caa652b339fb93334bff7246d1bab6bbdd9672a096637aa0695cd94a7f50d0e5ca7a1bfeb559792833c97eb9d16486965776b609354dc05ca63b1474d43e767b
 SHA512 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843
 DIST ansible-9.3.0.tar.gz 38240168 BLAKE2B 
0cd243a21b12163fcb37f014a69f6041f9c48dae84d1aeea342713daf8150246efa14ac94f43890e449896d111f1839ebe2dba7d9c48c2359fb01e4aadfd270b
 SHA512 
71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c
+DIST ansible-9.4.0.tar.gz 38389836 BLAKE2B 
a2e08088565e6f248c1185ee96ac2365fc1385993d3f3fe68f941e8acb0e567c3defeec3ea376a30213921f02881bce0a0ac737323fc3ec82dc77d2d4a550dbd
 SHA512 
4c75235a866f3f95cda8dd3b6c9d22b916ad117d54a86a30585f71c9015cd98db764afa225af5b2f6fa884af558ee488785e26c9e8b9e8be105062f069f065b2

diff --git a/app-admin/ansible/ansible-9.4.0.ebuild 
b/app-admin/ansible/ansible-9.4.0.ebuild
new file mode 100644
index ..51baea072b8f
--- /dev/null
+++ b/app-admin/ansible/ansible-9.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.16.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-04-20 Thread Matthew Thode
commit: 479195ed05b83ea0c39dc67c9847bdbf1edb5382
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Apr 20 14:12:04 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Apr 20 14:18:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479195ed

app-admin/ansible-core: add 2.16.6

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index c721a898bd3f..0e97f0c84c5e 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -3,3 +3,4 @@ DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e06
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd
 DIST ansible-core-2.16.4.tar.gz 3170397 BLAKE2B 
8226641621ce4b2a8cd564f831cd21e36345b2db6680f8d9f3d3388a05ff66df74f4d286300dbb1b73601a0bf4a781d266e62e9fd0c894a79f89d545930c854a
 SHA512 
d05737eec9a6a0e71891821acd4540576b3a993f59d88c12c2da8e7f075bc11c712e0eba850b3f7a2643e3c970f51938267fed6fa7f99f2c4c205b64f9b13259
 DIST ansible-core-2.16.5.tar.gz 3171617 BLAKE2B 
cb620cf9fc9fd509edb62bf75ab19b5ffe80f4d8520be76bbeb030c74953945295e0f4f30102f51d20247d2ce4a18b15e488e47b4346319f5442979593402821
 SHA512 
dbe5d68fbc3a0ef611791d6995297bca5bba6aed1f4871964136ea81810458646bc78c2146739f887de3c2e3017cf4e6d4d09652e41c2ca046c4bc88eca6c5d8
+DIST ansible_core-2.16.6.tar.gz 3176041 BLAKE2B 
37aa15e8d9165eb89db0704f7670f78f3e3a50915e17bb1d56689e65e6cfc0bb15b7e01768d25c5d2a9a00802411a6eefdb9ad70aa38877d7115bc40faafea59
 SHA512 
cd9cc8783e13b073cbfaef889e20c8a7dfb732c91de4bae2b496a64ef47b0325c637b4ab2eadbd0c56cb004e95f5294aa1e1548675a90f06193d62defd553409

diff --git a/app-admin/ansible-core/ansible-core-2.16.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.6.ebuild
new file mode 100644
index ..45a1511c7489
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.16.6.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/files/, app-admin/ansible-molecule/

2024-04-11 Thread Marek Szuba
commit: 16526674b149e79a18a86edc22c429b58dbc0e50
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Apr 11 11:59:00 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Apr 11 12:03:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16526674

app-admin/ansible-molecule: add 24.2.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/Manifest|  1 +
 .../ansible-molecule-24.2.1.ebuild | 87 ++
 ...sible-molecule-24.2.1-mkdocs_google_fonts.patch | 10 +++
 3 files changed, 98 insertions(+)

diff --git a/app-admin/ansible-molecule/Manifest 
b/app-admin/ansible-molecule/Manifest
index b850ee05029c..948c0d4c840d 100644
--- a/app-admin/ansible-molecule/Manifest
+++ b/app-admin/ansible-molecule/Manifest
@@ -1 +1,2 @@
+DIST molecule-24.2.1.tar.gz 343228 BLAKE2B 
9605b5a8e21d37597cbf35f0f6f811471909dde5496541b1d7cd130eb2b970125fdc291df6493f8716f38514df17d957094604ae49e64d16f2207a0d3682bd38
 SHA512 
3813163d72cee51987d340c8a1ed0e03d8abe509a601e94c3e32bf673a56edd83d0c2bde1347057fe8a4c2b37e11a068ef689dd669d4395da64bec3921f1403d
 DIST molecule-5.1.0.tar.gz 335161 BLAKE2B 
55c2f3c181bef6ab848cf7b52b19649fd861dbdbd68b92d3de9e0a1330755b9b887affd8f78e92ab33145ed60e7131d3cf1ffb7b4d8f10c1c3cab8dd58288af9
 SHA512 
4d025a512e3a6ac7f424318f06bb23b2c1ef1cc122d31d012430bfccf4efeeb3c7ddf2450abd78378c1c50f54fffb1fa8f366f14eebe58125f177ced8cec3ff5

diff --git a/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
new file mode 100644
index ..5d55bc9dd5af
--- /dev/null
+++ b/app-admin/ansible-molecule/ansible-molecule-24.2.1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   >=dev-python/mkdocs-ansible-24.3.0
+   dev-python/mkdocs-autorefs
+   dev-python/mkdocstrings-python
+   media-gfx/cairosvg
+"
+PYPI_PN="molecule"
+
+inherit distutils-r1 docs optfeature pypi
+
+DESCRIPTION="A toolkit designed to aid in the development and testing of 
Ansible roles"
+HOMEPAGE="https://pypi.org/project/molecule/ 
https://github.com/ansible/molecule/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+IUSE="selinux"
+
+# Since around the time of the switch to the yy.m.patchlevel versioning scheme
+# the test suite has been completely incompatible with Portage, with several
+# tests which do pass under Tox failing even with disabled sandboxing.
+# Nb. As of 24.2.1 two tests fail even under Tox, for both PyPI and GitHub
+# tarballs.
+RESTRICT="test"
+
+RDEPEND="$(python_gen_cond_dep '
+   >=app-admin/ansible-core-2.12.10[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.8[${PYTHON_USEDEP}]
+   >=dev-python/click-8.0[${PYTHON_USEDEP}]
+   =dev-python/click-help-colors-0.9[${PYTHON_USEDEP}]
+   >=dev-python/enrich-1.2.7[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.11.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.9.1[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-9.5.1[${PYTHON_USEDEP}]
+   selinux? ( sys-libs/libselinux[python,${PYTHON_USEDEP}] )
+')"
+BDEPEND="$(python_gen_cond_dep '
+   =app-admin/ansible-lint-6.12.1[${PYTHON_USEDEP}]
+   app-misc/check-jsonschema[${PYTHON_USEDEP}]
+   >=dev-python/ansi2html-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.9.0[${PYTHON_USEDEP}]
+   =dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.1.0[${PYTHON_USEDEP}]
+   )
+')"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-24.2.1-mkdocs_google_fonts.patch
+)
+
+# test_role.py doesn't play nicely with FEATURES=usersandbox. As for 
test_command.py:
+#  - quite a few of these tests use the network;
+#  - test_command_dependency[shell] only works if Molecule has previously been 
installed;
+#  - tests involving creation of a new scenario fail on ansible-lint errors, 
even though
+#a config file is deployed which should skip expected issues.
+EPYTEST_DESELECT=(
+   src/molecule/test/functional/test_command.py
+   src/molecule/test/unit/command/init/test_role.py
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature_header "Some optional packages commonly used in Molecule 
scenarios:"
+   optfeature "checking playbooks for practices and behaviour that can be 
improved" app-admin/ansible-lint
+}

diff --git 
a/app-admin/ansible-molecule/files/ansible-molecule-24.2.1-mkdocs_google_fonts.patch
 
b/app-admin/ansible-molecule/files/ansible-molecule-24.2.1-mkdocs_google_fonts.patch
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-04-10 Thread Marek Szuba
commit: 6de9b5880629b086e6776a39dba2abb9fb3f0d47
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Apr 10 10:10:02 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Apr 10 10:36:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de9b588

app-admin/ansible-lint: add 24.2.2, drop 24.2.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest | 2 +-
 .../{ansible-lint-24.2.1.ebuild => ansible-lint-24.2.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 66cbc7c9f7cc..2b8fc9c59daf 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,2 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
-DIST ansible-lint-24.2.1.tar.gz 515269 BLAKE2B 
b6467058665bb46813e910a0245e688dd6cb1b9010b2297c23dc1ea28861b9a20310b54ee761346a1136b6d166f96df79bb6d21019b3054033044181403b0c2b
 SHA512 
de8b8ff3409b95cdadf1beaa4eb5fcd15a06142589b4ce53e0c6b12a9e84613337ef6173bfbeabd3d874ddccb114337e766371c7d3ba8bec831563a8fc232311
+DIST ansible-lint-24.2.2.tar.gz 515822 BLAKE2B 
e9d8e689dfe4e4efbd4dad44ff3567f50412400ed979f2d60150f09f17c5f63f2441f25a33ecdf0112024ced07e62ac16b8a2dbc1c01d62855ec785fc75d1b9a
 SHA512 
3de6b14e4b64ba577abcb67920a45dbf45fedb84e21091cd6a29e3c52a7a91555a152ee3e265624aafbf9dddba96d04241c2598a18f2103ce2cae48706142446

diff --git a/app-admin/ansible-lint/ansible-lint-24.2.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.2.2.ebuild
similarity index 100%
rename from app-admin/ansible-lint/ansible-lint-24.2.1.ebuild
rename to app-admin/ansible-lint/ansible-lint-24.2.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-03-29 Thread Marek Szuba
commit: 5ea05a907d6accf942289a75a6b226390e05f88b
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Mar 29 10:44:20 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Mar 29 10:44:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea05a90

app-admin/ansible-lint: add 24.2.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 +
 app-admin/ansible-lint/ansible-lint-24.2.1.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 6a7b426a5e91..6b2d6daeb705 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
+DIST ansible-lint-24.2.1.tar.gz 515269 BLAKE2B 
b6467058665bb46813e910a0245e688dd6cb1b9010b2297c23dc1ea28861b9a20310b54ee761346a1136b6d166f96df79bb6d21019b3054033044181403b0c2b
 SHA512 
de8b8ff3409b95cdadf1beaa4eb5fcd15a06142589b4ce53e0c6b12a9e84613337ef6173bfbeabd3d874ddccb114337e766371c7d3ba8bec831563a8fc232311
 DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-24.2.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.2.1.ebuild
new file mode 100644
index ..e8e336e27738
--- /dev/null
+++ b/app-admin/ansible-lint/ansible-lint-24.2.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
+HOMEPAGE="https://github.com/ansible/ansible-lint;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# Upstream has stated explicitly that all tests require Internet access
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.11[${PYTHON_USEDEP}]
+   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ruamel-yaml-0.18.5[${PYTHON_USEDEP}]
+   >=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
+   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
+   dev-vcs/git"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.6[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   )"
+
+# test_call_from_outside_venv doesn't play nicely with the sandbox
+# irrespective of whether Internet access is allowed or not
+EPYTEST_DESELECT=(
+   test/test_main.py::test_call_from_outside_venv
+)
+
+distutils_enable_tests pytest
+
+# Test suite fails to start without this
+python_test() {
+   epytest test
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-03-29 Thread Marek Szuba
commit: 6b6b3fd54b1274acde4a75ed88e4172b77f5c5a0
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Mar 29 10:52:50 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Mar 29 10:52:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6b3fd5

app-admin/ansible-lint: drop 6.22.2

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 -
 app-admin/ansible-lint/ansible-lint-6.22.2.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 6b2d6daeb705..66cbc7c9f7cc 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,2 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
 DIST ansible-lint-24.2.1.tar.gz 515269 BLAKE2B 
b6467058665bb46813e910a0245e688dd6cb1b9010b2297c23dc1ea28861b9a20310b54ee761346a1136b6d166f96df79bb6d21019b3054033044181403b0c2b
 SHA512 
de8b8ff3409b95cdadf1beaa4eb5fcd15a06142589b4ce53e0c6b12a9e84613337ef6173bfbeabd3d874ddccb114337e766371c7d3ba8bec831563a8fc232311
-DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
deleted file mode 100644
index c509d62a76e4..
--- a/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
-HOMEPAGE="https://github.com/ansible/ansible-lint;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-# Upstream has stated explicitly that all tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.11[${PYTHON_USEDEP}]
-   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.18.5[${PYTHON_USEDEP}]
-   >=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
-   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.6[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   )"
-
-# test_call_from_outside_venv doesn't play nicely with the sandbox
-# irrespective of whether Internet access is allowed or not
-EPYTEST_DESELECT=(
-   test/test_main.py::test_call_from_outside_venv
-)
-
-distutils_enable_tests pytest
-
-# Test suite fails to start without this
-python_test() {
-   epytest test
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-03-29 Thread Marek Szuba
commit: e0354eee91560cf167b178ac7a00340a4a7bdcc8
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Mar 29 10:52:31 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Mar 29 10:52:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0354eee

app-admin/ansible-lint: stabilize 24.2.0 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/ansible-lint-24.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
index e8e336e27738..1995f0728a37 100644
--- a/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-03-26 Thread Matthew Thode
commit: 5086abf54d3695fb95fc1a4a689c580cf57720a8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 19:07:59 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 19:08:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5086abf5

app-admin/ansible-core: add 2.16.5

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 7c9344fb0d26..c721a898bd3f 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -2,3 +2,4 @@ DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796cea
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd
 DIST ansible-core-2.16.4.tar.gz 3170397 BLAKE2B 
8226641621ce4b2a8cd564f831cd21e36345b2db6680f8d9f3d3388a05ff66df74f4d286300dbb1b73601a0bf4a781d266e62e9fd0c894a79f89d545930c854a
 SHA512 
d05737eec9a6a0e71891821acd4540576b3a993f59d88c12c2da8e7f075bc11c712e0eba850b3f7a2643e3c970f51938267fed6fa7f99f2c4c205b64f9b13259
+DIST ansible-core-2.16.5.tar.gz 3171617 BLAKE2B 
cb620cf9fc9fd509edb62bf75ab19b5ffe80f4d8520be76bbeb030c74953945295e0f4f30102f51d20247d2ce4a18b15e488e47b4346319f5442979593402821
 SHA512 
dbe5d68fbc3a0ef611791d6995297bca5bba6aed1f4871964136ea81810458646bc78c2146739f887de3c2e3017cf4e6d4d09652e41c2ca046c4bc88eca6c5d8

diff --git a/app-admin/ansible-core/ansible-core-2.16.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.5.ebuild
new file mode 100644
index ..a9e25609de36
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.16.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-03-11 Thread Sam James
commit: 1d5d4b6b9797f87a06e4fc6ef79313caab942721
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 12 05:09:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 12 05:15:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5d4b6b

app-admin/ansible-core: revbump for PEP517 change

diff is OK:
```
 * CMP: =app-admin/ansible-core-2.16.4 with app-admin/ansible-core-2.16.4/image
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/PKG-INFO
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/SOURCES.txt
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/dependency_links.txt
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/entry_points.txt
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/not-zip-safe
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/requires.txt
 *  
FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/top_level.txt
 *  FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/METADATA
 *  FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/RECORD
 *  FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/WHEEL
 *  
FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/entry_points.txt
 *  
FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/top_level.txt
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/PKG-INFO
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/SOURCES.txt
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/dependency_links.txt
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/entry_points.txt
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/not-zip-safe
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/requires.txt
 *  
FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/top_level.txt
 *  FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/METADATA
 *  FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/RECORD
 *  FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/WHEEL
 *  
FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/entry_points.txt
 *  
FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/top_level.txt
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/PKG-INFO
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/SOURCES.txt
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/dependency_links.txt
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/entry_points.txt
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/not-zip-safe
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/requires.txt
 *  
FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/top_level.txt
 *  FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/METADATA
 *  FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/RECORD
 *  FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/WHEEL
 *  
FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/entry_points.txt
 *  
FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/top_level.txt
 * --> FILES(+15,-21)
```

Fixes: 17301a0d3be5a056502f827ed5e699fe5695d6f8
Bug: https://bugs.gentoo.org/909858
Signed-off-by: Sam James  gentoo.org>

 .../{ansible-core-2.14.13.ebuild => ansible-core-2.14.13-r1.ebuild}   | 0
 .../{ansible-core-2.15.8.ebuild => ansible-core-2.15.8-r1.ebuild} | 0
 .../{ansible-core-2.16.2.ebuild => ansible-core-2.16.2-r1.ebuild} | 0
 .../{ansible-core-2.16.4.ebuild => ansible-core-2.16.4-r1.ebuild} | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.13-r1.ebuild
similarity index 100%
rename from app-admin/ansible-core/ansible-core-2.14.13.ebuild
rename to app-admin/ansible-core/ansible-core-2.14.13-r1.ebuild

diff --git a/app-admin/ansible-core/ansible-core-2.15.8.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild
similarity index 100%
rename from app-admin/ansible-core/ansible-core-2.15.8.ebuild
rename to app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild

diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.2-r1.ebuild
similarity index 100%
rename from app-admin/ansible-core/ansible-core-2.16.2.ebuild
rename to app-admin/ansible-core/ansible-core-2.16.2-r1.ebuild

diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.4-r1.ebuild
similarity index 100%

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-03-07 Thread Matthew Thode
commit: 17301a0d3be5a056502f827ed5e699fe5695d6f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar  8 04:28:12 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Mar  8 04:28:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17301a0d

app-admin/ansible-core: switch to pep517 based eclass path

Closes: https://bugs.gentoo.org/909858

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.13.ebuild | 2 +-
 app-admin/ansible-core/ansible-core-2.15.8.ebuild  | 2 +-
 app-admin/ansible-core/ansible-core-2.16.2.ebuild  | 2 +-
 app-admin/ansible-core/ansible-core-2.16.4.ebuild  | 2 +-
 app-admin/ansible-core/ansible-core-.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
index 756b42643396..113c9aeb164f 100644
--- a/app-admin/ansible-core/ansible-core-2.14.13.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1

diff --git a/app-admin/ansible-core/ansible-core-2.15.8.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
index 3013d29fa0b5..45fc573d4107 100644
--- a/app-admin/ansible-core/ansible-core-2.15.8.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1

diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
index 3013d29fa0b5..45fc573d4107 100644
--- a/app-admin/ansible-core/ansible-core-2.16.2.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1

diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
index 49da7dc95856..51f3b5d36db1 100644
--- a/app-admin/ansible-core/ansible-core-2.16.4.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1

diff --git a/app-admin/ansible-core/ansible-core-.ebuild 
b/app-admin/ansible-core/ansible-core-.ebuild
index 17a70128adeb..a9e25609de36 100644
--- a/app-admin/ansible-core/ansible-core-.ebuild
+++ b/app-admin/ansible-core/ansible-core-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-03-05 Thread Marek Szuba
commit: 0facac8f804b3f4ca5e57ee64adfd4c700f5600f
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Mar  4 13:53:17 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Mar  5 13:27:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0facac8f

app-admin/ansible-lint: enable py3.12

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/ansible-lint-24.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
index 3f90dcc0ab28..e8e336e27738 100644
--- a/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-02-28 Thread Marek Szuba
commit: 1f526d277e5f1e9992995656f0d3b4d616f3f4da
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 20:38:19 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f526d27

app-admin/ansible-lint: drop 6.21.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 -
 app-admin/ansible-lint/ansible-lint-6.21.1.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 182492429ad8..6a7b426a5e91 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,2 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
-DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
 DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
deleted file mode 100644
index 1bfe1dd81b97..
--- a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
-HOMEPAGE="https://github.com/ansible/ansible-lint;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-# Upstream has stated explicitly that all tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
-   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
-   =dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
-   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
-   )"
-
-# test_call_from_outside_venv doesn't play nicely with the sandbox
-# irrespective of whether Internet access is allowed or not
-EPYTEST_DESELECT=(
-   test/test_main.py::test_call_from_outside_venv
-)
-
-distutils_enable_tests pytest
-
-# Test suite fails to start without this
-python_test() {
-   epytest test
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-02-27 Thread Matthew Thode
commit: 53808214cac5242f613628b3bf4d9dd6c4bed7ab
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 28 01:01:09 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Feb 28 01:01:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53808214

app-admin/ansible: add 9.3.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-9.3.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 27add345523b..a88350caf063 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.1.0.tar.gz 48839908 BLAKE2B 
caa652b339fb93334bff7246d1bab6bbdd9672a096637aa0695cd94a7f50d0e5ca7a1bfeb559792833c97eb9d16486965776b609354dc05ca63b1474d43e767b
 SHA512 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843
+DIST ansible-9.3.0.tar.gz 38240168 BLAKE2B 
0cd243a21b12163fcb37f014a69f6041f9c48dae84d1aeea342713daf8150246efa14ac94f43890e449896d111f1839ebe2dba7d9c48c2359fb01e4aadfd270b
 SHA512 
71eff05455aee0a013b69790145a73325ac7037fc509545a7cdca358aa54c1731f7dc6fb0169f602d668e9da9e41a0879ff48ba1243d372e02dae9382ac46c5c

diff --git a/app-admin/ansible/ansible-9.3.0.ebuild 
b/app-admin/ansible/ansible-9.3.0.ebuild
new file mode 100644
index ..51baea072b8f
--- /dev/null
+++ b/app-admin/ansible/ansible-9.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.16.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-27 Thread Matthew Thode
commit: e3d7fa518e34979a53d3248e75bc9bb963a7c001
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 28 00:59:47 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Feb 28 01:01:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d7fa51

app-admin/ansible-core: add 2.16.4

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index ca68fae4b789..7c9344fb0d26 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd
+DIST ansible-core-2.16.4.tar.gz 3170397 BLAKE2B 
8226641621ce4b2a8cd564f831cd21e36345b2db6680f8d9f3d3388a05ff66df74f4d286300dbb1b73601a0bf4a781d266e62e9fd0c894a79f89d545930c854a
 SHA512 
d05737eec9a6a0e71891821acd4540576b3a993f59d88c12c2da8e7f075bc11c712e0eba850b3f7a2643e3c970f51938267fed6fa7f99f2c4c205b64f9b13259

diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
new file mode 100644
index ..3013d29fa0b5
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-27 Thread Matthew Thode
commit: 6a9bfedecdb0ebbcfbbb9da798a2378b6c37d030
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 28 01:00:41 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Feb 28 01:01:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9bfede

app-admin/ansible-core: enable py3.12

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-.ebuild 
b/app-admin/ansible-core/ansible-core-.ebuild
index 31aa6a3c7556..17a70128adeb 100644
--- a/app-admin/ansible-core/ansible-core-.ebuild
+++ b/app-admin/ansible-core/ansible-core-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 PYPI_NO_NORMALIZE=1
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-27 Thread Matthew Thode
commit: 605c179d817465a2c82b28ca746644e21693cc98
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb 28 01:00:19 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Feb 28 01:01:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=605c179d

app-admin/ansible-core: enable py3.12

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
index 3013d29fa0b5..49da7dc95856 100644
--- a/app-admin/ansible-core/ansible-core-2.16.4.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 PYPI_NO_NORMALIZE=1
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-02-18 Thread Sam James
commit: 9017c922f339465a8c9f009fa18782cad9bbef4d
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 19 05:08:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 19 05:08:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9017c922

app-admin/ansible-lint: Stabilize 6.22.2 amd64, #924896

Signed-off-by: Sam James  gentoo.org>

 app-admin/ansible-lint/ansible-lint-6.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
index 3f90dcc0ab28..c509d62a76e4 100644
--- a/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-02-18 Thread Marek Szuba
commit: 1ba80e7fa31ea7128fe45d565b119c5017de6e62
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Feb 18 10:51:50 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Feb 18 10:54:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba80e7f

app-admin/ansible-lint: add 24.2.0

The first release to use the new, date-based versioning scheme.

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 +
 app-admin/ansible-lint/ansible-lint-24.2.0.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index b7d16aa141a8..182492429ad8 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,3 @@
+DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
 DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
 DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
new file mode 100644
index ..3f90dcc0ab28
--- /dev/null
+++ b/app-admin/ansible-lint/ansible-lint-24.2.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
+HOMEPAGE="https://github.com/ansible/ansible-lint;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# Upstream has stated explicitly that all tests require Internet access
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.11[${PYTHON_USEDEP}]
+   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ruamel-yaml-0.18.5[${PYTHON_USEDEP}]
+   >=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
+   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
+   dev-vcs/git"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.6[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   )"
+
+# test_call_from_outside_venv doesn't play nicely with the sandbox
+# irrespective of whether Internet access is allowed or not
+EPYTEST_DESELECT=(
+   test/test_main.py::test_call_from_outside_venv
+)
+
+distutils_enable_tests pytest
+
+# Test suite fails to start without this
+python_test() {
+   epytest test
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-02-04 Thread Matthew Thode
commit: ecb4cc6a70bf5e483d7700e30a15207291f69275
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 16:38:52 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  4 16:38:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb4cc6a

app-admin/ansible: drop 9.0.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-9.0.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index fbb920a4534d..27add345523b 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
-DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503
 DIST ansible-9.1.0.tar.gz 48839908 BLAKE2B 
caa652b339fb93334bff7246d1bab6bbdd9672a096637aa0695cd94a7f50d0e5ca7a1bfeb559792833c97eb9d16486965776b609354dc05ca63b1474d43e767b
 SHA512 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843

diff --git a/app-admin/ansible/ansible-9.0.1.ebuild 
b/app-admin/ansible/ansible-9.0.1.ebuild
deleted file mode 100644
index dfde603bf889..
--- a/app-admin/ansible/ansible-9.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.16.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-04 Thread Matthew Thode
commit: eb3b06ff85d1b33ca07c09073cd17b730095baf2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 16:36:55 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  4 16:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3b06ff

app-admin/ansible-core: drop 2.16.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.16.1.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 27838ca58d71..ca68fae4b789 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,3 @@
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
-DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd

diff --git a/app-admin/ansible-core/ansible-core-2.16.1.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.1.ebuild
deleted file mode 100644
index 3013d29fa0b5..
--- a/app-admin/ansible-core/ansible-core-2.16.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-02-04 Thread Matthew Thode
commit: 76e815929beeac83bf63dffe2c8fc7f4e8cf9e02
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 16:38:09 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  4 16:38:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e81592

app-admin/ansible: drop 8.6.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.6.1.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 5d0201e62643..fbb920a4534d 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503
 DIST ansible-9.1.0.tar.gz 48839908 BLAKE2B 
caa652b339fb93334bff7246d1bab6bbdd9672a096637aa0695cd94a7f50d0e5ca7a1bfeb559792833c97eb9d16486965776b609354dc05ca63b1474d43e767b
 SHA512 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843

diff --git a/app-admin/ansible/ansible-8.6.1.ebuild 
b/app-admin/ansible/ansible-8.6.1.ebuild
deleted file mode 100644
index 5116f9b3eeac..
--- a/app-admin/ansible/ansible-8.6.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-04 Thread Matthew Thode
commit: cbebe0270de994e43d83bb87770f938bb7a966ab
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 16:36:24 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  4 16:36:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbebe027

app-admin/ansible-core: drop 2.15.7

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.7.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 77e82f2c47f9..27838ca58d71 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
-DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd

diff --git a/app-admin/ansible-core/ansible-core-2.15.7.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.7.ebuild
deleted file mode 100644
index 3013d29fa0b5..
--- a/app-admin/ansible-core/ansible-core-2.15.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-02-04 Thread Matthew Thode
commit: b3329669d5800c14221011fcd69dd5d9b37a26eb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 16:35:50 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Feb  4 16:35:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3329669

app-admin/ansible-core: drop 2.14.12

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 -
 app-admin/ansible-core/ansible-core-2.14.12.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 92ef082a0955..77e82f2c47f9 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f

diff --git a/app-admin/ansible-core/ansible-core-2.14.12.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.12.ebuild
deleted file mode 100644
index 756b42643396..
--- a/app-admin/ansible-core/ansible-core-2.14.12.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2024-02-02 Thread Marek Szuba
commit: 38cc9b8cb1d5a0ba6bb2e2da1e6d889ce3680745
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Feb  1 21:30:00 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb  2 15:37:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cc9b8c

app-admin/ansible-lint: add 6.22.2, drop 6.22.1

Bug: https://bugs.gentoo.org/922196
Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest| 2 +-
 .../{ansible-lint-6.22.1.ebuild => ansible-lint-6.22.2.ebuild} | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index c1ed5571c370..b7d16aa141a8 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,2 @@
 DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
-DIST ansible-lint-6.22.1.tar.gz 511545 BLAKE2B 
9e113ac230e34fca8c463658c84f1cccfab3100df6efc257d16345205ecee992b95d13d22d3fdd32947feaab0d44d1b7fd0532bb8f17b27724f1c78eac021654
 SHA512 
24ef68e6757e5efbcde847924cd193d64d623e1c0a7f7fa7f894d03c1f028876e9f1fa2a0b73e7b841f86d311f6305e7605984301ace64bd43e9596897386c44
+DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-6.22.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
similarity index 89%
rename from app-admin/ansible-lint/ansible-lint-6.22.1.ebuild
rename to app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
index 6de509ee4b85..3f90dcc0ab28 100644
--- a/app-admin/ansible-lint/ansible-lint-6.22.1.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.22.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 RDEPEND="
>=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.11[${PYTHON_USEDEP}]
>=dev-python/black-22.8.0[${PYTHON_USEDEP}]
>=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
@@ -40,9 +40,8 @@ BDEPEND="
dev-python/mypy[${PYTHON_USEDEP}]
dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.6[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
)"
 
 # test_call_from_outside_venv doesn't play nicely with the sandbox



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-01-12 Thread Matthew Thode
commit: 3eb49712386a179e6fa40588657c412c9dc1e634
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 00:16:37 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 13 00:16:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb49712

app-admin/ansible: stabilize 9.1.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-9.1.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible/ansible-9.1.0.ebuild 
b/app-admin/ansible/ansible-9.1.0.ebuild
index dfde603bf889..09a9b1e9bd54 100644
--- a/app-admin/ansible/ansible-9.1.0.ebuild
+++ b/app-admin/ansible/ansible-9.1.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+DISTUTILS_USE_PEP517=setuptools
 
 PYTHON_COMPAT=( python3_{10..11} )
 
@@ -12,7 +13,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.16.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-12 Thread Matthew Thode
commit: 5da698cc4ec1097359185c81c6c6bfd308d627b2
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 00:12:03 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 13 00:16:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da698cc

app-admin/ansible-core: stabilize 2.16.2 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
index 31aa6a3c7556..3013d29fa0b5 100644
--- a/app-admin/ansible-core/ansible-core-2.16.2.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-01-12 Thread Matthew Thode
commit: 9a6ca4a16c2496a1fe91e85d7d6cf6667a1514f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 00:13:09 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 13 00:16:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6ca4a1

app-admin/ansible: stabilize 8.7.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible/ansible-8.7.0.ebuild 
b/app-admin/ansible/ansible-8.7.0.ebuild
index 05eb18736a9c..5116f9b3eeac 100644
--- a/app-admin/ansible/ansible-8.7.0.ebuild
+++ b/app-admin/ansible/ansible-8.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-12 Thread Matthew Thode
commit: d3943e41996f6248ac1b9f6585fc788f209916f3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 00:11:35 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 13 00:16:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3943e41

app-admin/ansible-core: stabilize 2.15.8 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.8.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
index 31aa6a3c7556..3013d29fa0b5 100644
--- a/app-admin/ansible-core/ansible-core-2.15.8.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-12 Thread Matthew Thode
commit: 3a84906fc51751082ba0e30dad5d27e7dbdf817a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 13 00:11:05 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 13 00:16:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a84906f

app-admin/ansible-core: stabilize 2.14.13 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
index 66c67a2e2ac7..756b42643396 100644
--- a/app-admin/ansible-core/ansible-core-2.14.13.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-07 Thread Matthew Thode
commit: b8f31843ee7794af8a0eeb0c2309d74bf981ae58
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:46:57 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f31843

app-admin/ansible-core: drop 2.15.6

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.6.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 4129c490675c..c858161cef52 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,5 @@
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
-DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.15.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.15.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-07 Thread Matthew Thode
commit: 745cc16bbd36cbc81c32fb0df73db5bf063e734a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:47:06 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745cc16b

app-admin/ansible-core: drop 2.16.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.16.0.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index c858161cef52..92ef082a0955 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -2,6 +2,5 @@ DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
-DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
 DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
 DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd

diff --git a/app-admin/ansible-core/ansible-core-2.16.0.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.0.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.16.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-01-07 Thread Matthew Thode
commit: 14a5ea83dc1d79ca035dd60c2f4e0aad67075016
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:47:56 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a5ea83

app-admin/ansible: drop 8.6.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.6.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 180fa2aa8f37..5d0201e62643 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503

diff --git a/app-admin/ansible/ansible-8.6.0.ebuild 
b/app-admin/ansible/ansible-8.6.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-07 Thread Matthew Thode
commit: 918b7a083e3c75c496a6d0b921464529a477315d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan  7 18:46:45 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jan  7 18:49:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918b7a08

app-admin/ansible-core: drop 2.14.11

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 -
 app-admin/ansible-core/ansible-core-2.14.11.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index ffa94362dc6e..4129c490675c 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114

diff --git a/app-admin/ansible-core/ansible-core-2.14.11.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.11.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-04 Thread Matthew Thode
commit: 022248304401d3daf5c48a2589f61c7eea31f923
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  4 20:56:05 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  4 20:56:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02224830

app-admin/ansible-core: stabilize 2.15.7 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.7.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.7.ebuild
index 31aa6a3c7556..3013d29fa0b5 100644
--- a/app-admin/ansible-core/ansible-core-2.15.7.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-04 Thread Matthew Thode
commit: 8f4d14970afa3abf2cee760c188ddf4a93fc72f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  4 20:56:35 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  4 20:56:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d1497

app-admin/ansible-core: stabilize 2.14.12 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.12.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.12.ebuild
index 66c67a2e2ac7..756b42643396 100644
--- a/app-admin/ansible-core/ansible-core-2.14.12.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2024-01-04 Thread Matthew Thode
commit: dbb156a635c447442a39a731e46a93b9af655d70
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  4 20:57:01 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  4 20:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb156a6

app-admin/ansible-core: stabilize 2.16.1 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.1.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.1.ebuild
index 31aa6a3c7556..3013d29fa0b5 100644
--- a/app-admin/ansible-core/ansible-core-2.16.1.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2024-01-04 Thread Matthew Thode
commit: 05152438753542b242aab8bc3c59a5bba53542a5
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jan  4 20:58:44 2024 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Jan  4 20:58:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05152438

app-admin/ansible: stabilize 8.6.1 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible/ansible-8.6.1.ebuild 
b/app-admin/ansible/ansible-8.6.1.ebuild
index 05eb18736a9c..5116f9b3eeac 100644
--- a/app-admin/ansible/ansible-8.6.1.ebuild
+++ b/app-admin/ansible/ansible-8.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-12-24 Thread Marek Szuba
commit: 2e6f48003b56ce21ded2d68c114539cbe58f
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 11:21:27 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 11:21:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6f4800

app-admin/ansible-lint: drop 6.18.0

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 -
 app-admin/ansible-lint/ansible-lint-6.18.0.ebuild | 59 ---
 2 files changed, 60 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 1786c86a6dff..c1ed5571c370 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
 DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
 DIST ansible-lint-6.22.1.tar.gz 511545 BLAKE2B 
9e113ac230e34fca8c463658c84f1cccfab3100df6efc257d16345205ecee992b95d13d22d3fdd32947feaab0d44d1b7fd0532bb8f17b27724f1c78eac021654
 SHA512 
24ef68e6757e5efbcde847924cd193d64d623e1c0a7f7fa7f894d03c1f028876e9f1fa2a0b73e7b841f86d311f6305e7605984301ace64bd43e9596897386c44

diff --git a/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild
deleted file mode 100644
index 8b7eb0519508..
--- a/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
-HOMEPAGE="https://github.com/ansible/ansible-lint;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-# Upstream has stated explicitly that all tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.0.5[${PYTHON_USEDEP}]
-   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
-   =dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
-   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
-   )"
-
-# test_call_from_outside_venv doesn't play nicely with the sandbox
-# irrespective of whether Internet access is allowed or not
-EPYTEST_DESELECT=(
-   test/test_main.py::test_call_from_outside_venv
-)
-
-distutils_enable_tests pytest
-
-# Test suite fails to start without this
-python_test() {
-   epytest test
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-12-24 Thread Marek Szuba
commit: 05d1c479766378f0d1f430cfc22caa31ab4b75a2
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 11:19:21 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 11:21:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d1c479

app-admin/ansible-lint: add 6.22.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 +
 app-admin/ansible-lint/ansible-lint-6.22.1.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 38d1c9d79b88..1786c86a6dff 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
 DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
+DIST ansible-lint-6.22.1.tar.gz 511545 BLAKE2B 
9e113ac230e34fca8c463658c84f1cccfab3100df6efc257d16345205ecee992b95d13d22d3fdd32947feaab0d44d1b7fd0532bb8f17b27724f1c78eac021654
 SHA512 
24ef68e6757e5efbcde847924cd193d64d623e1c0a7f7fa7f894d03c1f028876e9f1fa2a0b73e7b841f86d311f6305e7605984301ace64bd43e9596897386c44

diff --git a/app-admin/ansible-lint/ansible-lint-6.22.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.22.1.ebuild
new file mode 100644
index ..6de509ee4b85
--- /dev/null
+++ b/app-admin/ansible-lint/ansible-lint-6.22.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
+HOMEPAGE="https://github.com/ansible/ansible-lint;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# Upstream has stated explicitly that all tests require Internet access
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
+   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ruamel-yaml-0.18.5[${PYTHON_USEDEP}]
+   >=dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
+   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
+   dev-vcs/git"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
+   )"
+
+# test_call_from_outside_venv doesn't play nicely with the sandbox
+# irrespective of whether Internet access is allowed or not
+EPYTEST_DESELECT=(
+   test/test_main.py::test_call_from_outside_venv
+)
+
+distutils_enable_tests pytest
+
+# Test suite fails to start without this
+python_test() {
+   epytest test
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-12-24 Thread Marek Szuba
commit: 05841cf90276a6db771915404f7dee8c85ef4b21
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 11:17:10 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 11:21:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05841cf9

app-admin/ansible-lint: drop 6.20.3

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 -
 app-admin/ansible-lint/ansible-lint-6.20.3.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index d65458d3f9ee..38d1c9d79b88 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,2 @@
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
-DIST ansible-lint-6.20.3.tar.gz 502540 BLAKE2B 
2958c0515d6567922c01b323ca44de80f81dc57715c8a61c64f3c3813139469bade69b15ddbab4fe06781a1d480fa79b7b4d58516925022aec421d7e20b6
 SHA512 
fa5be67960478b0c93c18259239b192dc8ca06426e9dbb66a102eab1b37e5ea60c46cfbbc4304bc458312ce3ae95c52b14a5e6582073d266d6b325d19417a875
 DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e

diff --git a/app-admin/ansible-lint/ansible-lint-6.20.3.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.20.3.ebuild
deleted file mode 100644
index c5b28bcf37c1..
--- a/app-admin/ansible-lint/ansible-lint-6.20.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
-HOMEPAGE="https://github.com/ansible/ansible-lint;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-# Upstream has stated explicitly that all tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
-   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
-   =dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
-   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
-   )"
-
-# test_call_from_outside_venv doesn't play nicely with the sandbox
-# irrespective of whether Internet access is allowed or not
-EPYTEST_DESELECT=(
-   test/test_main.py::test_call_from_outside_venv
-)
-
-distutils_enable_tests pytest
-
-# Test suite fails to start without this
-python_test() {
-   epytest test
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-12-24 Thread Marek Szuba
commit: 63a744165c3536647b193d4f462e430ef6d6c73d
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 11:20:51 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 11:21:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a74416

app-admin/ansible-lint: stabilize 6.21.1 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/ansible-lint-6.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
index b0f95d4ddb85..1bfe1dd81b97 100644
--- a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-12-24 Thread Marek Szuba
commit: 1d7c7fa9d7c86287e6b3e401ad0643cbe290a831
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Dec 24 11:15:21 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Dec 24 11:21:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7c7fa9

app-admin/ansible-lint: keyword 6.21.1 for ~arm64

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/ansible-lint-6.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
index c5b28bcf37c1..b0f95d4ddb85 100644
--- a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-12 Thread Matthew Thode
commit: 17a2448d245f7af9f62f16a72f0794d0f1c1c4c6
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 19:20:17 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 12 19:20:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a2448d

app-admin/ansible: add 8.7.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-8.7.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 2fc09ca40fed..0bf446028bbc 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,5 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
+DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503

diff --git a/app-admin/ansible/ansible-8.7.0.ebuild 
b/app-admin/ansible/ansible-8.7.0.ebuild
new file mode 100644
index ..05eb18736a9c
--- /dev/null
+++ b/app-admin/ansible/ansible-8.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.15.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-12 Thread Matthew Thode
commit: d2ec8dc666389b48dd8fa2a10f44f58492395796
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 19:21:04 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 12 19:21:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ec8dc6

app-admin/ansible: add 9.1.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-9.1.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 0bf446028bbc..180fa2aa8f37 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -3,3 +3,4 @@ DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
 DIST ansible-8.7.0.tar.gz 49317896 BLAKE2B 
d5923753e368e908a569c5f8f261b1afe7c51d5381db190bf7de1e81f0a6359136581852faa2974f174e816944c66e2c0f625d3d62bdde324758309982c90de9
 SHA512 
6a67f8553c3fa56559e4a31ec627cfe2c5f42e147d94bea305ec4580af9ba8add136092b209a5a3d7f9022407e9d557484f044d23cb227973fe4e4341fed7983
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503
+DIST ansible-9.1.0.tar.gz 48839908 BLAKE2B 
caa652b339fb93334bff7246d1bab6bbdd9672a096637aa0695cd94a7f50d0e5ca7a1bfeb559792833c97eb9d16486965776b609354dc05ca63b1474d43e767b
 SHA512 
ec6d86b3d05e66053001720b6b7d7bd1dba8bd50917c913e1f08a63b0c94f76a5d69732c78e793d038622a0b8c652860290a89cee1dfb22491a81763923ef843

diff --git a/app-admin/ansible/ansible-9.1.0.ebuild 
b/app-admin/ansible/ansible-9.1.0.ebuild
new file mode 100644
index ..dfde603bf889
--- /dev/null
+++ b/app-admin/ansible/ansible-9.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.16.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-12 Thread Matthew Thode
commit: 20bbc9843c915ce688bcfc717521aa2f841fc485
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 19:18:18 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 12 19:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bbc984

app-admin/ansible-core: add 2.14.13

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 +
 app-admin/ansible-core/ansible-core-2.14.13.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index a7d9dd050b97..6032ebbaf2b1 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,5 +1,6 @@
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
+DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
new file mode 100644
index ..66c67a2e2ac7
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.14.13.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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"
+
+PATCHES=(
+   "${FILESDIR}/resolvelib.patch"
+)
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-12 Thread Matthew Thode
commit: dc2dd294217b6c5111652512b5a36a69756c8784
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 19:18:57 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 12 19:19:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc2dd294

app-admin/ansible-core: add 2.16.2

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 62eb708dde86..ffa94362dc6e 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -6,3 +6,4 @@ DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c95
 DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
 DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b
+DIST ansible-core-2.16.2.tar.gz 3163899 BLAKE2B 
6365dd573ae4a2f3ebfc870ae3ea399b268615333de2ddf7e21323189dfdd9bf61ae836b536c86d713f4a934468ed36835084e06e4b6d9b32c4b633f55353ad9
 SHA512 
6e2389fc6b34645c0f1566eca960da36616619a5ed5e35b46f3d659979fe519db20d89b4f598344a389f4b6ac33bb660ea91a1a6509002bbf4ac791ea3cb4cbd

diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.16.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-12 Thread Matthew Thode
commit: 44fa6e98e3c0c703f6846bbf0d2942af0f70f9b4
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec 12 19:18:34 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec 12 19:19:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fa6e98

app-admin/ansible-core: add 2.15.8

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 6032ebbaf2b1..62eb708dde86 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -3,5 +3,6 @@ DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34
 DIST ansible-core-2.14.13.tar.gz 3145413 BLAKE2B 
75b11feaaefa9a63c6f83f64c796ceacf7c6b08322ac0b85f6dcf968db7b80cc97262ea6f8f839e5e41e800ad7cae610e96f312c1ae0f58882c8891246a81b8a
 SHA512 
195885815d40448d8497eae9533a4104c4b9f17ab3a812d544a403f41d2e77e7be2c15bae5a6df07563499052beb273580a569d51b667d0a9c5a16e55b35258a
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
+DIST ansible-core-2.15.8.tar.gz 3160606 BLAKE2B 
439a3f584940e5ab46b43b0b47395e0618a3ea52c67ebcd51667f31220cb038dda35506e7843d177d555b77a55a9d2c6245a916741ab1dcdf222c535afb5f83d
 SHA512 
020191ef4b005abbf799204da68270bd4f13a85c7f23cb9dffe85b1c5c093c0ad86e061211ab9fcc8fd0be9367717fb0baadefb1ebecd3579471120fb2e8647f
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
 DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b

diff --git a/app-admin/ansible-core/ansible-core-2.15.8.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-10 Thread Matthew Thode
commit: e17618af46baec03701e73a4c5adca8e45531ebf
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 10 16:23:41 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 10 16:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17618af

app-admin/ansible-core: drop 2.15.5

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.5.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index a60fb98b5248..a7d9dd050b97 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,5 @@
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
-DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.15.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.5.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.15.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-10 Thread Matthew Thode
commit: b9d0a5d3104277b18a0bd05f9f78321253dd93f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 10 16:24:03 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Dec 10 16:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d0a5d3

app-admin/ansible: drop 8.5.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.5.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index ad50b730499e..2fc09ca40fed 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
 DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503

diff --git a/app-admin/ansible/ansible-8.5.0.ebuild 
b/app-admin/ansible/ansible-8.5.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-07 Thread Matthew Thode
commit: 0e36ab68f4094b742f1c0a88933af86f2535bdf4
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec  7 23:59:04 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Dec  7 23:59:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e36ab68

app-admin/ansible: stabilize 8.6.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-8.6.0.ebuild 
b/app-admin/ansible/ansible-8.6.0.ebuild
index 05eb18736a9c..e3d64307f340 100644
--- a/app-admin/ansible/ansible-8.6.0.ebuild
+++ b/app-admin/ansible/ansible-8.6.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-07 Thread Matthew Thode
commit: a2572ddb0205f9e62157dd93c99af36ce0d7f0a3
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec  7 23:58:34 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Dec  7 23:59:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2572ddb

app-admin/ansible-core: stabilize 2.16.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.16.0.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.0.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.16.0.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.16.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-07 Thread Matthew Thode
commit: 96a7c5cde6d29c70dce585d5197b9248a4dac4b0
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Dec  7 23:58:20 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Dec  7 23:59:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a7c5cd

app-admin/ansible-core: stabilize 2.15.6 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.15.6.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-04 Thread Matthew Thode
commit: c05e02f27d3bed45856178b9d6b8129b23b9ee9a
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec  5 02:17:08 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec  5 02:17:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05e02f2

app-admin/ansible: add 9.0.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-9.0.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index b8a0ca40c59b..ad50b730499e 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -2,3 +2,4 @@ DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a
 DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
 DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4
+DIST ansible-9.0.1.tar.gz 41021796 BLAKE2B 
d5127e5be9ec2f835e4d32a4a30889f9c0cd50f63f843472b36bce7220a3c7063fefa9e47cba1ea790f44e2a55fd8c1652df49518f76cfa1cac6ad84d7f076c3
 SHA512 
8ae5f6a3e5039129d3a918a538b6b16644a2b489894cbd8a455cbb71ba73b0b0eeb326b7d72b238698af4f7f19cd4ac3fed8e8d55518f817eeae8651776ae503

diff --git a/app-admin/ansible/ansible-9.0.1.ebuild 
b/app-admin/ansible/ansible-9.0.1.ebuild
new file mode 100644
index ..dfde603bf889
--- /dev/null
+++ b/app-admin/ansible/ansible-9.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.16.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-12-04 Thread Matthew Thode
commit: 005cfce0c4168fa117681e5ba0b918ec5fd13307
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec  5 02:10:47 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec  5 02:10:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005cfce0

app-admin/ansible: add 8.6.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-8.6.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 7f997ccee293..b8a0ca40c59b 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d
+DIST ansible-8.6.1.tar.gz 41550388 BLAKE2B 
bfa1d1a3fd3a32270f0551942594c117c3637e1556e838ff25fc2116e10e40556fcf0c495228c5aa52238466857194898329cf16dfa9e16d5499a86d80018ea0
 SHA512 
92cb3909693b54c47b88987aa92b3ca7caa1765f16a7e4c88abf0e3ff70e9d764de145fffdc56d04c40b4d4d6551775cfd7b99423373feffe6706ef80c84baa4

diff --git a/app-admin/ansible/ansible-8.6.1.ebuild 
b/app-admin/ansible/ansible-8.6.1.ebuild
new file mode 100644
index ..05eb18736a9c
--- /dev/null
+++ b/app-admin/ansible/ansible-8.6.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.15.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-04 Thread Matthew Thode
commit: f2ead8aea21227b5f95afb7de6e92c417a2fb173
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec  5 02:07:38 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec  5 02:07:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ead8ae

app-admin/ansible-core: add 2.15.7

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index a14ef3f871c7..9133646c6055 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,5 @@
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
+DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.15.7.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.7.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-04 Thread Matthew Thode
commit: c1d7276feb9dd048cbb65a1add5f9ca10b0ab810
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec  5 02:09:17 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec  5 02:09:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d7276f

app-admin/ansible-core: add 2.14.12

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 +
 app-admin/ansible-core/ansible-core-2.14.12.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 425a7288ed69..a60fb98b5248 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,5 @@
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
+DIST ansible-core-2.14.12.tar.gz 3144432 BLAKE2B 
7c7e1f73a19e6033b7b230ac6505d34aeb57b75bfe0ece88332b98aa1cd0c6a27eb843829cbe25b5956dd602143171a6eea313cdd97f53b0ddeceefe905955e5
 SHA512 
648835f2b025ca37c1b88a47eb34ce972c15e66563e14573b9ad9e518cf0d96af882784495311724a5d66cb028fc65aa351e56f827d328032a95c9fb0c882bd8
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d

diff --git a/app-admin/ansible-core/ansible-core-2.14.12.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.12.ebuild
new file mode 100644
index ..66c67a2e2ac7
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.14.12.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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"
+
+PATCHES=(
+   "${FILESDIR}/resolvelib.patch"
+)
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-12-04 Thread Matthew Thode
commit: 4e2de06e9982dcff3cfb54b361bcd54abb3b5353
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Dec  5 02:08:07 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Dec  5 02:08:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2de06e

app-admin/ansible-core: add 2.16.1

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 9133646c6055..425a7288ed69 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -3,3 +3,4 @@ DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.15.7.tar.gz 3159286 BLAKE2B 
8efcc68dc01beaf9dfd7b7988dcc8c9581e390813a0b04514c69d674cbf6fef19e8b46950a03b558cd7de0c394d6923ddae85aa8a4f32f60b7abb63f73ad2a3c
 SHA512 
f94416122040c945dc871fa0f897e3bc3d02e43459573bc5e7fa4f1988b1d7b5be306cb48e9ebc59dd111e710c462a5e421312f909f8476d6ae5d3bc6b493c4d
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0
+DIST ansible-core-2.16.1.tar.gz 3162449 BLAKE2B 
b31b0a7506cd753131745b10734a79af5aa41ce2842e15effda88b81deef59978704d3b8d17b4434a657dc984ad8466a0dff807f63db06c190d8e24509f36327
 SHA512 
c01ad95fedc47a8467c9ddf00ac05875d11507ad63da4978c1e6a9d17f3ae200da288851175378147302eb590af9fe6071042695faad3b9aee60161a0df27a6b

diff --git a/app-admin/ansible-core/ansible-core-2.16.1.ebuild 
b/app-admin/ansible-core/ansible-core-2.16.1.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.16.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-11-13 Thread Matthew Thode
commit: 6a7c630632dc85d5ede0e0bcbaad7d6e8feb9bcc
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 13 21:42:44 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Nov 13 21:42:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7c6306

app-admin/ansible: drop 8.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.4.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 1f6c015425e3..7f997ccee293 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc
 DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d

diff --git a/app-admin/ansible/ansible-8.4.0.ebuild 
b/app-admin/ansible/ansible-8.4.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-13 Thread Matthew Thode
commit: e61b12f3a75ce6d750b2be13ffc399f5a54b134c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 13 21:42:24 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Nov 13 21:42:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61b12f3

app-admin/ansible-core: drop 2.14.10, 2.15.4

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  2 -
 app-admin/ansible-core/ansible-core-2.14.10.ebuild | 58 --
 app-admin/ansible-core/ansible-core-2.15.4.ebuild  | 54 
 3 files changed, 114 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 4432212582c1..a14ef3f871c7 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,4 @@
-DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
-DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
 DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.14.10.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.10.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.10.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-10 Thread Matthew Thode
commit: 1b9ea8761199ad11143b27a23508462e28bb
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:30:31 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:31:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9ea876

app-admin/ansible-core: drop 2.14.9

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.14.9.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 021991207793..d38c6c2528a0 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,5 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
-DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0

diff --git a/app-admin/ansible-core/ansible-core-2.14.9.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.9.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.9.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-10 Thread Matthew Thode
commit: 394c80149155060e91a9c3ae8771d6d7a3028c70
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:30:43 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=394c8014

app-admin/ansible-core: drop 2.15.3

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.3.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index d38c6c2528a0..4432212582c1 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,6 +1,5 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
-DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
 DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114

diff --git a/app-admin/ansible-core/ansible-core-2.15.3.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.3.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.15.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-11-10 Thread Matthew Thode
commit: 4ad2ab5bac45aae9207004f38d533a17a7627b60
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:29:36 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad2ab5b

app-admin/ansible: stabilize 8.5.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-8.5.0.ebuild 
b/app-admin/ansible/ansible-8.5.0.ebuild
index 05eb18736a9c..e3d64307f340 100644
--- a/app-admin/ansible/ansible-8.5.0.ebuild
+++ b/app-admin/ansible/ansible-8.5.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-11-10 Thread Matthew Thode
commit: 7ab8f3624d3417ab1099fd286bee8aa8367333d1
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:30:08 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab8f362

app-admin/ansible: drop 8.3.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.3.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index dfd90ed21e10..1f6c015425e3 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.3.0.tar.gz 40126372 BLAKE2B 
cf5b767e2d0c8fcaf86f64f9fdf5d2a303723023e946b28419f494d89406dfb572abc3ce8f0633d2f6b09600feccbd1550aae88d93b6bfd910a0c08fac8677c4
 SHA512 
8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08
 DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc
 DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
 DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d

diff --git a/app-admin/ansible/ansible-8.3.0.ebuild 
b/app-admin/ansible/ansible-8.3.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-10 Thread Matthew Thode
commit: b6ca9d81645ffbf7e9b0228719ec00cda23e6dc9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:28:13 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ca9d81

app-admin/ansible-core: stabilize 2.14.11 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.11.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
index 66c67a2e2ac7..c9e4dbcd003a 100644
--- a/app-admin/ansible-core/ansible-core-2.14.11.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-10 Thread Matthew Thode
commit: 81d9d6064986d71acfb4bc7a4f3b20355ee2c1c3
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 10 19:28:48 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 10 19:30:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d9d606

app-admin/ansible-core: stabilize 2.15.5 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.5.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.15.5.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.5.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-11-07 Thread Matthew Thode
commit: d588542a3f37db3001494f70e6f725c35414a4ff
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  7 23:41:01 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov  7 23:41:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d588542a

app-admin/ansible-core: add 2.15.6, 2.16.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  2 +
 app-admin/ansible-core/ansible-core-2.15.6.ebuild | 54 +++
 app-admin/ansible-core/ansible-core-2.16.0.ebuild | 54 +++
 3 files changed, 110 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index af3cac3ecf3d..021991207793 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -4,3 +4,5 @@ DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe47
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0
+DIST ansible-core-2.15.6.tar.gz 3154982 BLAKE2B 
3c69671639d11e13aab266659fffeea2a213b8ed0e87d343926791428f4ad1c5a5e32e1d841eca2080d78af58c2a68b833cfa900b29403a6e86663fe8671154f
 SHA512 
e1876b59c3393429d42e03bb74252e0f22f3d7cec8f80c74d2f024e1204c2bfa354c4240a283c16c63186cf8e7a705c2f99b08715ea2dcfe290884ce1f8b9114
+DIST ansible-core-2.16.0.tar.gz 3155083 BLAKE2B 
b488548d01bc5a1eb3826533241a35948b029cbc83c8b1d8e78d0f9e2d9c88ee16dbc6858b4e1e3c656fee760ff839d445c2ab6bfa2ae72686933f668113731a
 SHA512 
1a94d958423f8a6b3f74f3c88157c21cced9c5332db2e3f601aa54360a0d9434082f61c2d5c3356beb19cd17b876f27d5c8f6b12e17360334a41ce25cf7fd5c0

diff --git a/app-admin/ansible-core/ansible-core-2.15.6.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-11-07 Thread Matthew Thode
commit: 48bb351df1b44663cabb3863a4c7558f449d9eda
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  7 23:44:18 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Nov  7 23:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bb351d

app-admin/ansible: add 8.5.0, 8.6.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  2 ++
 app-admin/ansible/ansible-8.5.0.ebuild | 28 
 app-admin/ansible/ansible-8.6.0.ebuild | 28 
 3 files changed, 58 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 94981a27c186..dfd90ed21e10 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,3 +1,5 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.3.0.tar.gz 40126372 BLAKE2B 
cf5b767e2d0c8fcaf86f64f9fdf5d2a303723023e946b28419f494d89406dfb572abc3ce8f0633d2f6b09600feccbd1550aae88d93b6bfd910a0c08fac8677c4
 SHA512 
8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08
 DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc
+DIST ansible-8.5.0.tar.gz 40712390 BLAKE2B 
1fc1fe7334f52a8b1e630aa31c0d01a2ac2c117f7e0dc432ad37a8a170b9d8ca9635ebd9a962ee0c04fb9282ddb5526b65268b6167a2caad804953c6952b12ae
 SHA512 
4a61696f6cfe1859a1524bd6da45083b8bdec188d1c9fae382eb218776759d34237f7be9deaaf8734e1d6829a9c9fb75f843d8316df30d255314f10beb9ce6aa
+DIST ansible-8.6.0.tar.gz 41548019 BLAKE2B 
01506ff418045b138fb7b8cb7c12b30e269c1001a66d2ba3c67fd50542f3823f83f1c85d934985bbeec18ec7275bffdecba47b1a3e6cbb0f350422751eccf319
 SHA512 
b316f1d6e8ffd4739f142d9add50f39802d8a57bac026f8ab833fd3d07c2ccd9df1d2ba5bcf68b3486db99e12943e8787203e22b16d1ecd1c4c1655a3573cf5d

diff --git a/app-admin/ansible/ansible-8.5.0.ebuild 
b/app-admin/ansible/ansible-8.5.0.ebuild
new file mode 100644
index ..05eb18736a9c
--- /dev/null
+++ b/app-admin/ansible/ansible-8.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.15.0
+   https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.15.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/

2023-10-23 Thread Marek Szuba
commit: d41c1c087eaf41cb7b33786676fbc114825ab204
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Oct 23 20:59:40 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Oct 23 21:03:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41c1c08

app-admin/ansible-molecule: require https://bugs.gentoo.org/914553
Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
index c25c0f4d579b..03e254f01fe2 100644
--- a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
+++ b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
@@ -42,7 +42,7 @@ RDEPEND="$(python_gen_cond_dep '
selinux? ( sys-libs/libselinux[python,${PYTHON_USEDEP}] )
 ')"
 BDEPEND="$(python_gen_cond_dep '
-   >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-molecule/

2023-10-23 Thread Marek Szuba
commit: 50377fe630ac14c2ff9f7041333ce1a4c1876c19
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Oct 23 21:02:41 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Oct 23 21:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50377fe6

app-admin/ansible-molecule: update GitHub remote

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild | 2 +-
 app-admin/ansible-molecule/metadata.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild 
b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
index 03e254f01fe2..b65753913374 100644
--- a/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
+++ b/app-admin/ansible-molecule/ansible-molecule-5.1.0.ebuild
@@ -18,7 +18,7 @@ PYPI_PN="molecule"
 inherit distutils-r1 docs optfeature pypi
 
 DESCRIPTION="A toolkit designed to aid in the development and testing of 
Ansible roles"
-HOMEPAGE="https://pypi.org/project/molecule/ 
https://github.com/ansible-community/molecule/;
+HOMEPAGE="https://pypi.org/project/molecule/ 
https://github.com/ansible/molecule/;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/app-admin/ansible-molecule/metadata.xml 
b/app-admin/ansible-molecule/metadata.xml
index dff0e96953cf..fb47216c4e5e 100644
--- a/app-admin/ansible-molecule/metadata.xml
+++ b/app-admin/ansible-molecule/metadata.xml
@@ -8,6 +8,6 @@


molecule
-   ansible-community/molecule
+   ansible/molecule

 



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-10-22 Thread Marek Szuba
commit: 49b3e033104e7901c426b744f165c11652105684
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Oct 22 11:01:24 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Oct 22 11:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b3e033

app-admin/ansible-lint: add 6.21.1, drop 6.20.0

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest | 2 +-
 .../{ansible-lint-6.20.0.ebuild => ansible-lint-6.21.1.ebuild}  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index ab4d7a2347ca..d65458d3f9ee 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,3 @@
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
-DIST ansible-lint-6.20.0.tar.gz 498522 BLAKE2B 
e64e9a680bcedf55f2f0018a8bbe71d1587da930fdfce23fcb29fc5d17902e7fa0217e3179eb3e8aaa6c0a17548df0067385a7d0ffdaeb26208018955e0af614
 SHA512 
4e7ed61baabc755d38db89f797808114598d2838419668423baf1080f1ae58cc862310024b631ce4b03bd268fa17051a5d78f3ba4cd3a31d8b5f5f0e4ec5c003
 DIST ansible-lint-6.20.3.tar.gz 502540 BLAKE2B 
2958c0515d6567922c01b323ca44de80f81dc57715c8a61c64f3c3813139469bade69b15ddbab4fe06781a1d480fa79b7b4d58516925022aec421d7e20b6
 SHA512 
fa5be67960478b0c93c18259239b192dc8ca06426e9dbb66a102eab1b37e5ea60c46cfbbc4304bc458312ce3ae95c52b14a5e6582073d266d6b325d19417a875
+DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e

diff --git a/app-admin/ansible-lint/ansible-lint-6.20.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
similarity index 97%
rename from app-admin/ansible-lint/ansible-lint-6.20.0.ebuild
rename to app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
index fb6ef1d1d3ad..c5b28bcf37c1 100644
--- a/app-admin/ansible-lint/ansible-lint-6.20.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
@@ -39,6 +39,7 @@ BDEPEND="
>=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
test? (
dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
>=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-10-15 Thread Marek Szuba
commit: b9ba3e4f03509d24ecad18d96a38764e08e5c030
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Oct 14 20:08:08 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Oct 15 22:29:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ba3e4f

app-admin/ansible-lint: add 6.20.3, drop 6.17.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest  |  2 +-
 ...ansible-lint-6.17.1.ebuild => ansible-lint-6.20.3.ebuild} | 12 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 065aec367f52..ab4d7a2347ca 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,3 @@
-DIST ansible-lint-6.17.1.tar.gz 479782 BLAKE2B 
ae9a234f9552fd64520fa244cf0386370f103586a4764c412867f62e67e7a325b47be55e431451f42fbfaf0a9bb2d53ab8fbc9b87ea55ae2cc1c20439a6f8896
 SHA512 
38cd185fd84dc91b2bf84acc6d975dc5d5e90fd2f08d22651e470329ca1609dc73826f28f8cee391c101146dd91aff32f6e16f02b98c48f0d15b3422ba08db75
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
 DIST ansible-lint-6.20.0.tar.gz 498522 BLAKE2B 
e64e9a680bcedf55f2f0018a8bbe71d1587da930fdfce23fcb29fc5d17902e7fa0217e3179eb3e8aaa6c0a17548df0067385a7d0ffdaeb26208018955e0af614
 SHA512 
4e7ed61baabc755d38db89f797808114598d2838419668423baf1080f1ae58cc862310024b631ce4b03bd268fa17051a5d78f3ba4cd3a31d8b5f5f0e4ec5c003
+DIST ansible-lint-6.20.3.tar.gz 502540 BLAKE2B 
2958c0515d6567922c01b323ca44de80f81dc57715c8a61c64f3c3813139469bade69b15ddbab4fe06781a1d480fa79b7b4d58516925022aec421d7e20b6
 SHA512 
fa5be67960478b0c93c18259239b192dc8ca06426e9dbb66a102eab1b37e5ea60c46cfbbc4304bc458312ce3ae95c52b14a5e6582073d266d6b325d19417a875

diff --git a/app-admin/ansible-lint/ansible-lint-6.17.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.20.3.ebuild
similarity index 80%
rename from app-admin/ansible-lint/ansible-lint-6.17.1.ebuild
rename to app-admin/ansible-lint/ansible-lint-6.20.3.ebuild
index 97b329fc6bb8..c5b28bcf37c1 100644
--- a/app-admin/ansible-lint/ansible-lint-6.17.1.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.20.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="~amd64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"
@@ -22,24 +22,28 @@ RESTRICT="test"
 
 RDEPEND="
>=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.0.5[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
>=dev-python/black-22.8.0[${PYTHON_USEDEP}]
>=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.17.0[${PYTHON_USEDEP}]
+   >=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
+   =dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
>=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
dev-vcs/git"
 BDEPEND="
>=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
>=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
)"
 
 # test_call_from_outside_venv doesn't play nicely with the sandbox



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-10-15 Thread Marek Szuba
commit: e709fdac44d6de7870686d7acd8c325e84bfd2f5
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Oct 14 20:04:36 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Oct 15 22:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e709fdac

app-admin/ansible-lint: stabilize 6.18.0 for amd64

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/ansible-lint-6.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild
index f495fb288686..63c22e82ac92 100644
--- a/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/ansible/ansible-lint;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 # Upstream has stated explicitly that all tests require Internet access
 PROPERTIES="test_network"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-10-13 Thread Matthew Thode
commit: 8637b1bf3242d20abcc87fca3c395891f52e5f8b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 13 19:49:45 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 13 19:49:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8637b1bf

app-admin/ansible-core: drop 2.14.8, 2.15.2

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  2 -
 app-admin/ansible-core/ansible-core-2.14.8.ebuild | 58 ---
 app-admin/ansible-core/ansible-core-2.15.2.ebuild | 54 -
 3 files changed, 114 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 1b779e295945..af3cac3ecf3d 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,8 +1,6 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
-DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c
 DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b
-DIST ansible-core-2.15.2.tar.gz 10814159 BLAKE2B 
0be12f45e2dffc9a57974d64092b53b1f74509263d4a68da0485bc691340ca9c1336714a33dd8099f3a11fda1e9fea98d1d88b4af9611e26b0e7c0823eb86ddc
 SHA512 
75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
 DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0

diff --git a/app-admin/ansible-core/ansible-core-2.14.8.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.8.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ansible/ansible.git;
-   EGIT_BRANCH="devel"
-else
-   inherit pypi
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-10-13 Thread Matthew Thode
commit: eecd93822296758f6d7fe514f6c1c26f5ec53d95
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 13 19:51:05 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 13 19:51:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecd9382

app-admin/ansible: drop 8.2.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.2.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 07144495d676..94981a27c186 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.2.0.tar.gz 39618057 BLAKE2B 
26e737989d7cc118aaab18c51ef3bd7c33173ec95e603b328a82b247be47fa9cb6b6d384cb56da7ead3675f3766ae655a3b7955f8c262519f54147d832a0ac94
 SHA512 
0ed3f43885b026c18939a29ef67f836374cdeaf96c3445fb59ec60164493820ac2e97c041daddd49ba083d0bef8cac4b7a75d5391290fce52bebae02276b0be6
 DIST ansible-8.3.0.tar.gz 40126372 BLAKE2B 
cf5b767e2d0c8fcaf86f64f9fdf5d2a303723023e946b28419f494d89406dfb572abc3ce8f0633d2f6b09600feccbd1550aae88d93b6bfd910a0c08fac8677c4
 SHA512 
8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08
 DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc

diff --git a/app-admin/ansible/ansible-8.2.0.ebuild 
b/app-admin/ansible/ansible-8.2.0.ebuild
deleted file mode 100644
index e3d64307f340..
--- a/app-admin/ansible/ansible-8.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-10-13 Thread Matthew Thode
commit: 74b83c07f6972b477043cde25cac768c5bf944ec
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 13 19:49:16 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 13 19:49:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b83c07

app-admin/ansible-core: stabilize 2.15.4 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.4.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.15.4.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.4.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-10-13 Thread Matthew Thode
commit: 3e6d6a808cf19d26414e088892ad1baa4be06c6e
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 13 19:48:59 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 13 19:48:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6d6a80

app-admin/ansible-core: stabilize 2.14.10 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.10.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.10.ebuild
index 66c67a2e2ac7..c9e4dbcd003a 100644
--- a/app-admin/ansible-core/ansible-core-2.14.10.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.10.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-10-13 Thread Matthew Thode
commit: 4eb6873ad3ba70953315d9aad1ed3f64c9b7dc8b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct 13 19:50:56 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Oct 13 19:50:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb6873a

app-admin/ansible: stabilize 8.4.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-8.4.0.ebuild 
b/app-admin/ansible/ansible-8.4.0.ebuild
index 05eb18736a9c..e3d64307f340 100644
--- a/app-admin/ansible/ansible-8.4.0.ebuild
+++ b/app-admin/ansible/ansible-8.4.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-10-09 Thread Matthew Thode
commit: e5f56435e3c24fc017171a85a4ede014a9c3a621
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 10 01:58:59 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 10 01:58:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f56435

app-admin/ansible-core: add 2.15.5

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 53dc20aa5552..965479fcc321 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -4,3 +4,4 @@ DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe47
 DIST ansible-core-2.15.2.tar.gz 10814159 BLAKE2B 
0be12f45e2dffc9a57974d64092b53b1f74509263d4a68da0485bc691340ca9c1336714a33dd8099f3a11fda1e9fea98d1d88b4af9611e26b0e7c0823eb86ddc
 SHA512 
75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c
+DIST ansible-core-2.15.5.tar.gz 3154868 BLAKE2B 
4de5dfe792f8b33b0c64747142658215a235f0b6269b8e00742adc81f2d87db3e24fd9fc58bf58106591c8981dae356ebeb9a958ba55645eebf1815913a98120
 SHA512 
820c455d4e9703fc0edebdc917325b7dc5a47c29fbaaac701e3b4d975cd17ebcdffefeec178c57b15f11ccdc57cbd649cd070031fd927c1f35819d4955e19cc0

diff --git a/app-admin/ansible-core/ansible-core-2.15.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.5.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-10-09 Thread Matthew Thode
commit: b9f0c36399daa11436378f25947eb82181c53f0f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 10 02:00:05 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 10 02:00:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f0c363

app-admin/ansible-core: add 2.14.11

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 +
 app-admin/ansible-core/ansible-core-2.14.11.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 965479fcc321..1b779e295945 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,4 +1,5 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
+DIST ansible-core-2.14.11.tar.gz 3144040 BLAKE2B 
b9ae1b284219650a764af6b2a341172730cbfe3481b9ff3d1e33549ddd9b687071455a6349124019f0dd8448d5c61ada9e0011375f2ffc74ca4ae44cd1ce285b
 SHA512 
778d7b2646d59ac45994a0d33e59d0f85ca2cbf58605d94185fc86d9bc782d642d155c056213703c95e5b144939e287176096d833b9487971efa5cc22624bd27
 DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c
 DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b
 DIST ansible-core-2.15.2.tar.gz 10814159 BLAKE2B 
0be12f45e2dffc9a57974d64092b53b1f74509263d4a68da0485bc691340ca9c1336714a33dd8099f3a11fda1e9fea98d1d88b4af9611e26b0e7c0823eb86ddc
 SHA512 
75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55

diff --git a/app-admin/ansible-core/ansible-core-2.14.11.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
new file mode 100644
index ..66c67a2e2ac7
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.14.11.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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"
+
+PATCHES=(
+   "${FILESDIR}/resolvelib.patch"
+)
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-09-21 Thread Marek Szuba
commit: 758ee6a7577eec3c7673a8d3c971237937132748
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Sep 21 07:00:23 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Sep 21 07:00:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758ee6a7

app-admin/ansible-lint: add 6.20.0, drop 6.19.0

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest | 2 +-
 .../{ansible-lint-6.19.0.ebuild => ansible-lint-6.20.0.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 08c6f59f4f54..065aec367f52 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,3 @@
 DIST ansible-lint-6.17.1.tar.gz 479782 BLAKE2B 
ae9a234f9552fd64520fa244cf0386370f103586a4764c412867f62e67e7a325b47be55e431451f42fbfaf0a9bb2d53ab8fbc9b87ea55ae2cc1c20439a6f8896
 SHA512 
38cd185fd84dc91b2bf84acc6d975dc5d5e90fd2f08d22651e470329ca1609dc73826f28f8cee391c101146dd91aff32f6e16f02b98c48f0d15b3422ba08db75
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
-DIST ansible-lint-6.19.0.tar.gz 491466 BLAKE2B 
40b177244ddc17deac48625066589c39f8775c542dc83e4d58afc6d1f2fe38ba776ac4e723976522d51970611c859620d74d3247beeff8424c9e4d2fb81d1a57
 SHA512 
f9985d86b083a8c836b3dbff2e4eeece1091d42e0bf478456fc19ec736cf61c9acc1608fbe060c7a2156cbaf582d8550c5cd53abad07c0748593772b49e19500
+DIST ansible-lint-6.20.0.tar.gz 498522 BLAKE2B 
e64e9a680bcedf55f2f0018a8bbe71d1587da930fdfce23fcb29fc5d17902e7fa0217e3179eb3e8aaa6c0a17548df0067385a7d0ffdaeb26208018955e0af614
 SHA512 
4e7ed61baabc755d38db89f797808114598d2838419668423baf1080f1ae58cc862310024b631ce4b03bd268fa17051a5d78f3ba4cd3a31d8b5f5f0e4ec5c003

diff --git a/app-admin/ansible-lint/ansible-lint-6.19.0.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.20.0.ebuild
similarity index 100%
rename from app-admin/ansible-lint/ansible-lint-6.19.0.ebuild
rename to app-admin/ansible-lint/ansible-lint-6.20.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/

2023-09-18 Thread Marek Szuba
commit: b03a29ef8b4b920f335a77bd86b3dd60207562ff
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 18 15:27:16 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Sep 18 15:49:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03a29ef

app-admin/ansible-lint: add 6.19.0, drop 6.17.2

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   | 2 +-
 .../{ansible-lint-6.17.2.ebuild => ansible-lint-6.19.0.ebuild}| 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 067f29b98db5..08c6f59f4f54 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,3 @@
 DIST ansible-lint-6.17.1.tar.gz 479782 BLAKE2B 
ae9a234f9552fd64520fa244cf0386370f103586a4764c412867f62e67e7a325b47be55e431451f42fbfaf0a9bb2d53ab8fbc9b87ea55ae2cc1c20439a6f8896
 SHA512 
38cd185fd84dc91b2bf84acc6d975dc5d5e90fd2f08d22651e470329ca1609dc73826f28f8cee391c101146dd91aff32f6e16f02b98c48f0d15b3422ba08db75
-DIST ansible-lint-6.17.2.tar.gz 480923 BLAKE2B 
709c0855529d82058508ff1cba37dcfe04dafdbf5b56fa48085a692ddab3a29544867ebcf02a4bc4bd612786d3a7c145f974a2080d7c4be0a075cc8a0e55f30a
 SHA512 
109df229281b3a20b88af125cf1833dc7cb9eb1000470b085e2ca401d87cbac6a64daddb76216fe0f70fc2088f2a5ea6042ab281c7b3d405e59ec2686e1b7e3b
 DIST ansible-lint-6.18.0.tar.gz 485342 BLAKE2B 
8ec5a7aac4912518069adbb1b1f2a012658abd140e2d2f02808dbfdd0a8397d56bf40b66640ba299f488d1e9eababfa3105cc9c9e8e19c00eefa2a5d58c2669d
 SHA512 
10dcb2cb92c2cf689a20dc9e12b27d2a3ee45c04f3a11470e19b62ee296e2d7fd42e49ff356929f4cea2f74f4269ae7c4d8c18b0c349bf59795898a4ed491c69
+DIST ansible-lint-6.19.0.tar.gz 491466 BLAKE2B 
40b177244ddc17deac48625066589c39f8775c542dc83e4d58afc6d1f2fe38ba776ac4e723976522d51970611c859620d74d3247beeff8424c9e4d2fb81d1a57
 SHA512 
f9985d86b083a8c836b3dbff2e4eeece1091d42e0bf478456fc19ec736cf61c9acc1608fbe060c7a2156cbaf582d8550c5cd53abad07c0748593772b49e19500

diff --git a/app-admin/ansible-lint/ansible-lint-6.17.2.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.19.0.ebuild
similarity index 91%
rename from app-admin/ansible-lint/ansible-lint-6.17.2.ebuild
rename to app-admin/ansible-lint/ansible-lint-6.19.0.ebuild
index c69f26213309..fb6ef1d1d3ad 100644
--- a/app-admin/ansible-lint/ansible-lint-6.17.2.ebuild
+++ b/app-admin/ansible-lint/ansible-lint-6.19.0.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 
 RDEPEND="
>=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.0.5[${PYTHON_USEDEP}]
+   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
>=dev-python/black-22.8.0[${PYTHON_USEDEP}]
>=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
@@ -38,9 +38,11 @@ RDEPEND="
 BDEPEND="
>=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
>=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
>=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
)"
 
 # test_call_from_outside_venv doesn't play nicely with the sandbox



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-09-15 Thread Matthew Thode
commit: c761db1830e4adf7152ceacd938145148acc0097
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:53:11 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:54:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c761db18

app-admin/ansible: stabilize 8.3.0 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/ansible-8.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible/ansible-8.3.0.ebuild 
b/app-admin/ansible/ansible-8.3.0.ebuild
index 05eb18736a9c..e3d64307f340 100644
--- a/app-admin/ansible/ansible-8.3.0.ebuild
+++ b/app-admin/ansible/ansible-8.3.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.ansible.com/;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-core-2.15.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-15 Thread Matthew Thode
commit: 6b35d5a5b3be87752ca68841f743ed6ac4a06ff7
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:51:31 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:53:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b35d5a5

app-admin/ansible-core: drop 2.14.7

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.14.7.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 59bbff55cde0..e5a1f299339b 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
-DIST ansible-core-2.14.7.tar.gz 11455164 BLAKE2B 
e636d14c33ba5bb744c977ced8551962fd41ab3fc5764907597428b4b4b99102dc2ab8794a09209bd2fa9ddae8815292d99e73ced802fdf32dec792cd01b5db6
 SHA512 
eb0223a40a2ec6b65a34e54dac77b5aa7b8efca8330c37dafa256bffbcc38862713f939edf85367cdbf14cddda36e96eef6931bf8b98de44f5739924cde8a15c
 DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c
 DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b
 DIST ansible-core-2.15.1.tar.gz 10811279 BLAKE2B 
c369304014eb597a0acb14e4743ee1a1f74cf6d29052657d2357c80d9eb97a0e66a896b0a6b3653729a62336baa884868ff9ee7674632f460baa1bf6fc1d22ee
 SHA512 
a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e

diff --git a/app-admin/ansible-core/ansible-core-2.14.7.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.7.ebuild
deleted file mode 100644
index 66c67a2e2ac7..
--- a/app-admin/ansible-core/ansible-core-2.14.7.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-15 Thread Matthew Thode
commit: 9ed58fb11417e88e3faba70fc126e538ac391025
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:51:50 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:53:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed58fb1

app-admin/ansible-core: drop 2.15.1

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.15.1.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index e5a1f299339b..53dc20aa5552 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,7 +1,6 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c
 DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b
-DIST ansible-core-2.15.1.tar.gz 10811279 BLAKE2B 
c369304014eb597a0acb14e4743ee1a1f74cf6d29052657d2357c80d9eb97a0e66a896b0a6b3653729a62336baa884868ff9ee7674632f460baa1bf6fc1d22ee
 SHA512 
a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e
 DIST ansible-core-2.15.2.tar.gz 10814159 BLAKE2B 
0be12f45e2dffc9a57974d64092b53b1f74509263d4a68da0485bc691340ca9c1336714a33dd8099f3a11fda1e9fea98d1d88b4af9611e26b0e7c0823eb86ddc
 SHA512 
75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
 DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c

diff --git a/app-admin/ansible-core/ansible-core-2.15.1.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.1.ebuild
deleted file mode 100644
index 1e33996c378b..
--- a/app-admin/ansible-core/ansible-core-2.15.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-15 Thread Matthew Thode
commit: aa42408b1bd60537176a90a839589af69d481c69
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:50:55 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:53:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa42408b

app-admin/ansible-core: stabilize 2.15.3 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.15.3.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.3.ebuild
index 31aa6a3c7556..1e33996c378b 100644
--- a/app-admin/ansible-core/ansible-core-2.15.3.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.15.3.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-09-15 Thread Matthew Thode
commit: 27b41f4283044ad75742e07bf919600a76ea06d6
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:53:38 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:54:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b41f42

app-admin/ansible: drop 8.0.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-8.0.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 3bbcbd977907..07144495d676 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
-DIST ansible-8.0.0.tar.gz 36842561 BLAKE2B 
999760b334918d807f0d5de64c86b686fef24d4d94cc959902d4d4ed3ea321358b574fb9a2358e182c71d6237c686eead4cf37cc65755685714589e7df2b
 SHA512 
637304599ec2074b473902d767a9e42d4df17c8485e5d64b6a1ea8a3b8ad347f021aeb88ca5cdbd2eefc30f2d8d2870e8934fa2c4d9c192c03a1482b31cc1fc5
 DIST ansible-8.2.0.tar.gz 39618057 BLAKE2B 
26e737989d7cc118aaab18c51ef3bd7c33173ec95e603b328a82b247be47fa9cb6b6d384cb56da7ead3675f3766ae655a3b7955f8c262519f54147d832a0ac94
 SHA512 
0ed3f43885b026c18939a29ef67f836374cdeaf96c3445fb59ec60164493820ac2e97c041daddd49ba083d0bef8cac4b7a75d5391290fce52bebae02276b0be6
 DIST ansible-8.3.0.tar.gz 40126372 BLAKE2B 
cf5b767e2d0c8fcaf86f64f9fdf5d2a303723023e946b28419f494d89406dfb572abc3ce8f0633d2f6b09600feccbd1550aae88d93b6bfd910a0c08fac8677c4
 SHA512 
8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08
 DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc

diff --git a/app-admin/ansible/ansible-8.0.0.ebuild 
b/app-admin/ansible/ansible-8.0.0.ebuild
deleted file mode 100644
index 05eb18736a9c..
--- a/app-admin/ansible/ansible-8.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.15.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-09-15 Thread Matthew Thode
commit: 975f3fb522ec29b7dd3f3cbc15c6dfa30adb8b42
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:53:27 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:54:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975f3fb5

app-admin/ansible: drop 7.6.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 -
 app-admin/ansible/ansible-7.6.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index cb65ddf1445f..3bbcbd977907 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-7.6.0.tar.gz 38452799 BLAKE2B 
88b652b1b0bcbedb982606c7d7734fd11567cd492f4e0d617d7412e1bac8978fcef1f4201bb0338098204640e2b004d8921427c1d642bfbb15a7f95b134cb85e
 SHA512 
4f8960356e0ff855d54b435ed691d1d4f7d38c1231269e35b3dbbee536a9d8d1aef2806d7ce38e863fe216e9fddb2f86ce55ba997a3bd1d8bb7f43c5c519ff72
 DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a38262b7d60edd2a88284275fecdd3acf0e566a5cc81a1fb6a179a0b7c51215f2945d669be4c6af7aa2a4f31ade0
 SHA512 
7da6845c9a68f2b8c10cf3e4cc6ea347861d5b59daa6ac895731ac79b733c6724d234345054fe9e3bf4ea460345b9026492fda42dce22bfbc027c9b4de093fd9
 DIST ansible-8.0.0.tar.gz 36842561 BLAKE2B 
999760b334918d807f0d5de64c86b686fef24d4d94cc959902d4d4ed3ea321358b574fb9a2358e182c71d6237c686eead4cf37cc65755685714589e7df2b
 SHA512 
637304599ec2074b473902d767a9e42d4df17c8485e5d64b6a1ea8a3b8ad347f021aeb88ca5cdbd2eefc30f2d8d2870e8934fa2c4d9c192c03a1482b31cc1fc5
 DIST ansible-8.2.0.tar.gz 39618057 BLAKE2B 
26e737989d7cc118aaab18c51ef3bd7c33173ec95e603b328a82b247be47fa9cb6b6d384cb56da7ead3675f3766ae655a3b7955f8c262519f54147d832a0ac94
 SHA512 
0ed3f43885b026c18939a29ef67f836374cdeaf96c3445fb59ec60164493820ac2e97c041daddd49ba083d0bef8cac4b7a75d5391290fce52bebae02276b0be6

diff --git a/app-admin/ansible/ansible-7.6.0.ebuild 
b/app-admin/ansible/ansible-7.6.0.ebuild
deleted file mode 100644
index 0cefb7045e40..
--- a/app-admin/ansible/ansible-7.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
-RESTRICT="test"
-
-RDEPEND=">=app-admin/ansible-core-2.14.0
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-15 Thread Matthew Thode
commit: 2444a082307b376040878f2cca1a0a39351ac08b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:51:19 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:53:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2444a082

app-admin/ansible-core: drop 2.14.5

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest   |  1 -
 app-admin/ansible-core/ansible-core-2.14.5.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index e7a513db425a..59bbff55cde0 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
-DIST ansible-core-2.14.5.tar.gz 11620295 BLAKE2B 
d006f773e1c2b28582143a4f08f699e5744fba492130388fa5463053cdf8f0cc7056296daa213c72884ea0c0ba454a3e04ef118c184faba8c8d3c281ae65345a
 SHA512 
130a0de925c7229dee350ddbf4382d87802d86aab4817ed595105db8ed5071153847dac0478f20a994670e59e53a07b77d0bf35855d309ebc222fbb61233b7db
 DIST ansible-core-2.14.7.tar.gz 11455164 BLAKE2B 
e636d14c33ba5bb744c977ced8551962fd41ab3fc5764907597428b4b4b99102dc2ab8794a09209bd2fa9ddae8815292d99e73ced802fdf32dec792cd01b5db6
 SHA512 
eb0223a40a2ec6b65a34e54dac77b5aa7b8efca8330c37dafa256bffbcc38862713f939edf85367cdbf14cddda36e96eef6931bf8b98de44f5739924cde8a15c
 DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c
 DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe470d8ce6af1357946b09ff4676531f7fb2f8cd0efd648a1e9893db1f8f0336cd1c70555f4e68efb87565933eaf8c77dc15
 SHA512 
ce5aaaf264472a60bf890f5b3c2d6494cb649371f2c78723cccd8bf7e0ec352ff939234a177e7e12d8ec637e7d62c37247feb1ef7e2395293d3bee7fd331649b

diff --git a/app-admin/ansible-core/ansible-core-2.14.5.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.5.ebuild
deleted file mode 100644
index c9e4dbcd003a..
--- a/app-admin/ansible-core/ansible-core-2.14.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/;
-
-if [[ ${PV} ==  ]]; 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"
-
-PATCHES=(
-   "${FILESDIR}/resolvelib.patch"
-)
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${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}]
-   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-15 Thread Matthew Thode
commit: db719af2dd6ed98255b29c52c0a95ec1211ad734
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 15 21:50:33 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Sep 15 21:53:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db719af2

app-admin/ansible-core: stabilize 2.14.9 for amd64, arm64, x86

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/ansible-core-2.14.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-core/ansible-core-2.14.9.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.9.ebuild
index 66c67a2e2ac7..c9e4dbcd003a 100644
--- a/app-admin/ansible-core/ansible-core-2.14.9.ebuild
+++ b/app-admin/ansible-core/ansible-core-2.14.9.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} ==  ]]; then
EGIT_BRANCH="devel"
 else
inherit pypi
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
 fi
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-12 Thread Matthew Thode
commit: 399c8933076ea92cf0b2eb1a1f223b1e50a8c2f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 13 02:11:12 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 13 02:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399c8933

app-admin/ansible-core: add 2.15.4

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index 2f067ecfe9f2..e7a513db425a 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -6,3 +6,4 @@ DIST ansible-core-2.14.9.tar.gz 3137084 BLAKE2B 
b1bfd5e65a9a1de18a8e3c7bd9c5fe47
 DIST ansible-core-2.15.1.tar.gz 10811279 BLAKE2B 
c369304014eb597a0acb14e4743ee1a1f74cf6d29052657d2357c80d9eb97a0e66a896b0a6b3653729a62336baa884868ff9ee7674632f460baa1bf6fc1d22ee
 SHA512 
a0febdf13fbc70b8a4a5b670c8812fd8cbee7c02118f0087d453194d74f3b0c56b3659d9d763787c0d0e65bf82399f4ff00d355ec0243771986444f9880ee09e
 DIST ansible-core-2.15.2.tar.gz 10814159 BLAKE2B 
0be12f45e2dffc9a57974d64092b53b1f74509263d4a68da0485bc691340ca9c1336714a33dd8099f3a11fda1e9fea98d1d88b4af9611e26b0e7c0823eb86ddc
 SHA512 
75cfc9a5f104d15a83ea464e34b9b2d351fcddc23b7bc4e86a1975d2aef22a336c865a4bd25cee58ba64b67eebfc2553ca55ea581ffcfc4e5261af46fbdf7e55
 DIST ansible-core-2.15.3.tar.gz 3144403 BLAKE2B 
86b6528fe99a283c992134608857d0a244ba5b58753a4d623c7097b4db5bb38bea82391905ea9c2de9ca9ee62efc30480e0bd2989b95bc9e531cca87b9eb72e4
 SHA512 
ba91faef7ace83adf8c6f98ee8eb0186c1fef03657e595857f2255b697e91bfa2df716e9b733d23567f78228281a57940c9a0243d94b54bc7a1d2c0845f19d26
+DIST ansible-core-2.15.4.tar.gz 3148213 BLAKE2B 
f800278960982952bcda5054e48ce36d3170aa565d112633b2dde1ff0dde233876e284f55c2d89b1a19d28a48e6a05d1f12a1c0eaf4e85a525999c7fab9510cf
 SHA512 
2db03dca53ff7ce99068afba97150f00e4b1c3a7b80e34b90f515baa3b745342d8e483849265e7fcf3dfee31de7a24352a1320c64ce719d31f43be96030b663c

diff --git a/app-admin/ansible-core/ansible-core-2.15.4.ebuild 
b/app-admin/ansible-core/ansible-core-2.15.4.ebuild
new file mode 100644
index ..31aa6a3c7556
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.15.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/

2023-09-12 Thread Matthew Thode
commit: b942ea74800be4bed7b9ecc048b3d46fa9e7ca0e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 13 02:12:03 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 13 02:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b942ea74

app-admin/ansible: add 8.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible/Manifest |  1 +
 app-admin/ansible/ansible-8.4.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index ed2ea525621d..cb65ddf1445f 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -3,3 +3,4 @@ DIST ansible-7.7.0.tar.gz 40709642 BLAKE2B 
ee2f8d124f79ca3a3f131bfbc4f93e10d104a
 DIST ansible-8.0.0.tar.gz 36842561 BLAKE2B 
999760b334918d807f0d5de64c86b686fef24d4d94cc959902d4d4ed3ea321358b574fb9a2358e182c71d6237c686eead4cf37cc65755685714589e7df2b
 SHA512 
637304599ec2074b473902d767a9e42d4df17c8485e5d64b6a1ea8a3b8ad347f021aeb88ca5cdbd2eefc30f2d8d2870e8934fa2c4d9c192c03a1482b31cc1fc5
 DIST ansible-8.2.0.tar.gz 39618057 BLAKE2B 
26e737989d7cc118aaab18c51ef3bd7c33173ec95e603b328a82b247be47fa9cb6b6d384cb56da7ead3675f3766ae655a3b7955f8c262519f54147d832a0ac94
 SHA512 
0ed3f43885b026c18939a29ef67f836374cdeaf96c3445fb59ec60164493820ac2e97c041daddd49ba083d0bef8cac4b7a75d5391290fce52bebae02276b0be6
 DIST ansible-8.3.0.tar.gz 40126372 BLAKE2B 
cf5b767e2d0c8fcaf86f64f9fdf5d2a303723023e946b28419f494d89406dfb572abc3ce8f0633d2f6b09600feccbd1550aae88d93b6bfd910a0c08fac8677c4
 SHA512 
8c051a33d4d95a002518556be84d7f50d825c8d80e291f812593171fc00dd6ad778dcb7261af06895add1978aadeb1ed920cbca08353dcb9b5075d393f08
+DIST ansible-8.4.0.tar.gz 40641778 BLAKE2B 
a99e7956a058a38ce6885019edfb91830fcfbbb161cc84b68edc876f13f0916b7a8eb4105ff6d0e61f11a5c483d0898d1a100028548609811c9d11ebeaf79c27
 SHA512 
f364685d734df04c51d48b81ae2e587bd02438817d7b7055cec2199a585564cdfad45f40dbfd8051d5b0855f303b8504463e3d1506ed9238e24f871f424587bc

diff --git a/app-admin/ansible/ansible-8.4.0.ebuild 
b/app-admin/ansible/ansible-8.4.0.ebuild
new file mode 100644
index ..05eb18736a9c
--- /dev/null
+++ b/app-admin/ansible/ansible-8.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+RESTRICT="test"
+
+RDEPEND=">=app-admin/ansible-core-2.15.0
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-core/

2023-09-12 Thread Matthew Thode
commit: 14b74d0a3c9c92ef90befb45649958b869448bb0
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 13 02:10:42 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 13 02:12:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b74d0a

app-admin/ansible-core: add 2.14.10

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/ansible-core/Manifest|  1 +
 app-admin/ansible-core/ansible-core-2.14.10.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/ansible-core/Manifest b/app-admin/ansible-core/Manifest
index f327b4972132..2f067ecfe9f2 100644
--- a/app-admin/ansible-core/Manifest
+++ b/app-admin/ansible-core/Manifest
@@ -1,3 +1,4 @@
+DIST ansible-core-2.14.10.tar.gz 3141532 BLAKE2B 
e96e2dd82aacb7752afb51704f3316deb3006f6da328e67a4c0789681b351d70e0a1f84325df89342c4cf8fccb07c5a28967506fcbb167319a6b65944eaa0008
 SHA512 
f455d35a348dcd770bcb65fac12727e8f76c373b9ef7bcf1f9802a50f7fd8e5ed67ba696d9f481458715efe9b7164d57b480be84e8463c20d155b67fe477b4be
 DIST ansible-core-2.14.5.tar.gz 11620295 BLAKE2B 
d006f773e1c2b28582143a4f08f699e5744fba492130388fa5463053cdf8f0cc7056296daa213c72884ea0c0ba454a3e04ef118c184faba8c8d3c281ae65345a
 SHA512 
130a0de925c7229dee350ddbf4382d87802d86aab4817ed595105db8ed5071153847dac0478f20a994670e59e53a07b77d0bf35855d309ebc222fbb61233b7db
 DIST ansible-core-2.14.7.tar.gz 11455164 BLAKE2B 
e636d14c33ba5bb744c977ced8551962fd41ab3fc5764907597428b4b4b99102dc2ab8794a09209bd2fa9ddae8815292d99e73ced802fdf32dec792cd01b5db6
 SHA512 
eb0223a40a2ec6b65a34e54dac77b5aa7b8efca8330c37dafa256bffbcc38862713f939edf85367cdbf14cddda36e96eef6931bf8b98de44f5739924cde8a15c
 DIST ansible-core-2.14.8.tar.gz 11456832 BLAKE2B 
28f7f8e5ac7dd3fa82237fe341222867a2c57146de53cd1ef2017b1bb548d8b94801087a5d21df1ab6105cc1e20bf8ca0667722294586d3328fa7ca4b74477f5
 SHA512 
601c9f58db7382944bf3c597fe93c630d8aec0e77bccab992c2bfc612824185d49e0af01b1bca43ced78918d843cd9b53cb2ebd2a6e26c07747bd13ba276be2c

diff --git a/app-admin/ansible-core/ansible-core-2.14.10.ebuild 
b/app-admin/ansible-core/ansible-core-2.14.10.ebuild
new file mode 100644
index ..66c67a2e2ac7
--- /dev/null
+++ b/app-admin/ansible-core/ansible-core-2.14.10.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://www.ansible.com/;
+
+if [[ ${PV} ==  ]]; 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"
+
+PATCHES=(
+   "${FILESDIR}/resolvelib.patch"
+)
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${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}]
+   

  1   2   3   4   5   6   7   >