commit: 6c5385c8d36ad44183211949665a78b048db798f Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 08:04:36 2023 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 08:04:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5385c8
dev-python/ansible-runner: treeclean Closes: https://bugs.gentoo.org/797769 Closes: https://bugs.gentoo.org/907460 Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/ansible-runner/Manifest | 1 - .../ansible-runner/ansible-runner-2.2.1.ebuild | 40 ---------------------- dev-python/ansible-runner/metadata.xml | 24 ------------- profiles/package.mask | 6 ---- 4 files changed, 71 deletions(-) diff --git a/dev-python/ansible-runner/Manifest b/dev-python/ansible-runner/Manifest deleted file mode 100644 index 15bfd71569eb..000000000000 --- a/dev-python/ansible-runner/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ansible-runner-2.2.1.tar.gz 172121 BLAKE2B b4bb0917570b2b7ba4a7f44bf0276713eb3842ec8a9db62ec5bec8f90e91603b69cf2651f16dd150c8267b3ff25529d4c1bbcd628a26564b74362325b9c75ba8 SHA512 e9ba5c7afd3d8542af37bd9ef3ba7a417bd7ebb430b2dca6f2bb6289633dc89a14e7beb39236f75b75b802c6fc07501c6e6fa06102c69037e34568c396d6642d diff --git a/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild b/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild deleted file mode 100644 index bb7b0431f6d4..000000000000 --- a/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2021-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_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A tool and python library that helps when interfacing with Ansible" -HOMEPAGE="https://github.com/ansible/ansible-runner" -# TODO: fix broken tests -RESTRICT+=" test" - -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 '/cov/d' -i pytest.ini || die - distutils-r1_python_prepare_all -} diff --git a/dev-python/ansible-runner/metadata.xml b/dev-python/ansible-runner/metadata.xml deleted file mode 100644 index 19979f1c1c52..000000000000 --- a/dev-python/ansible-runner/metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Zac Medico</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">ansible-runner</remote-id> - <remote-id type="github">ansible/ansible-runner</remote-id> - <bugs-to>https://github.com/ansible/ansible-runner/issues</bugs-to> - </upstream> - <longdescription lang="en"> - A tool and python library that helps when interfacing with Ansible - directly or as part of another system whether that be through a - container image interface, as a standalone tool, or as a Python module - that can be imported. The goal is to provide a stable and consistent - interface abstraction to Ansible. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index e79876e96dc1..46568f5511c9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -298,12 +298,6 @@ dev-python/vncdotool # Removal on 2023-08-20. Bug #910619. dev-python/cx_Freeze -# Michał Górny <[email protected]> (2023-07-21) -# The ebuild has not been bumped for a year now. It doesn't have -# working tests. No reverse dependencies. -# Removal on 2023-08-20. Bug #907460. -dev-python/ansible-runner - # Michał Górny <[email protected]> (2023-07-19) # Backport package specific to Python 3.9. No longer necessary now # that pypy3 is 3.10.
