Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-compat/
Date: Sat, 26 Mar 2022 22:31:39
Message-Id: 1648333874.7207e6b0e26631ce91894cbf7bf750117220e115.marecki@gentoo
1 commit: 7207e6b0e26631ce91894cbf7bf750117220e115
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:48:51 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 22:31:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7207e6b0
7
8 dev-python/ansible-compat: drop 1.0.0, 2.0.0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/ansible-compat/Manifest | 2 -
13 .../ansible-compat/ansible-compat-1.0.0.ebuild | 52 ----------------------
14 .../ansible-compat/ansible-compat-2.0.0.ebuild | 51 ---------------------
15 3 files changed, 105 deletions(-)
16
17 diff --git a/dev-python/ansible-compat/Manifest b/dev-python/ansible-compat/Manifest
18 index 7eb24cc9e36e..7c4e709427c7 100644
19 --- a/dev-python/ansible-compat/Manifest
20 +++ b/dev-python/ansible-compat/Manifest
21 @@ -1,3 +1 @@
22 -DIST ansible-compat-1.0.0.tar.gz 34729 BLAKE2B 56eb32314e310777e454a5f5e020cc4dfc485e6d5720d45e99734ce8cf238377f1ff443f9f78f5b9de947944564a7001294907c0e186fe94cd4561d4d348723e SHA512 dd02b47acf38b378016acbe6f2e6494df1cbf68d88a0cb685a5f594ee24b23af1c4d14878090ba7ea69f76185afb57eeb546cc40a6038171eebc991401c6e241
23 -DIST ansible-compat-2.0.0.tar.gz 34702 BLAKE2B a88afd442ffa520037957a537be5a22c8644c1a3d3cc9e23645f74687db068113945869c271b93ad1fdc07ebc58f29d3137e606889a0eb01ad0e68f75237ba1f SHA512 2b2aade5a201e6edbd5000b0e19497eb5ed5eaf9633edd502c19596b3d1018212f5504f1abad5bc225a8128ad5bb118fcea664b3a927490bcb3636e00ec16fd9
24 DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2 SHA512 ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593
25
26 diff --git a/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild b/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
27 deleted file mode 100644
28 index e963e3ab20d9..000000000000
29 --- a/dev-python/ansible-compat/ansible-compat-1.0.0.ebuild
30 +++ /dev/null
31 @@ -1,52 +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 -PYTHON_COMPAT=( python3_{8..10} )
38 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
43 -HOMEPAGE="https://pypi.org/project/ansible-compat/ https://github.com/ansible-community/ansible-compat/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -
50 -RDEPEND="
51 - >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
52 - dev-python/pyyaml[${PYTHON_USEDEP}]
53 - >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
54 -"
55 -BDEPEND="$(python_gen_cond_dep '
56 - >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
57 - >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
58 - test? (
59 - dev-python/flaky[${PYTHON_USEDEP}]
60 - dev-python/pytest-markdown[${PYTHON_USEDEP}]
61 - dev-python/pytest-mock[${PYTHON_USEDEP}]
62 - dev-python/pytest-plus[${PYTHON_USEDEP}]
63 - )
64 -')"
65 -
66 -# All these tests attempt to connect to galaxy.ansible.com
67 -EPYTEST_DESELECT=(
68 - test/test_runtime.py::test_install_collection
69 - test/test_runtime.py::test_install_collection_dest
70 - test/test_runtime.py::test_prepare_environment_with_collections
71 - test/test_runtime.py::test_prerun_reqs_v1
72 - test/test_runtime.py::test_prerun_reqs_v2
73 - test/test_runtime.py::test_require_collection_no_cache_dir
74 - test/test_runtime.py::test_require_collection_wrong_version
75 - test/test_runtime.py::test_require_collection
76 - test/test_runtime.py::test_upgrade_collection
77 - test/test_runtime_example.py::test_runtime
78 -)
79 -
80 -# Requires currently unpackaged Sphinx extension myst_parser
81 -#distutils_enable_sphinx docs 'dev-python/sphinx_ansible_theme'
82 -
83 -distutils_enable_tests pytest
84
85 diff --git a/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild b/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
86 deleted file mode 100644
87 index 5a527bb5e082..000000000000
88 --- a/dev-python/ansible-compat/ansible-compat-2.0.0.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -PYTHON_COMPAT=( python3_{8..10} )
97 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Contains functions that facilitate working with various versions of Ansible"
102 -HOMEPAGE="https://pypi.org/project/ansible-compat/ https://github.com/ansible-community/ansible-compat/"
103 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64"
108 -
109 -RDEPEND="
110 - >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
111 - dev-python/pyyaml[${PYTHON_USEDEP}]
112 - >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
113 -"
114 -BDEPEND="$(python_gen_cond_dep '
115 - >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
116 - >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
117 - test? (
118 - dev-python/flaky[${PYTHON_USEDEP}]
119 - dev-python/pytest-markdown[${PYTHON_USEDEP}]
120 - dev-python/pytest-mock[${PYTHON_USEDEP}]
121 - dev-python/pytest-plus[${PYTHON_USEDEP}]
122 - )
123 -')"
124 -
125 -# All these tests attempt to connect to galaxy.ansible.com
126 -EPYTEST_DESELECT=(
127 - test/test_runtime.py::test_install_collection
128 - test/test_runtime.py::test_install_collection_dest
129 - test/test_runtime.py::test_prepare_environment_with_collections
130 - test/test_runtime.py::test_prerun_reqs_v1
131 - test/test_runtime.py::test_prerun_reqs_v2
132 - test/test_runtime.py::test_require_collection_no_cache_dir
133 - test/test_runtime.py::test_require_collection_wrong_version
134 - test/test_runtime.py::test_require_collection
135 - test/test_runtime.py::test_upgrade_collection
136 - test/test_runtime_example.py::test_runtime
137 -)
138 -
139 -distutils_enable_sphinx docs dev-python/ansible-pygments dev-python/myst_parser dev-python/sphinx_ansible_theme
140 -
141 -distutils_enable_tests pytest