diff options
author | 2023-09-15 10:04:36 +0200 | |
---|---|---|
committer | 2023-09-15 10:04:36 +0200 | |
commit | 6c5385c8d36ad44183211949665a78b048db798f (patch) | |
tree | 747f0b07ce98e0f3b023650f4a49561e579ae08d /dev-python/ansible-runner | |
parent | net-misc/nextcloud-client: info if qtkeychain is not installed with USE=keyring (diff) | |
download | gentoo-6c5385c8d36ad44183211949665a78b048db798f.tar.gz gentoo-6c5385c8d36ad44183211949665a78b048db798f.tar.bz2 gentoo-6c5385c8d36ad44183211949665a78b048db798f.zip |
dev-python/ansible-runner: treeclean
Closes: https://bugs.gentoo.org/797769
Closes: https://bugs.gentoo.org/907460
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/ansible-runner')
-rw-r--r-- | dev-python/ansible-runner/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ansible-runner/ansible-runner-2.2.1.ebuild | 40 | ||||
-rw-r--r-- | dev-python/ansible-runner/metadata.xml | 24 |
3 files changed, 0 insertions, 65 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>zmedico@gentoo.org</email> - <name>Zac Medico</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</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> |