commit: 851d9c49f09fa368263691e58048c2d574b92c9b Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Mon Nov 10 19:59:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 09:48:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851d9c49
app-admin/ansible-lint: drop 25.8.2 Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44084 Closes: https://github.com/gentoo/gentoo/pull/44084 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/ansible-lint/Manifest | 1 - app-admin/ansible-lint/ansible-lint-25.8.2.ebuild | 63 ----------------------- 2 files changed, 64 deletions(-) diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest index d332e2730673..b87a241dad38 100644 --- a/app-admin/ansible-lint/Manifest +++ b/app-admin/ansible-lint/Manifest @@ -1,3 +1,2 @@ DIST ansible_lint-25.11.0.tar.gz 717176 BLAKE2B 80e49c51c094c870e1eff5030c00a42189acf44c74863df9bb07918f3c5f757ce84a1c636ff373f0db8b137396ccad87b1ccecff11433a11f0d197270e40427c SHA512 37df3fea6c43034d98cbf68d15468e95156a1d2139e9379351e268d12a7e46627a45420999f778ca72788eedeb924f7fe8d9f393f75a130d7a1b063b669434a0 -DIST ansible_lint-25.8.2.tar.gz 580055 BLAKE2B 0b5b58f5ae924eb3efd337eeaccd1f51df922d8b747d4701a34d59e86036884ecda0e42693a324a2e18be3011071bc1f0fbced4531e2b7e2863280b1b5cabb62 SHA512 a3b1d36261e003752ed34de456ae3fdd49d2725de621ad2ae1815e70108bcdcf5706449529324139fb0ede3be4c9f85c811146240129b87259d4c1f0d8db1e83 DIST ansible_lint-25.9.0.tar.gz 699967 BLAKE2B 7dbda793d3d4d9ff4b21ffb5bd208b343d595ed0ac160ca992e93b08314fdba716120dfa9969fad864a43f268dc8c1ea5342851000feeda598a4bfa664b4d2c4 SHA512 332df15e60b38f2356411fb265d854f16e13a1f38d364d46c090ab6139fa13d69e3768d37c4554a9446a3a05f9e918841dd577150423cf0ae683b766149fb727 diff --git a/app-admin/ansible-lint/ansible-lint-25.8.2.ebuild b/app-admin/ansible-lint/ansible-lint-25.8.2.ebuild deleted file mode 100644 index 672417e5eb8c..000000000000 --- a/app-admin/ansible-lint/ansible-lint-25.8.2.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{11..13} ) - -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.18.1[${PYTHON_USEDEP}] - >=dev-python/ansible-compat-25.8.0[${PYTHON_USEDEP}] - >=dev-python/black-24.8.0[${PYTHON_USEDEP}] - >=dev-python/filelock-3.14.0[${PYTHON_USEDEP}] - dev-python/importlib-metadata[${PYTHON_USEDEP}] - >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}] - >=dev-python/packaging-24.0[${PYTHON_USEDEP}] - >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}] - >=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}] - >=dev-python/ruamel-yaml-0.18.11[${PYTHON_USEDEP}] - >=dev-python/wcmatch-8.5.2[${PYTHON_USEDEP}] - >=dev-util/yamllint-1.35.1[${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/license-expression[${PYTHON_USEDEP}] - dev-python/pylint[${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}] - )" - -PATCHES=( - "${FILESDIR}"/${PN}-24.7.0-warnings.patch -) - -# 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 -}
