diff options
author | Sam James <sam@gentoo.org> | 2024-03-12 05:09:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-12 05:15:37 +0000 |
commit | 1d5d4b6b9797f87a06e4fc6ef79313caab942721 (patch) | |
tree | 600f862ea49153086bedba2318005f83a98896bf /app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild | |
parent | app-shells/powerline: revbump for PEP517 change (diff) | |
download | gentoo-1d5d4b6b9797f87a06e4fc6ef79313caab942721.tar.gz gentoo-1d5d4b6b9797f87a06e4fc6ef79313caab942721.tar.bz2 gentoo-1d5d4b6b9797f87a06e4fc6ef79313caab942721.zip |
app-admin/ansible-core: revbump for PEP517 change
diff is OK:
```
* CMP: =app-admin/ansible-core-2.16.4 with app-admin/ansible-core-2.16.4/image
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/PKG-INFO
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/entry_points.txt
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/not-zip-safe
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/requires.txt
* FILES:-usr/lib/python3.10/site-packages/ansible_core-*-py3.10.egg-info/top_level.txt
* FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/METADATA
* FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/RECORD
* FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/WHEEL
* FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/entry_points.txt
* FILES:+usr/lib/python3.10/site-packages/ansible_core-*.dist-info/top_level.txt
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/PKG-INFO
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/entry_points.txt
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/not-zip-safe
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/requires.txt
* FILES:-usr/lib/python3.11/site-packages/ansible_core-*-py3.11.egg-info/top_level.txt
* FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/METADATA
* FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/RECORD
* FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/WHEEL
* FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/entry_points.txt
* FILES:+usr/lib/python3.11/site-packages/ansible_core-*.dist-info/top_level.txt
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/PKG-INFO
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/entry_points.txt
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/not-zip-safe
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/requires.txt
* FILES:-usr/lib/python3.12/site-packages/ansible_core-*-py3.12.egg-info/top_level.txt
* FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/METADATA
* FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/RECORD
* FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/WHEEL
* FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/entry_points.txt
* FILES:+usr/lib/python3.12/site-packages/ansible_core-*.dist-info/top_level.txt
* ------> FILES(+15,-21)
```
Fixes: 17301a0d3be5a056502f827ed5e699fe5695d6f8
Bug: https://bugs.gentoo.org/909858
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild')
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild b/app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild new file mode 100644 index 000000000000..45fc573d4107 --- /dev/null +++ b/app-admin/ansible-core/ansible-core-2.15.8-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 + +DESCRIPTION="Model-driven deployment, config management, and command execution framework" +HOMEPAGE="https://www.ansible.com/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/ansible/ansible.git" + EGIT_BRANCH="devel" +else + inherit pypi + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos" +fi + +LICENSE="GPL-3" +SLOT="0" +RESTRICT="test" + +RDEPEND=" + dev-python/paramiko[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] + dev-python/httplib2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/netaddr[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}] + <dev-python/resolvelib-1.1.0[${PYTHON_USEDEP}] + net-misc/sshpass + virtual/ssh +" +BDEPEND=" + >=dev-python/packaging-16.6[${PYTHON_USEDEP}] + test? ( + dev-python/botocore[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +python_compile() { + export ANSIBLE_SKIP_CONFLICT_CHECK=1 + distutils-r1_python_compile +} |