[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-06-05 Thread Michał Górny
commit: 1102340063cd9c34a39eccbf54defcbbb016eaea
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  6 01:44:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  6 02:02:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11023400

dev-python/ansible-compat: Bump to 24.6.1

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-24.6.1.ebuild| 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 13e28bb0fb66..5fd9b132c51b 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-24.6.0.gh.tar.gz 74286 BLAKE2B 
e61b9501aad867e738d128397f4b37e1299f4bc249e4217def60a704dd470886d269b2b61b738a644300085c4d46793bd32982c470de7a26590990c14eab4810
 SHA512 
217faed3354e459d9541962778f455b34b4ddf1c9b8141752645b25fd68747305de5d08d65b01c8168907e70c1dc31aeb2099420bf1e3553cd7f41627a12f0da
+DIST ansible-compat-24.6.1.gh.tar.gz 74317 BLAKE2B 
d79471cfb150720bec8daa037df45184b023ad55389c3424db55c2be87f57dd22934d133fc76b97e15ee3f80d78d1865c7feef0168793efa9b5738bff85e
 SHA512 
203dd95dac7f55f21ebda069fd3e460f09a5434805529843880efe7137a55ba9d9c4eca72074bba7786b2cf0d032cd4a9a63d78d6e4c36811ec818340dd96ce4
 DIST ansible-compat-4.1.12.gh.tar.gz 67966 BLAKE2B 
3c665eb2cb87e184042da78ed1c41e7ca2b437c5151ba21bdd609104b44fa28c5f03247d275c58cfdf04a8e9ed328947cb0c2670603218798e3a484861274af2
 SHA512 
c9b2c340dc2b1ffb6f6db76017f7537e20307a7519a4df2dfb31811180cd647e39812bc433db51bd94d42f4c52a6c2f729d81edadcd615a5e0d23566969d8911

diff --git a/dev-python/ansible-compat/ansible-compat-24.6.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-24.6.1.ebuild
new file mode 100644
index ..18c39cfc27c2
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-24.6.1.ebuild
@@ -0,0 +1,57 @@
+# 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.14[${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/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
+   # internets?
+   test/test_runtime.py::test_runtime_has_playbook
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-05-31 Thread Michał Górny
commit: 839e01b803759a31fceaa05a3d33824c5bfb2b28
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 31 15:57:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 31 16:18:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839e01b8

dev-python/ansible-compat: Bump to 24.6.0

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-24.6.0.ebuild| 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index f9da22d4cff0..13e28bb0fb66 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
+DIST ansible-compat-24.6.0.gh.tar.gz 74286 BLAKE2B 
e61b9501aad867e738d128397f4b37e1299f4bc249e4217def60a704dd470886d269b2b61b738a644300085c4d46793bd32982c470de7a26590990c14eab4810
 SHA512 
217faed3354e459d9541962778f455b34b4ddf1c9b8141752645b25fd68747305de5d08d65b01c8168907e70c1dc31aeb2099420bf1e3553cd7f41627a12f0da
 DIST ansible-compat-4.1.12.gh.tar.gz 67966 BLAKE2B 
3c665eb2cb87e184042da78ed1c41e7ca2b437c5151ba21bdd609104b44fa28c5f03247d275c58cfdf04a8e9ed328947cb0c2670603218798e3a484861274af2
 SHA512 
c9b2c340dc2b1ffb6f6db76017f7537e20307a7519a4df2dfb31811180cd647e39812bc433db51bd94d42f4c52a6c2f729d81edadcd615a5e0d23566969d8911

diff --git a/dev-python/ansible-compat/ansible-compat-24.6.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-24.6.0.ebuild
new file mode 100644
index ..18c39cfc27c2
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-24.6.0.ebuild
@@ -0,0 +1,57 @@
+# 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.14[${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/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
+   # internets?
+   test/test_runtime.py::test_runtime_has_playbook
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-04-24 Thread Michał Górny
commit: bc307cb810adb19d35299fae5d3f7111a62b8f28
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 24 17:08:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 24 17:15:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc307cb8

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-4.1.11.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 8fab0b525641..f9da22d4cff0 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1 @@
-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

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
deleted file mode 100644
index 677d014c9062..
--- a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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 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 ~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-04-24 Thread Sam James
commit: 098f3b360e4ce79529f4399c6c6087552770b073
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 24 16:15:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 24 16:15:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098f3b36

dev-python/ansible-compat: Stabilize 4.1.12 ALLARCHES, #930617

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild
index bdd51b5dca54..6c992bf59229 100644
--- a/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.1.12.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ansible/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-04-10 Thread Marek Szuba
commit: 2b1ce37aa5a48ed74d0de50f0a1cc4505641dc76
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Apr 10 10:29:59 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Apr 10 10:36:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1ce37a

dev-python/ansible-compat: add 4.1.12

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.12.ebuild| 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6d498b94f60f..8fab0b525641 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 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

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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-03-05 Thread Marek Szuba
commit: 417c7fd50004b7446328301c1856004a3ab37c4e
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Mar  4 13:31:02 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Mar  5 13:27:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417c7fd5

dev-python/ansible-compat: enable py3.12

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
index 6a167b762a67..677d014c9062 100644
--- a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-02-18 Thread Michał Górny
commit: f10583ff3f65a30c31dccf7913dd67ea59c9df34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 13:16:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 13:23:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10583ff

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-4.1.10.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 4c24bb2e9715..6d498b94f60f 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1 @@
-DIST ansible-compat-4.1.10.tar.gz 72127 BLAKE2B 
1a3c172d30a68f14a163d2ad04180856d365424b99c593933c02c83afde7008f937a86f068fd4d09741eda731a0ae9801274764e349f56fd4a64ccdf1ff831b7
 SHA512 
f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
 DIST ansible-compat-4.1.11.tar.gz 73021 BLAKE2B 
4d62c6c6739ae5dcfe98347eac268f6976f12cabcf8706f89ebaed2a6750a47faaf53ce5585ee2d6a2cf8a92add9f8f74bd050e44fa6f5515a9b77a7f49979c5
 SHA512 
0e8de16ef0da9a036595dadbdfa5fd776f8edf0d2c16e8e2759a0e1b07f0d0fffc22a8c7be17aefb73312f3c8f56d48fdf097c527fa3b8919907923fffc44fa7

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
deleted file mode 100644
index def07c2e4159..
--- a/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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 ~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-02-18 Thread Jakov Smolić
commit: 760ced96d64e3e5a9e8dae991248d10a87b556a4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 18 11:43:43 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 18 11:43:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760ced96

dev-python/ansible-compat: Stabilize 4.1.11 ALLARCHES, #924808

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
index af5646e9b07f..6a167b762a67 100644
--- a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2024-02-02 Thread Marek Szuba
commit: 801e1a746f1e49afea9c2ee72f823f37febb8db2
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Feb  2 13:35:12 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Feb  2 13:35:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801e1a74

dev-python/ansible-compat: add 4.1.11

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.11.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 1c39850134b6..4c24bb2e9715 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-4.1.10.tar.gz 72127 BLAKE2B 
1a3c172d30a68f14a163d2ad04180856d365424b99c593933c02c83afde7008f937a86f068fd4d09741eda731a0ae9801274764e349f56fd4a64ccdf1ff831b7
 SHA512 
f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
+DIST ansible-compat-4.1.11.tar.gz 73021 BLAKE2B 
4d62c6c6739ae5dcfe98347eac268f6976f12cabcf8706f89ebaed2a6750a47faaf53ce5585ee2d6a2cf8a92add9f8f74bd050e44fa6f5515a9b77a7f49979c5
 SHA512 
0e8de16ef0da9a036595dadbdfa5fd776f8edf0d2c16e8e2759a0e1b07f0d0fffc22a8c7be17aefb73312f3c8f56d48fdf097c527fa3b8919907923fffc44fa7

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
new file mode 100644
index ..af5646e9b07f
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.11.ebuild
@@ -0,0 +1,54 @@
+# 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..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 ~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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-09-25 Thread Michał Górny
commit: 7b7227d10f8d7240ea47ffc2852a080622144a97
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 04:43:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 04:43:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7227d1

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  4 --
 .../ansible-compat/ansible-compat-4.1.5.ebuild | 52 -
 .../ansible-compat/ansible-compat-4.1.7.ebuild | 52 -
 .../ansible-compat/ansible-compat-4.1.8.ebuild | 54 --
 .../ansible-compat/ansible-compat-4.1.9.ebuild | 54 --
 5 files changed, 216 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 9fe7a0a0787a..1c39850134b6 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,5 +1 @@
 DIST ansible-compat-4.1.10.tar.gz 72127 BLAKE2B 
1a3c172d30a68f14a163d2ad04180856d365424b99c593933c02c83afde7008f937a86f068fd4d09741eda731a0ae9801274764e349f56fd4a64ccdf1ff831b7
 SHA512 
f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
-DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
-DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4
-DIST ansible-compat-4.1.8.tar.gz 71895 BLAKE2B 
19a3cdc953e678a82f6b187ca224c9f10eccf36f57aba2305bf00bc7b3606dfc2caddef7331cd920ae67731b904bc21b1af19fb0945625b050162e0edc8ab652
 SHA512 
0b9157fd60e1ae9b26c103118fad3e8e28f872c7093d0c6238b047072ac3232e7f9a4c50001125850f4bdd0ba06a1efd8df44a994b1dfaaf7d3f3cb2cb888524
-DIST ansible-compat-4.1.9.tar.gz 72116 BLAKE2B 
d8ada9162b30526c85cb8ab2f365ce85800e2d5c513acdb665a8474cdb666cc508ecf412379bb95a0c9c525d7d0432d2907701bbcaa68c2da3c764de9ae3c3eb
 SHA512 
5d7177889f5e1acec27585980d0df15f6ea37f816da2438e200ce9450ff287f282a8abd66caab238c810decf9163a0e52f0c9bf2a03b1f885e6a58da20f7103a

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.5.ebuild
deleted file mode 100644
index 85ddbef5c191..
--- a/dev-python/ansible-compat/ansible-compat-4.1.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.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
-)
-
-distutils_enable_tests pytest

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.7.ebuild
deleted file mode 100644
index 04974cd8fbc4..
--- a/dev-python/ansible-compat/ansible-compat-4.1.7.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-09-25 Thread Sam James
commit: c6572417f4ec08153752bc09012f7cbbd87c8ab1
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 25 19:25:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 25 19:25:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6572417

dev-python/ansible-compat: Stabilize 4.1.10 ALLARCHES, #914662

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
index 6a1d0e51abeb..4122340bc16e 100644
--- a/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-09-06 Thread Michał Górny
commit: 525faca8a78e49a2754f409c2b7420bf3ff6f1e4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  6 16:10:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  6 16:38:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525faca8

dev-python/ansible-compat: Bump to 4.1.10

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.10.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 783f6953834c..9fe7a0a0787a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
+DIST ansible-compat-4.1.10.tar.gz 72127 BLAKE2B 
1a3c172d30a68f14a163d2ad04180856d365424b99c593933c02c83afde7008f937a86f068fd4d09741eda731a0ae9801274764e349f56fd4a64ccdf1ff831b7
 SHA512 
f50d07d753fa2f3985efca4aa326d3608d55b3f8d00c42c3bd9ba95c6e40c7a717160220dd602374124ebbfc94c495819b4b738cb385875033876aee458d14b4
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4
 DIST ansible-compat-4.1.8.tar.gz 71895 BLAKE2B 
19a3cdc953e678a82f6b187ca224c9f10eccf36f57aba2305bf00bc7b3606dfc2caddef7331cd920ae67731b904bc21b1af19fb0945625b050162e0edc8ab652
 SHA512 
0b9157fd60e1ae9b26c103118fad3e8e28f872c7093d0c6238b047072ac3232e7f9a4c50001125850f4bdd0ba06a1efd8df44a994b1dfaaf7d3f3cb2cb888524

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
new file mode 100644
index ..6a1d0e51abeb
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.10.ebuild
@@ -0,0 +1,54 @@
+# 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.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-09-05 Thread Michał Górny
commit: bc869266d2dfd279a3773f462b6774e6d367e091
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  6 02:25:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  6 02:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc869266

dev-python/ansible-compat: Bump to 4.1.9

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.9.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index db2b79d89be2..783f6953834c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4
 DIST ansible-compat-4.1.8.tar.gz 71895 BLAKE2B 
19a3cdc953e678a82f6b187ca224c9f10eccf36f57aba2305bf00bc7b3606dfc2caddef7331cd920ae67731b904bc21b1af19fb0945625b050162e0edc8ab652
 SHA512 
0b9157fd60e1ae9b26c103118fad3e8e28f872c7093d0c6238b047072ac3232e7f9a4c50001125850f4bdd0ba06a1efd8df44a994b1dfaaf7d3f3cb2cb888524
+DIST ansible-compat-4.1.9.tar.gz 72116 BLAKE2B 
d8ada9162b30526c85cb8ab2f365ce85800e2d5c513acdb665a8474cdb666cc508ecf412379bb95a0c9c525d7d0432d2907701bbcaa68c2da3c764de9ae3c3eb
 SHA512 
5d7177889f5e1acec27585980d0df15f6ea37f816da2438e200ce9450ff287f282a8abd66caab238c810decf9163a0e52f0c9bf2a03b1f885e6a58da20f7103a

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.9.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.9.ebuild
new file mode 100644
index ..6a1d0e51abeb
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.9.ebuild
@@ -0,0 +1,54 @@
+# 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.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-08-31 Thread Michał Górny
commit: 44cc12edf779bcfe9a500422ece42e2d987c4125
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 13:11:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cc12ed

dev-python/ansible-compat: Bump to 4.1.8

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.8.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index f02fa17e5e8a..db2b79d89be2 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4
+DIST ansible-compat-4.1.8.tar.gz 71895 BLAKE2B 
19a3cdc953e678a82f6b187ca224c9f10eccf36f57aba2305bf00bc7b3606dfc2caddef7331cd920ae67731b904bc21b1af19fb0945625b050162e0edc8ab652
 SHA512 
0b9157fd60e1ae9b26c103118fad3e8e28f872c7093d0c6238b047072ac3232e7f9a4c50001125850f4bdd0ba06a1efd8df44a994b1dfaaf7d3f3cb2cb888524

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.8.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.8.ebuild
new file mode 100644
index ..6a1d0e51abeb
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.8.ebuild
@@ -0,0 +1,54 @@
+# 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.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-08-24 Thread Michał Górny
commit: adc8d5ab06e325d6414cef63d3a69308ac06db50
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 24 12:43:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 24 12:43:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc8d5ab

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-4.1.2.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6469194a8ec3..f02fa17e5e8a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-08-21 Thread Marek Szuba
commit: 86661c0b617cb82068afe7c5444051d467cb6dc9
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 18:11:35 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 18:11:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86661c0b

dev-python/ansible-compat: drop 4.1.6

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-4.1.6.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 257ae16e318c..6469194a8ec3 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,4 +1,3 @@
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
-DIST ansible-compat-4.1.6.tar.gz 69258 BLAKE2B 
6dbea06a9a41451978a115614b87a880b7fb572251163345a8576ecefb5a5147919af202b0161e5b263fc94f593fa3daea9f5af0196c25ce2f14db9a64ba89a7
 SHA512 
fb3105827fecbd93e0a618a7a667c90afe0576e218f4dcfe6679df746ba56fcead4e6c56ce69a9b3e614b2d814141366f77ebb339fc9d5e6297d21b512588110
 DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.6.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.6.ebuild
deleted file mode 100644
index 04974cd8fbc4..
--- a/dev-python/ansible-compat/ansible-compat-4.1.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.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
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-08-21 Thread Michał Górny
commit: 2f094c1e7d82e9e6803ee3e24e335a894758bbac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 21 16:39:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 21 16:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f094c1e

dev-python/ansible-compat: Bump to 4.1.7

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index b20e2f982461..257ae16e318c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
 DIST ansible-compat-4.1.6.tar.gz 69258 BLAKE2B 
6dbea06a9a41451978a115614b87a880b7fb572251163345a8576ecefb5a5147919af202b0161e5b263fc94f593fa3daea9f5af0196c25ce2f14db9a64ba89a7
 SHA512 
fb3105827fecbd93e0a618a7a667c90afe0576e218f4dcfe6679df746ba56fcead4e6c56ce69a9b3e614b2d814141366f77ebb339fc9d5e6297d21b512588110
+DIST ansible-compat-4.1.7.tar.gz 69900 BLAKE2B 
c8549573d4a4325579b6026b6b5fad5fe0abb0fdcf07a4c8e0699c040a97409632202f0a38703a113f9a86f68328642d8d5c4b897e3601a13737bc2a4deb4d88
 SHA512 
b3175573113a3df37923e582c191dd5f4522c3a2171cc93b186e49d5ca6baa2fd8b2e7af2e9457bb21b5bd6df6c9f82fccc10b5e2bfeda84c890c4cbc37fafb4

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.7.ebuild
new file mode 100644
index ..04974cd8fbc4
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.7.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.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
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-08-17 Thread Michał Górny
commit: 16a3b1d9744a882b66e62398639ec64e9f897017
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 17 07:59:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 17 08:36:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a3b1d9

dev-python/ansible-compat: Bump to 4.1.6

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7557474f3aa9..b20e2f982461 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6
+DIST ansible-compat-4.1.6.tar.gz 69258 BLAKE2B 
6dbea06a9a41451978a115614b87a880b7fb572251163345a8576ecefb5a5147919af202b0161e5b263fc94f593fa3daea9f5af0196c25ce2f14db9a64ba89a7
 SHA512 
fb3105827fecbd93e0a618a7a667c90afe0576e218f4dcfe6679df746ba56fcead4e6c56ce69a9b3e614b2d814141366f77ebb339fc9d5e6297d21b512588110

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.6.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.6.ebuild
new file mode 100644
index ..04974cd8fbc4
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.6.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.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
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-07-24 Thread Michał Górny
commit: 4c3c64ebcd1bbe0aced42b198bc7e41fc37657ec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 12:15:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 12:34:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3c64eb

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-3.0.2.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 43c8999f270c..7557474f3aa9 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-compat-3.0.2.tar.gz 63328 BLAKE2B 
d09ae255e08531b26f8cac7082a3ad0cc24f3772b7769b75d644a846dcc1ec0ff65fe1a7e351eeecadd70caae5ef5b5146396df5ec586e10296e116310333e6b
 SHA512 
79f20a25b25104f4f90a4d52317bd01ceb07c00c69dc2e61b74b4c7448805bd966d001893ccf7530bec819ae9ead2515ae70219a887fda733344245cc025dfeb
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
 DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-07-21 Thread Michał Górny
commit: d0c6710c9a3413c97fb1f7142783a2674e7bc881
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 22 05:03:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 22 05:03:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c6710c

dev-python/ansible-compat: Bump to 4.1.5

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index eb660108cc36..43c8999f270c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-3.0.2.tar.gz 63328 BLAKE2B 
d09ae255e08531b26f8cac7082a3ad0cc24f3772b7769b75d644a846dcc1ec0ff65fe1a7e351eeecadd70caae5ef5b5146396df5ec586e10296e116310333e6b
 SHA512 
79f20a25b25104f4f90a4d52317bd01ceb07c00c69dc2e61b74b4c7448805bd966d001893ccf7530bec819ae9ead2515ae70219a887fda733344245cc025dfeb
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64
+DIST ansible-compat-4.1.5.tar.gz 68562 BLAKE2B 
b28b6e5185b29a55d452e9c72636b31a1a35c68f207cc07376fafd0a70335966d06f927a803582b715b29c090a80aa5aa2663cba54221cb4d2dbcd9a11ec5a7a
 SHA512 
6da0bab56237a6447462ed9ef528711eb4c998de2732ec021e8257d2baf6cbb1e1435707440b4c0d122fb4f938c855693bcd555e147613f230105e3af74c00a6

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.5.ebuild
new file mode 100644
index ..04974cd8fbc4
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.5.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.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
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-06-18 Thread Michał Górny
commit: d27d58a11c8d7889d5d3ee7bb65701c47ec31da5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 19 03:33:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 19 03:33:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27d58a1

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-3.0.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6693e54ba968..eb660108cc36 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-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.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-06-18 Thread Sam James
commit: 171d39c6e31023157571a6997b0418100a2e97a1
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 22:47:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 22:47:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171d39c6

dev-python/ansible-compat: Stabilize 3.0.2 ALLARCHES, #908796

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild
index bbea175e5664..a7845cd7c34b 100644
--- a/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-06-18 Thread Michał Górny
commit: 587d0de022da7db519585005257779a554bcc7d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 17:15:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 17:15:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587d0de0

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  7 ---
 .../ansible-compat/ansible-compat-4.0.0.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.0.1.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.0.2.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.0.4.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.0.5.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.1.0.ebuild | 52 --
 .../ansible-compat/ansible-compat-4.1.1.ebuild | 52 --
 8 files changed, 371 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 6f6d91945865..6693e54ba968 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,10 +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
-DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a924032cc6435780265c2595f1b0776477727c865c74afa25fc252a5d8ea74aead086293934cdc099966b875a96c5789f
 SHA512 
a2edc46a472e6f99cd0231e453742780c5ae8713768bfda4218ae3d6979c38779ba8c5ec491813550a6b3242ef04e5de2c916c9538fcf5b018e7500fdf18bc4d
-DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5
-DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6
-DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc
-DIST ansible-compat-4.1.0.tar.gz 66781 BLAKE2B 
ce0da545e4a81798ee9376129b9f9e8c0cfd7ca641086ae55516406b73f89472a1fc44384e3728207be76cb2b8d1b724c55ff5dcf72e88a0f971ccd59aea8a8d
 SHA512 
15b40622a00bb3b4ac3c8ed5ef05e0a65b867fbe9579352fbcbff8113d46e8da5fb5c36e0092387da4509b33244c8d27c0c08de76ff8dd78fd19e465824078c5
-DIST ansible-compat-4.1.1.tar.gz 66834 BLAKE2B 
9558bd83e4662ffb9a9f45b2e5b24e36d4d1066b8fb082513ce92057a2c106b255d107a1d51a75bad3fb87e750d195e74be2918cefb599195b120ad6cd4a5ec4
 SHA512 
c97599b218eb32ef0c9761202cf2b616586876466626c7d249be71e4d519b417f5e85342e0cf682e2e6bc1f7b8af73863eb0afad5dfaecfce744eeed830f6956
 DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64

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

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-06-18 Thread Sam James
commit: 3ff892d289f01f31ac93f9e0bd879ef6ed158b64
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 15:13:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 15:13:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff892d2

dev-python/ansible-compat: Stabilize 4.1.2 ALLARCHES, #908769

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
index bbea175e5664..a7845cd7c34b 100644
--- a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-06-02 Thread Michał Górny
commit: 5c6fc0f3cb059bdf677398886f6e6bcfbce04fa8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 07:57:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 08:28:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6fc0f3

dev-python/ansible-compat: Bump to 4.1.2

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index a976a42bdaf9..6f6d91945865 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -7,3 +7,4 @@ DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e
 DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc
 DIST ansible-compat-4.1.0.tar.gz 66781 BLAKE2B 
ce0da545e4a81798ee9376129b9f9e8c0cfd7ca641086ae55516406b73f89472a1fc44384e3728207be76cb2b8d1b724c55ff5dcf72e88a0f971ccd59aea8a8d
 SHA512 
15b40622a00bb3b4ac3c8ed5ef05e0a65b867fbe9579352fbcbff8113d46e8da5fb5c36e0092387da4509b33244c8d27c0c08de76ff8dd78fd19e465824078c5
 DIST ansible-compat-4.1.1.tar.gz 66834 BLAKE2B 
9558bd83e4662ffb9a9f45b2e5b24e36d4d1066b8fb082513ce92057a2c106b255d107a1d51a75bad3fb87e750d195e74be2918cefb599195b120ad6cd4a5ec4
 SHA512 
c97599b218eb32ef0c9761202cf2b616586876466626c7d249be71e4d519b417f5e85342e0cf682e2e6bc1f7b8af73863eb0afad5dfaecfce744eeed830f6956
+DIST ansible-compat-4.1.2.tar.gz 66934 BLAKE2B 
08d17ce6f83b2ac2fc08fab1b3ef54742e75eb0236792fdcf2791a521bc154184d92f6d1f25b241ac6c524352f9cd39be8d3c74d414625a315a468aeb8ce09a8
 SHA512 
ef6ad4daf7c565de5b1ef1a5ad204e2b8c938f81ef0a736a1af660836ee557d5c88fc06eced2a8a9fb0c6ac5b48cda243052d5ae0b0f634653c9d41211739e64

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.2.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.2.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-31 Thread Michał Górny
commit: e2d8e99df094034318900d77e67486bd08a90374
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 06:13:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 06:33:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d8e99d

dev-python/ansible-compat: Bump to 4.1.1

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 8a6411da33d4..a976a42bdaf9 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -6,3 +6,4 @@ DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc
 DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6
 DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc
 DIST ansible-compat-4.1.0.tar.gz 66781 BLAKE2B 
ce0da545e4a81798ee9376129b9f9e8c0cfd7ca641086ae55516406b73f89472a1fc44384e3728207be76cb2b8d1b724c55ff5dcf72e88a0f971ccd59aea8a8d
 SHA512 
15b40622a00bb3b4ac3c8ed5ef05e0a65b867fbe9579352fbcbff8113d46e8da5fb5c36e0092387da4509b33244c8d27c0c08de76ff8dd78fd19e465824078c5
+DIST ansible-compat-4.1.1.tar.gz 66834 BLAKE2B 
9558bd83e4662ffb9a9f45b2e5b24e36d4d1066b8fb082513ce92057a2c106b255d107a1d51a75bad3fb87e750d195e74be2918cefb599195b120ad6cd4a5ec4
 SHA512 
c97599b218eb32ef0c9761202cf2b616586876466626c7d249be71e4d519b417f5e85342e0cf682e2e6bc1f7b8af73863eb0afad5dfaecfce744eeed830f6956

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.1.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.1.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-24 Thread Michał Górny
commit: 15e887468457ec3d9d52a53d9a1d325ec5d666e2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:02:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:02:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e88746

dev-python/ansible-compat: Bump to 4.1.0

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 3383b893df0c..8a6411da33d4 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -5,3 +5,4 @@ DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a92403
 DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5
 DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6
 DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc
+DIST ansible-compat-4.1.0.tar.gz 66781 BLAKE2B 
ce0da545e4a81798ee9376129b9f9e8c0cfd7ca641086ae55516406b73f89472a1fc44384e3728207be76cb2b8d1b724c55ff5dcf72e88a0f971ccd59aea8a8d
 SHA512 
15b40622a00bb3b4ac3c8ed5ef05e0a65b867fbe9579352fbcbff8113d46e8da5fb5c36e0092387da4509b33244c8d27c0c08de76ff8dd78fd19e465824078c5

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.0.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-22 Thread Jakov Smolić
commit: c6f595b1af99752fa5945e3bd3bcace9419bbbc6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 22 06:42:59 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 22 06:42:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f595b1

dev-python/ansible-compat: Stabilize 4.0.2 ALLARCHES, #906912

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/ansible-compat/ansible-compat-4.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild
index bbea175e5664..a7845cd7c34b 100644
--- a/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-21 Thread Michał Górny
commit: 11d5cfc0078ea91f20c00aa85243bbc2de70b367
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 04:03:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 05:53:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d5cfc0

dev-python/ansible-compat: Bump to 4.0.5

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 00a8554ba071..3383b893df0c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -4,3 +4,4 @@ DIST ansible-compat-4.0.0.tar.gz 62675 BLAKE2B 
9c384a25729c2c1f72e806b4df6172e18
 DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a924032cc6435780265c2595f1b0776477727c865c74afa25fc252a5d8ea74aead086293934cdc099966b875a96c5789f
 SHA512 
a2edc46a472e6f99cd0231e453742780c5ae8713768bfda4218ae3d6979c38779ba8c5ec491813550a6b3242ef04e5de2c916c9538fcf5b018e7500fdf18bc4d
 DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5
 DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6
+DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.5.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.0.5.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-15 Thread Michał Górny
commit: 39baf9f10e0cf5d4bff8972ed92751e351217c5b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 16 04:35:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 16 05:04:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39baf9f1

dev-python/ansible-compat: Bump to 4.0.4

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index be5d0b0dc67b..00a8554ba071 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -3,3 +3,4 @@ DIST ansible-compat-3.0.2.tar.gz 63328 BLAKE2B 
d09ae255e08531b26f8cac7082a3ad0cc
 DIST ansible-compat-4.0.0.tar.gz 62675 BLAKE2B 
9c384a25729c2c1f72e806b4df6172e183cd8f62c91047b5862a581227554e980b00e58be99b9d4192f4d85d7ce53f1bc16d136762c9b71100f1aa3fdafa8cab
 SHA512 
78559c0323ec190acf5e736a51b27349528eaeacd7fafbe953bbb9f03029985c514042ba9102117714ac5c558f50ac6e596da48c2fe491a092bd5d92c612fbb5
 DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a924032cc6435780265c2595f1b0776477727c865c74afa25fc252a5d8ea74aead086293934cdc099966b875a96c5789f
 SHA512 
a2edc46a472e6f99cd0231e453742780c5ae8713768bfda4218ae3d6979c38779ba8c5ec491813550a6b3242ef04e5de2c916c9538fcf5b018e7500fdf18bc4d
 DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5
+DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.4.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.4.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.0.4.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-04 Thread Michał Górny
commit: 39c338934674d4584d213447df91e599760b2693
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  5 05:08:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  5 05:21:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c33893

dev-python/ansible-compat: Bump to 4.0.2

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 31e207d9e391..be5d0b0dc67b 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -2,3 +2,4 @@ DIST ansible-compat-3.0.1.tar.gz 62676 BLAKE2B 
a1d08311e1b61d8387ef82db65581df4a
 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
 DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a924032cc6435780265c2595f1b0776477727c865c74afa25fc252a5d8ea74aead086293934cdc099966b875a96c5789f
 SHA512 
a2edc46a472e6f99cd0231e453742780c5ae8713768bfda4218ae3d6979c38779ba8c5ec491813550a6b3242ef04e5de2c916c9538fcf5b018e7500fdf18bc4d
+DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.2.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.0.2.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-05-01 Thread Michał Górny
commit: 56492109e5deb5d2f84c960a9b9a7637561a96c6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 02:40:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 02:40:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56492109

dev-python/ansible-compat: Bump to 4.0.1

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index bea406bb49f9..31e207d9e391 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
 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
+DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a924032cc6435780265c2595f1b0776477727c865c74afa25fc252a5d8ea74aead086293934cdc099966b875a96c5789f
 SHA512 
a2edc46a472e6f99cd0231e453742780c5ae8713768bfda4218ae3d6979c38779ba8c5ec491813550a6b3242ef04e5de2c916c9538fcf5b018e7500fdf18bc4d

diff --git a/dev-python/ansible-compat/ansible-compat-4.0.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.0.1.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.0.1.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-04-28 Thread Michał Górny
commit: a38f40b5182e07afdb8bb1311dc18b95f8461d46
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 29 05:12:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 29 05:12:25 2023 +
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  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 ..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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-04-13 Thread Michał Górny
commit: 7439b88c204b1c5ddac97d06b6e906e3c0ab81c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 14 03:34:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 14 03:59:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7439b88c

dev-python/ansible-compat: Bump to 3.0.2

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 3824431f256e..ce53b5dfa8f1 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-3.0.2.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-3.0.2.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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-03-11 Thread Michał Górny
commit: f9e7c73d6191fbff50c862c8fb655ac660904641
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 09:49:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 09:49:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e7c73d

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-2.2.7.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7862b303c25f..3824431f256e 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1 @@
-DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1
 DIST ansible-compat-3.0.1.tar.gz 62676 BLAKE2B 
a1d08311e1b61d8387ef82db65581df4ab7cb4a2520bff9173845fa5b9fe18d173afd4306874967fb40c007546f36d78349a503bd09ae14257a38a59e1cbb22f
 SHA512 
27183b09f957a79254b5dfa237c2ef789dac95e86f421277878a57487a16684de862f03f6ecee6c57ab5a5dfa8c7ee2802d5e63e74ca0aebc61efa46574f0a61

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
deleted file mode 100644
index 2e7296f0d6fb..
--- a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${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.3.5[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst-parser \
-   dev-python/sphinx_ansible_theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-03-01 Thread Michał Górny
commit: ef27e4fdccdabdc590573696655fcec76ce6ec38
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  2 05:11:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  2 05:11:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef27e4fd

dev-python/ansible-compat: Use pypi.eclass

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

 dev-python/ansible-compat/ansible-compat-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
index c1d94be9be9e..d0bf4e964fdb 100644
--- a/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit distutils-r1
+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/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-02-01 Thread Marek Szuba
commit: 092135ae0eb6df7ab07e74efe38fb99a6d326646
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb  1 22:56:51 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb  1 23:08:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092135ae

dev-python/ansible-compat: add 3.0.1, drop 3.0.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest  | 2 +-
 .../{ansible-compat-3.0.0.ebuild => ansible-compat-3.0.1.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 52db35730641..7862b303c25f 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,2 @@
 DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1
-DIST ansible-compat-3.0.0.tar.gz 62265 BLAKE2B 
7a944fdf5fb419b95f9da0e28cc4e58f5a8fb969653bb74fa2a4103f7d367210bf86de95fa5f3493ef383db4d8ffcc2ab935c006450c2778cb10b256cd32c515
 SHA512 
af4e1de6b1c73f2c59ae6c7a209f401a9e7871b3674a06c1da48f00d1d508596c557f497cd07b2e32d09814de17c1bfbb0f208b4cef64b2a3457ec47aaed2824
+DIST ansible-compat-3.0.1.tar.gz 62676 BLAKE2B 
a1d08311e1b61d8387ef82db65581df4ab7cb4a2520bff9173845fa5b9fe18d173afd4306874967fb40c007546f36d78349a503bd09ae14257a38a59e1cbb22f
 SHA512 
27183b09f957a79254b5dfa237c2ef789dac95e86f421277878a57487a16684de862f03f6ecee6c57ab5a5dfa8c7ee2802d5e63e74ca0aebc61efa46574f0a61

diff --git a/dev-python/ansible-compat/ansible-compat-3.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-3.0.1.ebuild
similarity index 100%
rename from dev-python/ansible-compat/ansible-compat-3.0.0.ebuild
rename to dev-python/ansible-compat/ansible-compat-3.0.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-01-31 Thread Michał Górny
commit: 596665449ba4fcdc92ef9944660b958aaacc0ac8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 04:42:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 04:57:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59666544

dev-python/ansible-compat: Bump to 3.0.0

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

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index abac62b7dc19..52db35730641 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1
+DIST ansible-compat-3.0.0.tar.gz 62265 BLAKE2B 
7a944fdf5fb419b95f9da0e28cc4e58f5a8fb969653bb74fa2a4103f7d367210bf86de95fa5f3493ef383db4d8ffcc2ab935c006450c2778cb10b256cd32c515
 SHA512 
af4e1de6b1c73f2c59ae6c7a209f401a9e7871b3674a06c1da48f00d1d508596c557f497cd07b2e32d09814de17c1bfbb0f208b4cef64b2a3457ec47aaed2824

diff --git a/dev-python/ansible-compat/ansible-compat-3.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-3.0.0.ebuild
new file mode 100644
index ..c1d94be9be9e
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-3.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
+PYTHON_COMPAT=( python3_{10..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2023-01-10 Thread Michał Górny
commit: ba97d9b3391fc3766e5ff149b6e31c075c56df08
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 14:45:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 14:49:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba97d9b3

dev-python/ansible-compat: Remove Python < 3.10

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

 dev-python/ansible-compat/ansible-compat-2.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
index bea25108e31f..39bd146bfb5d 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-12-31 Thread Michał Górny
commit: 5e88664ce58454e2f4e1fa894ca9a62efd0dc8f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 13:28:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 13:31:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e88664c

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  2 -
 .../ansible-compat/ansible-compat-2.2.5.ebuild | 56 --
 .../ansible-compat/ansible-compat-2.2.6.ebuild | 56 --
 3 files changed, 114 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 970fe2783a27..abac62b7dc19 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1 @@
-DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
-DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 
5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c
 SHA512 
b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195
 DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
deleted file mode 100644
index bea25108e31f..
--- a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${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.3.5[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-distutils_enable_tests pytest

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
deleted file mode 100644
index ea13f54d55c0..
--- a/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-12-31 Thread Sam James
commit: fefc740f77b90fb63e42f9f700ab74d0efe0f6a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 31 13:00:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 31 13:00:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefc740f

dev-python/ansible-compat: Stabilize 2.2.7 ALLARCHES, #889086

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
index ea13f54d55c0..bea25108e31f 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-12-10 Thread Michał Górny
commit: d3716fb7234167154be4941a2902b0cab0b0205d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 11 03:26:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 11 03:26:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3716fb7

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  3 --
 .../ansible-compat/ansible-compat-2.2.1.ebuild | 63 --
 .../ansible-compat/ansible-compat-2.2.3.ebuild | 63 --
 .../ansible-compat/ansible-compat-2.2.4.ebuild | 57 
 4 files changed, 186 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 5bfd6dbb1b63..970fe2783a27 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,6 +1,3 @@
-DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e
-DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1
-DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9
 DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
 DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 
5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c
 SHA512 
b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195
 DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
deleted file mode 100644
index 30d54cc49842..
--- a/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${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.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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_sphinx docs \

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-12-10 Thread Sam James
commit: 78572cdb917b9c981ee17dbd87f43564533f648a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 10 17:37:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 10 17:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78572cdb

dev-python/ansible-compat: Stabilize 2.2.5 ALLARCHES, #885143

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
index ea13f54d55c0..bea25108e31f 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-12-09 Thread Michał Górny
commit: c19094d76add848cd9fae79149c857ba61d01ce8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 10 06:03:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 10 06:03:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19094d7

dev-python/ansible-compat: Bump to 2.2.7

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.7.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 031010392171..5bfd6dbb1b63 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -3,3 +3,4 @@ DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33d
 DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9
 DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
 DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 
5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c
 SHA512 
b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195
+DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 
58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f
 SHA512 
9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
new file mode 100644
index ..ea13f54d55c0
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-11-30 Thread Michał Górny
commit: 90fe18d90389de0a7430828ad0dbf0016494781d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 06:05:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  1 07:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fe18d9

dev-python/ansible-compat: Bump to 2.2.6

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.6.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7fe1778c8f3d..031010392171 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -2,3 +2,4 @@ DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6
 DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1
 DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9
 DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
+DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 
5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c
 SHA512 
b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
new file mode 100644
index ..ea13f54d55c0
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-11-18 Thread Michał Górny
commit: 0662cbc21bfa9917d58fa9e3736f4789e5b9acb9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 18 08:06:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 18 09:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0662cbc2

dev-python/ansible-compat: Bump to 2.2.5

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.5.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 76bb72cb166c..7fe1778c8f3d 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e
 DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1
 DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9
+DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 
25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28
 SHA512 
8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
new file mode 100644
index ..ea13f54d55c0
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-11-04 Thread Michał Górny
commit: 1e640c675365e5573799dc83a1afe0d492c7c4b9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov  4 06:14:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov  4 06:14:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e640c67

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-2.2.0.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7c38274aeb1a..76bb72cb166c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,4 +1,3 @@
-DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
 DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e
 DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1
 DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
deleted file mode 100644
index 554f1e9d3524..
--- a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${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.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p pytest_markdown.plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-11-03 Thread Sam James
commit: 5715103128b7c673d70c871b1bbd8305dea76c97
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  3 22:04:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  3 22:04:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57151031

dev-python/ansible-compat: Stabilize 2.2.1 ALLARCHES, #879483

Signed-off-by: Sam James  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
index 0a8b7add6886..30d54cc49842 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-11-02 Thread Michał Górny
commit: 792608b975fa359d582e182e78d061240abcc9d2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  2 07:17:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  2 07:37:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792608b9

dev-python/ansible-compat: Bump to 2.2.4

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.4.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 45851509af26..7c38274aeb1a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,4 @@
 DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
 DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e
 DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1
+DIST ansible-compat-2.2.4.tar.gz 39772 BLAKE2B 
a4874675086956e11de4df4068e3b17b65b4f9f7610bb88bfba308d880fe478e39a4450a362bb06a555a36a41731f336c51756893ebe65715fc022421c51a293
 SHA512 
ec30329b2aa07ea7685a8cd91438f0d0e9003644fb3d15a842277abc7f5f1eeed61bb606ca594d6496e1980be0109dd5e4021bc4aeb66d909a312bf02649a1b9

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.4.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.4.ebuild
new file mode 100644
index ..12d9c5e19884
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-10-31 Thread Michał Górny
commit: 26f88c14c105bf6936ac109059811d7f5485f2a7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 31 15:06:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 31 15:49:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f88c14

dev-python/ansible-compat: Bump to 2.2.3

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.3.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index ffe6159bd51c..45851509af26 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
 DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e
+DIST ansible-compat-2.2.3.tar.gz 39603 BLAKE2B 
16b88a1c669a74d858e4d47539811b33db77561f7e72088d5eece67ee1594e65a9328277bc65b96dce726180c29118b2b240b45541b6548b34584d643f836894
 SHA512 
4944ff97524734c445438c052aeedd0d526b58e91a56e0bcc32123fb3a9464c82f7718ea1897a09ef0dd33dfa36abdc6e0a0157e9a4eb8d341cbd712b2f538d1

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.3.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.3.ebuild
new file mode 100644
index ..0a8b7add6886
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.3.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-09-27 Thread Agostino Sarubbo
commit: 0d6404dcd5095705b6efeae1d6739cadf82ff421
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Sep 27 07:05:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Sep 27 07:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6404dc

dev-python/ansible-compat: Stabilize 2.2.0 amd64, #872965

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
index 5abc44e6b8de..554f1e9d3524 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-09-25 Thread Marek Szuba
commit: 261e10c33ab718ec4c509f0edeb611d48aaab609
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 26 00:43:19 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Sep 26 01:01:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261e10c3

dev-python/ansible-compat: drop 2.1.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-2.1.0.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index c63286ee0e16..ffe6159bd51c 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1,2 @@
-DIST ansible-compat-2.1.0.tar.gz 37840 BLAKE2B 
5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f
 SHA512 
a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3
 DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
 DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e

diff --git a/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild
deleted file mode 100644
index 438acfa7dc99..
--- a/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.5.1[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p pytest_markdown.plugin
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-09-25 Thread Marek Szuba
commit: a4ff97f4f723dd554311a8295b60f38b020b43c8
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 25 21:01:31 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 25 21:03:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ff97f4

dev-python/ansible-compat: disable py3.11 on 2.2.0

Nattka seems to think stabilising this version with py3.11 in
PYTHON_COMPAT requires dev-lang/python:3.11 to be stabilised as well.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
index 0a8b7add6886..5abc44e6b8de 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-09-25 Thread Arthur Zamarin
commit: 7760e817a8ea9b6987dbcc6cd89a296c9dc2a00b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 07:24:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 07:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7760e817

dev-python/ansible-compat: add 2.2.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.1.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index b17ac388a8c1..c63286ee0e16 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-2.1.0.tar.gz 37840 BLAKE2B 
5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f
 SHA512 
a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3
 DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136
+DIST ansible-compat-2.2.1.tar.gz 39126 BLAKE2B 
c4d0512606c99ba8f07e0287620c94af6b46d7bf0077f12dcbfd9689fc7106f164a87db25de1625249ac2930858bfa655bd93d83aba0d85ed4f8bdd42cd345dc
 SHA512 
3e941eb2c5303f83b7e7c057d08801f192889b636d9c6e56a2ac21cf75144a52ba2916eaedeba7bf848dd268387bf4d3261541d75145b213cc3f6baca6a06e5e

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
new file mode 100644
index ..0a8b7add6886
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.9.0[${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.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-09-21 Thread Marek Szuba
commit: 6cb7882993775b98d0af8be7dfc861834006
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Sep 21 13:59:42 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Sep 21 14:00:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb78829

dev-python/ansible-compat: enable py3.11

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
index 5abc44e6b8de..0a8b7add6886 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-07-14 Thread Michał Górny
commit: 442754a5a55fce70641710e14dd9db9cb85ed23e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 14 06:24:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 14 07:31:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442754a5

dev-python/ansible-compat: Bump to 2.2.0

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.2.0.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 303625ef2d63..b17ac388a8c1 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-2.1.0.tar.gz 37840 BLAKE2B 
5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f
 SHA512 
a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3
+DIST ansible-compat-2.2.0.tar.gz 38772 BLAKE2B 
dbe74d23d2f2e4275bd9df2303417ea83517e780e65c6a34bd6ae1022be265ac816b50b309fc45f88e0c7fac7d7a22c83a826cc15be050698a6f35b267a36ac3
 SHA512 
3bd199431659ecba52743c6c985d2cdc6ee55396444241ba2456bc5430bbc87e26087dffbfff62ac341fa854e19baa0d7052cf79f20511222fd9e001dd020136

diff --git a/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
new file mode 100644
index ..36ec1e075135
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.2.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${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.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-06-16 Thread Michał Górny
commit: 2f5f907e38362a4863b1acc2d1f2cdd16225d296
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:01:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:01:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5f907e

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  2 -
 .../ansible-compat/ansible-compat-2.0.3.ebuild | 61 --
 .../ansible-compat/ansible-compat-2.0.4.ebuild | 61 --
 3 files changed, 124 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 0f7083e9318a..303625ef2d63 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1 @@
-DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599
-DIST ansible-compat-2.0.4.tar.gz 35447 BLAKE2B 
53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7
 SHA512 
8fd6738cf2caf4cae3590e839edd76fdb21ebbb88f50bda470e6711fda4ac8ef18eded3ae4ff72e3b53925afc5649658892e434da943ebd7e986d18afe9cc6af
 DIST ansible-compat-2.1.0.tar.gz 37840 BLAKE2B 
5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f
 SHA512 
a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
deleted file mode 100644
index 5b3828e761ae..
--- a/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p pytest_markdown.plugin
-}

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild
deleted file mode 100644
index 5b3828e761ae..
--- a/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-06-04 Thread Michał Górny
commit: 42dea39e4daaa90899e88c919cbdc1e2fc8d002a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  4 17:34:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  4 17:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dea39e

dev-python/ansible-compat: Add python@ as co-maint.

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

 dev-python/ansible-compat/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/ansible-compat/metadata.xml 
b/dev-python/ansible-compat/metadata.xml
index cc57cf6f5340..867cb86db2b4 100644
--- a/dev-python/ansible-compat/metadata.xml
+++ b/dev-python/ansible-compat/metadata.xml
@@ -5,6 +5,10 @@
mare...@gentoo.org
Marek Szuba

+   
+   pyt...@gentoo.org
+   Python
+   


ansible-compat



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-05-24 Thread Michał Górny
commit: 7d9ccebed5495ba0f0a5f9ee5103d638f0292b3a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 04:02:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 06:01:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9ccebe

dev-python/ansible-compat: Bump to 2.1.0

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.1.0.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index dd9e7faa3d5b..0f7083e9318a 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599
 DIST ansible-compat-2.0.4.tar.gz 35447 BLAKE2B 
53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7
 SHA512 
8fd6738cf2caf4cae3590e839edd76fdb21ebbb88f50bda470e6711fda4ac8ef18eded3ae4ff72e3b53925afc5649658892e434da943ebd7e986d18afe9cc6af
+DIST ansible-compat-2.1.0.tar.gz 37840 BLAKE2B 
5ac74cdaef1c932094996f331ed94418836b3351cbd376ae35ef22046b68dad0a8ab68fd293015db9954e0a5e1df4b5c529b3845cee5778daed2bb207733ca4f
 SHA512 
a85681aff3d34ef4a4cdad8f419017a174bf315034495bc032a7e33d586cbcf72de74d163b6faf3cd21988704e5dbb922872b83a23981891311dbb18e53797a3

diff --git a/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild
new file mode 100644
index ..7f566730059f
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.1.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.5.1[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-05-17 Thread Michał Górny
commit: b6e841f6e2e2a9e90caad27089e71cb77d69a66b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 05:07:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 06:54:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e841f6

dev-python/ansible-compat: Bump to 2.0.4

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.0.4.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 4ee1bfe9fd47..dd9e7faa3d5b 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599
+DIST ansible-compat-2.0.4.tar.gz 35447 BLAKE2B 
53aa93ef3144071c2d9022bce99c6d20a67650fa98a6896db4fd1c866ada292390cc8e6bb6e7bd3b2b05cef8b3cab2803522ca1bbb7dbacb7b9da29b16f1fbb7
 SHA512 
8fd6738cf2caf4cae3590e839edd76fdb21ebbb88f50bda470e6711fda4ac8ef18eded3ae4ff72e3b53925afc5649658892e434da943ebd7e986d18afe9cc6af

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild
new file mode 100644
index ..5b3828e761ae
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.0.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-05-16 Thread Michał Górny
commit: 97a6128a899515ce38b1ad6d4a1fd7a7cbf81145
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:53:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a6128a

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-2.0.2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index fe1285517014..4ee1bfe9fd47 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1 @@
-DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 
288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2
 SHA512 
ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593
 DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
deleted file mode 100644
index c1f62f805b15..
--- a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-05-11 Thread Michał Górny
commit: 7709938596039faea80dcf221e6fe81383c6901e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 16:27:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 16:43:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77099385

dev-python/ansible-compat: Enable pytest-markdown explicitly

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

 dev-python/ansible-compat/ansible-compat-2.0.3.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
index 963815e41a06..5b3828e761ae 100644
--- a/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
@@ -55,3 +55,7 @@ distutils_enable_sphinx docs \
dev-python/sphinx_ansible_theme
 
 distutils_enable_tests pytest
+
+python_test() {
+   epytest -p pytest_markdown.plugin
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-05-10 Thread Michał Górny
commit: 6204207ab1bd1c3515beb96852f539cb4ca437a2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 10 08:40:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 10 10:06:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6204207a

dev-python/ansible-compat: Bump to 2.0.3

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.0.3.ebuild | 57 ++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7c4e709427c7..fe1285517014 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 
288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2
 SHA512 
ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593
+DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
new file mode 100644
index ..963815e41a06
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.0.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-04-01 Thread Marek Szuba
commit: f3c63c9685c9fbff28fec6260df3336f44ff0c74
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Apr  1 08:15:29 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Apr  1 08:18:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c63c96

dev-python/ansible-compat: keyword 2.0.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
index 883befe0a350..c1f62f805b15 100644
--- a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
>=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-03-26 Thread Marek Szuba
commit: 8c1ae0d2f19a997c907c4371fbc3bbc91ea3c53e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Mar 26 22:26:31 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Mar 26 22:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1ae0d2

dev-python/ansible-compat: update HOMEPAGE

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-2.0.2.ebuild | 2 +-
 dev-python/ansible-compat/metadata.xml| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
index 5002b5d41ebc..883befe0a350 100644
--- a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 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-community/ansible-compat/;
+HOMEPAGE="https://pypi.org/project/ansible-compat/ 
https://github.com/ansible/ansible-compat/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/dev-python/ansible-compat/metadata.xml 
b/dev-python/ansible-compat/metadata.xml
index d3c8f1c3e37f..cc57cf6f5340 100644
--- a/dev-python/ansible-compat/metadata.xml
+++ b/dev-python/ansible-compat/metadata.xml
@@ -8,6 +8,6 @@


ansible-compat
-   ansible-community/ansible-compat
+   ansible/ansible-compat

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-03-26 Thread Marek Szuba
commit: 7207e6b0e26631ce91894cbf7bf750117220e115
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Mar 26 21:48:51 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Mar 26 22:31:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7207e6b0

dev-python/ansible-compat: drop 1.0.0, 2.0.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  2 -
 .../ansible-compat/ansible-compat-1.0.0.ebuild | 52 --
 .../ansible-compat/ansible-compat-2.0.0.ebuild | 51 -
 3 files changed, 105 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 7eb24cc9e36e..7c4e709427c7 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,3 +1 @@
-DIST ansible-compat-1.0.0.tar.gz 34729 BLAKE2B 
56eb32314e310777e454a5f5e020cc4dfc485e6d5720d45e99734ce8cf238377f1ff443f9f78f5b9de947944564a7001294907c0e186fe94cd4561d4d348723e
 SHA512 
dd02b47acf38b378016acbe6f2e6494df1cbf68d88a0cb685a5f594ee24b23af1c4d14878090ba7ea69f76185afb57eeb546cc40a6038171eebc991401c6e241
-DIST ansible-compat-2.0.0.tar.gz 34702 BLAKE2B 
a88afd442ffa520037957a537be5a22c8644c1a3d3cc9e23645f74687db068113945869c271b93ad1fdc07ebc58f29d3137e606889a0eb01ad0e68f75237ba1f
 SHA512 
2b2aade5a201e6edbd5000b0e19497eb5ed5eaf9633edd502c19596b3d1018212f5504f1abad5bc225a8128ad5bb118fcea664b3a927490bcb3636e00ec16fd9
 DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 
288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2
 SHA512 
ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593

diff --git a/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
deleted file mode 100644
index e963e3ab20d9..
--- a/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-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-community/ansible-compat/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="$(python_gen_cond_dep '
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${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
-)
-
-# Requires currently unpackaged Sphinx extension myst_parser
-#distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
-
-distutils_enable_tests pytest

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
deleted file mode 100644
index 5a527bb5e082..
--- a/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-
-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-community/ansible-compat/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"

[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-03-18 Thread Michał Górny
commit: bf241e90de8507db676ade576b00fee5a1b5c56c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 08:52:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 10:08:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf241e90

dev-python/ansible-compat: Bump to 2.0.2

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-2.0.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 1acf1b8455fd..7eb24cc9e36e 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,3 @@
 DIST ansible-compat-1.0.0.tar.gz 34729 BLAKE2B 
56eb32314e310777e454a5f5e020cc4dfc485e6d5720d45e99734ce8cf238377f1ff443f9f78f5b9de947944564a7001294907c0e186fe94cd4561d4d348723e
 SHA512 
dd02b47acf38b378016acbe6f2e6494df1cbf68d88a0cb685a5f594ee24b23af1c4d14878090ba7ea69f76185afb57eeb546cc40a6038171eebc991401c6e241
 DIST ansible-compat-2.0.0.tar.gz 34702 BLAKE2B 
a88afd442ffa520037957a537be5a22c8644c1a3d3cc9e23645f74687db068113945869c271b93ad1fdc07ebc58f29d3137e606889a0eb01ad0e68f75237ba1f
 SHA512 
2b2aade5a201e6edbd5000b0e19497eb5ed5eaf9633edd502c19596b3d1018212f5504f1abad5bc225a8128ad5bb118fcea664b3a927490bcb3636e00ec16fd9
+DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 
288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2
 SHA512 
ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
new file mode 100644
index ..5002b5d41ebc
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+
+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-community/ansible-compat/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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_sphinx docs \
+   dev-python/ansible-pygments \
+   dev-python/myst_parser \
+   dev-python/sphinx_ansible_theme
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-03-11 Thread Marek Szuba
commit: 4189f1bd4d208f93a323c5d1b4ee1203af3c0521
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Mar 12 01:18:41 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Mar 12 01:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4189f1bd

dev-python/ansible-compat: add 2.0.0, drop 0.5.0

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  2 +-
 ...ansible-compat-0.5.0.ebuild => ansible-compat-2.0.0.ebuild} | 10 --
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 5471b0454288..1acf1b8455fd 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1,2 @@
-DIST ansible-compat-0.5.0.tar.gz 32913 BLAKE2B 
468dbcf20865225c76896dd8aad6f4b9a749b7a45d661484f89e2eaab4416b29f2e0ea0477b86ea52193165cd23180a79ebd5adac571e0b7d659096e84c27bcb
 SHA512 
3ea219ceda313daf923d11ff45c31a760ddbae7ac782b1f89316eb29960a8028fab4e7e242fa0247c6ef5824d71ff9f22ae8956af73dda261a69713110e3db8e
 DIST ansible-compat-1.0.0.tar.gz 34729 BLAKE2B 
56eb32314e310777e454a5f5e020cc4dfc485e6d5720d45e99734ce8cf238377f1ff443f9f78f5b9de947944564a7001294907c0e186fe94cd4561d4d348723e
 SHA512 
dd02b47acf38b378016acbe6f2e6494df1cbf68d88a0cb685a5f594ee24b23af1c4d14878090ba7ea69f76185afb57eeb546cc40a6038171eebc991401c6e241
+DIST ansible-compat-2.0.0.tar.gz 34702 BLAKE2B 
a88afd442ffa520037957a537be5a22c8644c1a3d3cc9e23645f74687db068113945869c271b93ad1fdc07ebc58f29d3137e606889a0eb01ad0e68f75237ba1f
 SHA512 
2b2aade5a201e6edbd5000b0e19497eb5ed5eaf9633edd502c19596b3d1018212f5504f1abad5bc225a8128ad5bb118fcea664b3a927490bcb3636e00ec16fd9

diff --git a/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
similarity index 81%
rename from dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
rename to dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
index 7b7537c2f7bc..5a527bb5e082 100644
--- a/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-# TODO: 0.6.0+ support py3.10 upstream but as of 2021-11-18 we are still 
missing
-# support for it in app-admin/ansible-base, add when ready
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 
 inherit distutils-r1
 
@@ -47,7 +46,6 @@ EPYTEST_DESELECT=(
test/test_runtime_example.py::test_runtime
 )
 
-# Requires currently unpackaged Sphinx extension myst_parser
-#distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
+distutils_enable_sphinx docs dev-python/ansible-pygments 
dev-python/myst_parser dev-python/sphinx_ansible_theme
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2022-01-11 Thread Marek Szuba
commit: f99978d822bd5f39598909e79458f55e71c77bca
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Jan 11 18:37:57 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Jan 11 18:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99978d8

dev-python/ansible-compat: add 1.0.0

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 942408e367d8..5471b0454288 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1 +1,2 @@
 DIST ansible-compat-0.5.0.tar.gz 32913 BLAKE2B 
468dbcf20865225c76896dd8aad6f4b9a749b7a45d661484f89e2eaab4416b29f2e0ea0477b86ea52193165cd23180a79ebd5adac571e0b7d659096e84c27bcb
 SHA512 
3ea219ceda313daf923d11ff45c31a760ddbae7ac782b1f89316eb29960a8028fab4e7e242fa0247c6ef5824d71ff9f22ae8956af73dda261a69713110e3db8e
+DIST ansible-compat-1.0.0.tar.gz 34729 BLAKE2B 
56eb32314e310777e454a5f5e020cc4dfc485e6d5720d45e99734ce8cf238377f1ff443f9f78f5b9de947944564a7001294907c0e186fe94cd4561d4d348723e
 SHA512 
dd02b47acf38b378016acbe6f2e6494df1cbf68d88a0cb685a5f594ee24b23af1c4d14878090ba7ea69f76185afb57eeb546cc40a6038171eebc991401c6e241

diff --git a/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
new file mode 100644
index ..e963e3ab20d9
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+
+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-community/ansible-compat/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="$(python_gen_cond_dep '
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${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
+)
+
+# Requires currently unpackaged Sphinx extension myst_parser
+#distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2021-11-19 Thread Marek Szuba
commit: d7774f16018d6454e5861059efe966041a369613
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 19 18:12:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 19 18:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7774f16

dev-python/ansible-compat: deselect network sandbox-violating tests

All of these tests fail if the network sandbox is active because they
try to connect to the Ansible Galaxy API server.

One of these days I *will* remember that our network sandbox does not
work in Docker.

Closes: https://bugs.gentoo.org/824950
Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/ansible-compat-0.5.0.ebuild | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
index 4001784180fa..7b7537c2f7bc 100644
--- a/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
@@ -33,6 +33,20 @@ BDEPEND="$(python_gen_cond_dep '
)
 ')"
 
+# 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
+)
+
 # Requires currently unpackaged Sphinx extension myst_parser
 #distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/

2021-11-19 Thread Marek Szuba
commit: 1c799a266c07f39a5967016493b3501e9655d65c
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 19 13:45:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 19 14:58:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c799a26

dev-python/ansible-compat: initial import

New dependency of app-admin/ansible-molecule. Adding 0.5.0 because it
is the latest version currently available on PyPI, using tarballs
from GitHub would require messing around with setuptools_scm.

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-0.5.0.ebuild | 39 ++
 dev-python/ansible-compat/metadata.xml | 13 
 3 files changed, 53 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
new file mode 100644
index ..942408e367d8
--- /dev/null
+++ b/dev-python/ansible-compat/Manifest
@@ -0,0 +1 @@
+DIST ansible-compat-0.5.0.tar.gz 32913 BLAKE2B 
468dbcf20865225c76896dd8aad6f4b9a749b7a45d661484f89e2eaab4416b29f2e0ea0477b86ea52193165cd23180a79ebd5adac571e0b7d659096e84c27bcb
 SHA512 
3ea219ceda313daf923d11ff45c31a760ddbae7ac782b1f89316eb29960a8028fab4e7e242fa0247c6ef5824d71ff9f22ae8956af73dda261a69713110e3db8e

diff --git a/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
new file mode 100644
index ..4001784180fa
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-0.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# TODO: 0.6.0+ support py3.10 upstream but as of 2021-11-18 we are still 
missing
+# support for it in app-admin/ansible-base, add when ready
+PYTHON_COMPAT=( python3_{8..9} )
+
+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-community/ansible-compat/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
+"
+BDEPEND="$(python_gen_cond_dep '
+   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-markdown[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-plus[${PYTHON_USEDEP}]
+   )
+')"
+
+# Requires currently unpackaged Sphinx extension myst_parser
+#distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
+
+distutils_enable_tests pytest

diff --git a/dev-python/ansible-compat/metadata.xml 
b/dev-python/ansible-compat/metadata.xml
new file mode 100644
index ..d3c8f1c3e37f
--- /dev/null
+++ b/dev-python/ansible-compat/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   
+   ansible-compat
+   ansible-community/ansible-compat
+   
+