commit:     fa05a35067715e1db700c259159490457eaef043
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 12:54:01 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 12:55:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa05a350

dev-python/ansible-runner: Remove old

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

 dev-python/ansible-runner/Manifest                 |  2 --
 .../ansible-runner/ansible-runner-1.4.7-r1.ebuild  | 31 -------------------
 .../ansible-runner/ansible-runner-1.4.8.ebuild     | 36 ----------------------
 3 files changed, 69 deletions(-)

diff --git a/dev-python/ansible-runner/Manifest 
b/dev-python/ansible-runner/Manifest
index af46ab6e83b3..1db19f3ab0e0 100644
--- a/dev-python/ansible-runner/Manifest
+++ b/dev-python/ansible-runner/Manifest
@@ -1,3 +1 @@
-DIST ansible-runner-1.4.7.tar.gz 47112 BLAKE2B 
0e9ac2f63179dda44a403d90bd218f848929c2e46cc25fb5a6e34ace36db24619d3498b18319d7f49b078ea4a5d149c2eeef1671fdfe2a495cdd4cc61ca8209c
 SHA512 
504d1e25abfe39fc5a7867f799accabe98c8a065eda06869f04a5ef2a5bb30058623497c761c8fa99d39372d1215046431484eebdaa2850f50de75a273b70ab3
-DIST ansible-runner-1.4.8.tar.gz 48040 BLAKE2B 
9d8cd0fb9141a0cba4bd30a3c4c73ab143dc7b0a1d9c90aae9a901715de8795e735df04e88ecdaa25b35441ab25d38b2b33e61bdf67d80403e80bc127f6e40b3
 SHA512 
be4ef7e802bc2b70a0cfcd393a4bb3d4072bdd82c15510058b8d7caae8061ea7043b6ac6e3b9853e9fd292deefef69cf74e03ef8e483af7858e509607f0a88f0
 DIST ansible-runner-1.4.9.tar.gz 48022 BLAKE2B 
9d413a3502450ad964301fb22c280e6474794604a4d8a2d3bbbc92a1d2e7568351feabce3e9e6790916032ffb72881812c0ef9456a589e7af7cab1dea3d3182c
 SHA512 
198091472c74ab2641dd3a72afa90fcdb4b120c0a10518b55055933f3ae9934bfe229a6a006e84646ce491ce3eec828f9ffa692e6b215398e64aa55afbcb3bae

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild 
b/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild
deleted file mode 100644
index 9c9945831cec..000000000000
--- a/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A tool and python library that helps when interfacing with 
Ansible"
-HOMEPAGE="https://github.com/ansible/ansible-runner";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/python-daemon[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed -e 's|find_packages()|find_packages(exclude=["test", "test.*"])|' 
-i setup.py || die
-       distutils-r1_python_prepare_all
-}

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild 
b/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
deleted file mode 100644
index edca3560bfe8..000000000000
--- a/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool and python library that helps when interfacing with 
Ansible"
-HOMEPAGE="https://github.com/ansible/ansible-runner";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/psutil[${PYTHON_USEDEP}]
-       dev-python/python-daemon[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       sed -e 's|find_packages()|find_packages(exclude=["test", "test.*"])|' 
-i setup.py || die
-       distutils-r1_python_prepare_all
-}

Reply via email to