Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/
Date: Sat, 31 Dec 2022 13:31:51
Message-Id: 1672493497.5e88664ce58454e2f4e1fa894ca9a62efd0dc8f2.mgorny@gentoo
1 commit: 5e88664ce58454e2f4e1fa894ca9a62efd0dc8f2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 13:28:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 13:31:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e88664c
7
8 dev-python/ansible-compat: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ansible-compat/Manifest | 2 -
13 .../ansible-compat/ansible-compat-2.2.5.ebuild | 56 ----------------------
14 .../ansible-compat/ansible-compat-2.2.6.ebuild | 56 ----------------------
15 3 files changed, 114 deletions(-)
16
17 diff --git a/dev-python/ansible-compat/Manifest b/dev-python/ansible-compat/Manifest
18 index 970fe2783a27..abac62b7dc19 100644
19 --- a/dev-python/ansible-compat/Manifest
20 +++ b/dev-python/ansible-compat/Manifest
21 @@ -1,3 +1 @@
22 -DIST ansible-compat-2.2.5.tar.gz 39794 BLAKE2B 25a5c858eb3e120b7f51b8800b01eff2482a03d0e5f5c049d4ff2bc96ab2c01e856284f3328d5c9e3621b2d769df4450c9427997b48a7ddd337b01aa777e0c28 SHA512 8029d6dbd093414fb5eccba1789c881601a3a1f45bf7779f9e2af886d457e9c57a4e6432eed73a1d387b4d82617e1677a857cf0d2dfdcebcefa0dc790b2ec2d4
23 -DIST ansible-compat-2.2.6.tar.gz 38890 BLAKE2B 5022676dca1c2cb24e8f3e3387de8ef214979124b6d4a819f6328b2ffa0b19bddc5ef60131eb0133d809a214ecdf39fb5c01b197a44111e05a23740d4955c00c SHA512 b02faeb0202839c01a777277cd077264b44fbadbef679e93cb4ac0be3b81df921bc8f000e27372446326976acd1b42f1f1f42896ff0af9ba0677e7a93d06b195
24 DIST ansible-compat-2.2.7.tar.gz 47378 BLAKE2B 58f3b19400fb7646d37c585df07435e65a60f3e57d445c98e8089c6a2ed853cb5dbab682d85cee1a604e1b4de6dd137faa12bf78fe7913752839f95bd651435f SHA512 9a3863be3d755eb5a1a61ba0c526786ea3df14bc6fcabd9196559eb625ab6dfc8de7a17fdb2cdd8ad71d7d61b5e2f0543b8b5908f39d5e7d9ea45e387aa625b1
25
26 diff --git a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild b/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
27 deleted file mode 100644
28 index bea25108e31f..000000000000
29 --- a/dev-python/ansible-compat/ansible-compat-2.2.5.ebuild
30 +++ /dev/null
31 @@ -1,56 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -DISTUTILS_USE_PEP517=setuptools
38 -PYTHON_COMPAT=( python3_{9..11} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
43 -HOMEPAGE="
44 - https://pypi.org/project/ansible-compat/
45 - https://github.com/ansible/ansible-compat/
46 -"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~riscv"
52 -
53 -RDEPEND="
54 - >=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]
55 - >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
56 - dev-python/packaging[${PYTHON_USEDEP}]
57 - dev-python/pyyaml[${PYTHON_USEDEP}]
58 - >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
59 -"
60 -BDEPEND="
61 - >=dev-python/setuptools_scm-7.0.0[${PYTHON_USEDEP}]
62 - test? (
63 - dev-python/flaky[${PYTHON_USEDEP}]
64 - dev-python/pytest-mock[${PYTHON_USEDEP}]
65 - dev-python/pytest-plus[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -# All these tests attempt to connect to galaxy.ansible.com
70 -EPYTEST_DESELECT=(
71 - test/test_runtime.py::test_install_collection
72 - test/test_runtime.py::test_install_collection_dest
73 - test/test_runtime.py::test_prepare_environment_with_collections
74 - test/test_runtime.py::test_prerun_reqs_v1
75 - test/test_runtime.py::test_prerun_reqs_v2
76 - test/test_runtime.py::test_require_collection_no_cache_dir
77 - test/test_runtime.py::test_require_collection_wrong_version
78 - test/test_runtime.py::test_require_collection
79 - test/test_runtime.py::test_upgrade_collection
80 - test/test_runtime_example.py::test_runtime
81 -)
82 -
83 -distutils_enable_sphinx docs \
84 - dev-python/ansible-pygments \
85 - dev-python/myst_parser \
86 - dev-python/sphinx_ansible_theme
87 -distutils_enable_tests pytest
88
89 diff --git a/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild b/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
90 deleted file mode 100644
91 index ea13f54d55c0..000000000000
92 --- a/dev-python/ansible-compat/ansible-compat-2.2.6.ebuild
93 +++ /dev/null
94 @@ -1,56 +0,0 @@
95 -# Copyright 1999-2022 Gentoo Authors
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=8
99 -
100 -DISTUTILS_USE_PEP517=setuptools
101 -PYTHON_COMPAT=( python3_{9..11} )
102 -
103 -inherit distutils-r1
104 -
105 -DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
106 -HOMEPAGE="
107 - https://pypi.org/project/ansible-compat/
108 - https://github.com/ansible/ansible-compat/
109 -"
110 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
111 -
112 -LICENSE="MIT"
113 -SLOT="0"
114 -KEYWORDS="~amd64 ~riscv"
115 -
116 -RDEPEND="
117 - >=app-admin/ansible-core-2.9.0[${PYTHON_USEDEP}]
118 - >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
119 - dev-python/packaging[${PYTHON_USEDEP}]
120 - dev-python/pyyaml[${PYTHON_USEDEP}]
121 - >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
122 -"
123 -BDEPEND="
124 - >=dev-python/setuptools_scm-7.0.0[${PYTHON_USEDEP}]
125 - test? (
126 - dev-python/flaky[${PYTHON_USEDEP}]
127 - dev-python/pytest-mock[${PYTHON_USEDEP}]
128 - dev-python/pytest-plus[${PYTHON_USEDEP}]
129 - )
130 -"
131 -
132 -# All these tests attempt to connect to galaxy.ansible.com
133 -EPYTEST_DESELECT=(
134 - test/test_runtime.py::test_install_collection
135 - test/test_runtime.py::test_install_collection_dest
136 - test/test_runtime.py::test_prepare_environment_with_collections
137 - test/test_runtime.py::test_prerun_reqs_v1
138 - test/test_runtime.py::test_prerun_reqs_v2
139 - test/test_runtime.py::test_require_collection_no_cache_dir
140 - test/test_runtime.py::test_require_collection_wrong_version
141 - test/test_runtime.py::test_require_collection
142 - test/test_runtime.py::test_upgrade_collection
143 - test/test_runtime_example.py::test_runtime
144 -)
145 -
146 -distutils_enable_sphinx docs \
147 - dev-python/ansible-pygments \
148 - dev-python/myst_parser \
149 - dev-python/sphinx_ansible_theme
150 -distutils_enable_tests pytest