repo/gentoo:master commit in: dev-python/ansible-compat/

Michał Górny <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1786588324.40a0f4b46c0ade0ada69b8e0415658bcf8b12fcb.mgorny@gentoo>
commit:     40a0f4b46c0ade0ada69b8e0415658bcf8b12fcb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 02:13:59 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 02:32:04 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a0f4b4

dev-python/ansible-compat: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ansible-compat/Manifest                 |  2 -
 .../ansible-compat/ansible-compat-26.3.0.ebuild    | 67 ----------------------
 2 files changed, 69 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest b/dev-python/ansible-compat/Manifest
index 61742ed830e3..97c2fadf8ed3 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,4 +1,2 @@
-DIST ansible_compat-26.3.0.tar.gz 216754 BLAKE2B d5dde4ec191b8a9a824b877226927991c94fdd86db33e0b30fb33118566199611323268bc87b0fc436fddffb443270c2277628e3e275addca575a4e3558bb6a0 SHA512 f1dd3703d1eb7dffa5a052ab30099df416278bd13c2c5e41a6628b9bf375de4aaa2e973bae1472a4da721c67301b6b49586ff5939f506103a8bfaae86d234f09
-DIST ansible_compat-26.3.0.tar.gz.provenance 9416 BLAKE2B c62f8c279d67a3e8ff2db8b79b8520b07af7d33dba120dc95da2f8e777c74d35597d7e3dbd7cd9e057a558fc76dc0887bdab7790ee5424dde63da5aad77b4f73 SHA512 563a524f3d9014aea9bd6edc0456342417e19241746b5bb194d1d6dd6d6bec557935d10a75a10b0314ccc4623fdc2eb28f54578d0740204d88af50dbb4ebe57f
 DIST ansible_compat-26.6.0.tar.gz 233940 BLAKE2B f3fe1f5652afd74c742fbdab02a39a16fea8322bd4cf633bd1e4d3007ecd95ac280675e8c1f3cca6e2cc7b2fc546bf517102ea742a7e8893b7af2dea3d5d9fdc SHA512 f6c7b17a5832ca6f91fcd0e97d48324f3e7af7f2a50ac5d888824ae5d75ca5e20aa2aac4bb63347e284c3ec1cb2508401db31a3bb097a52322a0f259c830e4d0
 DIST ansible_compat-26.6.0.tar.gz.provenance 9711 BLAKE2B 4a8753db64c293d3e2f61f7f947caaa765f7069edb133669293492d407fde977d6f50bb1e6e95b63b029e22d08724e57d280bebe8634279045a7381cc4cc1750 SHA512 8c874671e04f51015d567cd967105b62af629d0d7685b0f0049f5eb7d6fc18a1412df4898f638ad8ede289cc1ea05b21e6c8ae06a2e5fe6809cea509eba110e4

diff --git a/dev-python/ansible-compat/ansible-compat-26.3.0.ebuild b/dev-python/ansible-compat/ansible-compat-26.3.0.ebuild
deleted file mode 100644
index a19d97a01022..000000000000
--- a/dev-python/ansible-compat/ansible-compat-26.3.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYPI_VERIFY_REPO=https://github.com/ansible/ansible-compat
-PYTHON_COMPAT=( python3_{12..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
-HOMEPAGE="
-	https://pypi.org/project/ansible-compat/
-	https://github.com/ansible/ansible-compat/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-RDEPEND="
-	>=app-admin/ansible-core-2.18.6[${PYTHON_USEDEP}]
-	>=dev-python/jsonschema-4.23.0[${PYTHON_USEDEP}]
-	>=dev-python/packaging-22.0[${PYTHON_USEDEP}]
-	>=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
-	>=dev-python/subprocess-tee-0.4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	>=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=( pytest-mock )
-distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-
-	# remove stupid upstream version block
-	sed -i -e 's:2.20.0dev0:0:' src/ansible_compat/prerun.py || die
-}
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# All these tests attempt to connect to galaxy.ansible.com
-		test/test_runtime.py::test_install_collection
-		test/test_runtime.py::test_install_collection_dest
-		test/test_runtime.py::test_prepare_environment_with_collections
-		test/test_runtime.py::test_prerun_reqs_v1
-		test/test_runtime.py::test_prerun_reqs_v2
-		test/test_runtime.py::test_require_collection_no_cache_dir
-		test/test_runtime.py::test_require_collection_wrong_version
-		test/test_runtime.py::test_require_collection
-		test/test_runtime.py::test_upgrade_collection
-		test/test_runtime_example.py::test_runtime
-		'test/test_runtime.py::test_load_plugins[modules]'
-		# pip, failing due to internets
-		test/test_runtime_scan_path.py::test_scan_sys_path
-		test/test_runtime_scan_path.py::test_ro_venv
-		# internets?
-		test/test_runtime.py::test_runtime_has_playbook
-		# TODO
-		test/test_prerun.py::test_get_cache_dir_relative
-	)
-
-	epytest -o addopts=
-}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.