From bcb1bf8297438e33e98fec6991ba68dec0f4dd7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Apr 2024 12:32:09 +0100 Subject: gentoo auto-resync : 10:04:2024 - 12:32:09 --- dev-python/ansible-compat/Manifest | 2 + .../ansible-compat/ansible-compat-4.1.12.ebuild | 56 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 dev-python/ansible-compat/ansible-compat-4.1.12.ebuild (limited to 'dev-python/ansible-compat') diff --git a/dev-python/ansible-compat/Manifest b/dev-python/ansible-compat/Manifest index 51b86c36a3b6..c36382390f73 100644 --- a/dev-python/ansible-compat/Manifest +++ b/dev-python/ansible-compat/Manifest @@ -1,3 +1,5 @@ DIST ansible-compat-4.1.11.tar.gz 73021 BLAKE2B 4d62c6c6739ae5dcfe98347eac268f6976f12cabcf8706f89ebaed2a6750a47faaf53ce5585ee2d6a2cf8a92add9f8f74bd050e44fa6f5515a9b77a7f49979c5 SHA512 0e8de16ef0da9a036595dadbdfa5fd776f8edf0d2c16e8e2759a0e1b07f0d0fffc22a8c7be17aefb73312f3c8f56d48fdf097c527fa3b8919907923fffc44fa7 +DIST ansible-compat-4.1.12.gh.tar.gz 67966 BLAKE2B 3c665eb2cb87e184042da78ed1c41e7ca2b437c5151ba21bdd609104b44fa28c5f03247d275c58cfdf04a8e9ed328947cb0c2670603218798e3a484861274af2 SHA512 c9b2c340dc2b1ffb6f6db76017f7537e20307a7519a4df2dfb31811180cd647e39812bc433db51bd94d42f4c52a6c2f729d81edadcd615a5e0d23566969d8911 EBUILD ansible-compat-4.1.11.ebuild 1619 BLAKE2B 22c41b5db373e04bb97cd852d6d3fc42df162af87a3591b820e1a45d2c16e80b79754e1308b048bd77bc9a5bc3e446516b623e34a5ea1430706136bb789a991b SHA512 3547fe5fc8253cec2716d84915894f4d813734b7bbdbfbea8279fccd21ea45476f709aebe897727da77658d3f8037fb36b1445dc0b90b6eaa17f26163f6280b7 +EBUILD ansible-compat-4.1.12.ebuild 1793 BLAKE2B de54d41e1a4bba7ec575dee94149c23475c1b89e821c237d8563643cba24bb15ef1625b6309a30a20d6b9563d71dba44492e8a4b085045c90208f7d4c916f06d SHA512 80cafd12880b9f9284bc6c80b41d0d05affec8d87df0578be01336f8407eb7060c354d1695b986f40ba30fcc6828c61880dc3cdc75b0b8e4abe9e5518fbff0f9 MISC metadata.xml 510 BLAKE2B 3f47270866cb9acc5944b71547640b69003891268ffc07b5cd10e6ba8842b6f644ab4dea3b3da2d20b17f34d90e565b6f03a4dbb8ea38fa282fed283ac22fac1 SHA512 65d8604e46581bf9ecb3d8e358f3a211b18c51beea22c92a1cd3668ba86140e3bd8d91a38c221e73fe13a3e0da1cbfc2030b3f7733ee55e045530b49cd77d46d diff --git a/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild b/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild new file mode 100644 index 000000000000..bdd51b5dca54 --- /dev/null +++ b/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2024 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..12} ) + +inherit distutils-r1 + +DESCRIPTION="Contains functions that facilitate working with various versions of Ansible" +HOMEPAGE=" + https://pypi.org/project/ansible-compat/ + https://github.com/ansible/ansible-compat/ +" +# We normally use PyPI here but 4.1.12 has never been uploaded there for some reason +SRC_URI="https://github.com/ansible/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~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.5[${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 + # pip, failing due to internets + test/test_runtime_scan_path.py::test_scan_sys_path +) + +distutils_enable_tests pytest -- cgit v1.2.3