commit:     a38f40b5182e07afdb8bb1311dc18b95f8461d46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 05:12:25 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 05:12:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38f40b5

dev-python/ansible-compat: Bump to 4.0.0

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

 dev-python/ansible-compat/Manifest                 |  1 +
 .../ansible-compat/ansible-compat-4.0.0.ebuild     | 52 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index ce53b5dfa8f1..bea406bb49f9 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-3.0.1.tar.gz 62676 BLAKE2B 
a1d08311e1b61d8387ef82db65581df4ab7cb4a2520bff9173845fa5b9fe18d173afd4306874967fb40c007546f36d78349a503bd09ae14257a38a59e1cbb22f
 SHA512 
27183b09f957a79254b5dfa237c2ef789dac95e86f421277878a57487a16684de862f03f6ecee6c57ab5a5dfa8c7ee2802d5e63e74ca0aebc61efa46574f0a61
 DIST ansible-compat-3.0.2.tar.gz 63328 BLAKE2B 
d09ae255e08531b26f8cac7082a3ad0cc24f3772b7769b75d644a846dcc1ec0ff65fe1a7e351eeecadd70caae5ef5b5146396df5ec586e10296e116310333e6b
 SHA512 
79f20a25b25104f4f90a4d52317bd01ceb07c00c69dc2e61b74b4c7448805bd966d001893ccf7530bec819ae9ead2515ae70219a887fda733344245cc025dfeb
+DIST ansible-compat-4.0.0.tar.gz 62675 BLAKE2B 
9c384a25729c2c1f72e806b4df6172e183cd8f62c91047b5862a581227554e980b00e58be99b9d4192f4d85d7ce53f1bc16d136762c9b71100f1aa3fdafa8cab
 SHA512 
78559c0323ec190acf5e736a51b27349528eaeacd7fafbe953bbb9f03029985c514042ba9102117714ac5c558f50ac6e596da48c2fe491a092bd5d92c612fbb5

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.0.ebuild
new file mode 100644
index 000000000000..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.0.0.ebuild
@@ -0,0 +1,52 @@
+# 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