commit:     adc8d5ab06e325d6414cef63d3a69308ac06db50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 12:43:10 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 12:43:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc8d5ab

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest                 |  1 -
 .../ansible-compat/ansible-compat-4.1.2.ebuild     | 52 ----------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6469194a8ec3..f02fa17e5e8a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
deleted file mode 100644
index a7845cd7c34b..000000000000
--- a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
+++ /dev/null
@@ -1,52 +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="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 ~riscv"
-
-RDEPEND="
-       >=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
-       dev-python/packaging[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       >=dev-python/subprocess-tee-0.4.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]
-       test? (
-               dev-python/flaky[${PYTHON_USEDEP}]
-               dev-python/pytest-mock[${PYTHON_USEDEP}]
-               dev-python/pytest-plus[${PYTHON_USEDEP}]
-       )
-"
-
-# All these tests attempt to connect to galaxy.ansible.com
-EPYTEST_DESELECT=(
-       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
-)
-
-distutils_enable_tests pytest

Reply via email to