Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/
Date: Tue, 06 Oct 2020 05:42:29
Message-Id: 1601962940.443df1ad893e5d37ccf78a499f4119e6c462a1bb.prometheanfire@gentoo
1 commit: 443df1ad893e5d37ccf78a499f4119e6c462a1bb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 05:40:52 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 05:42:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443df1ad
7
8 app-admin/ansible-base: update to 2.10.2
9
10 this also adds a dep on app-admin/ansible as it provides the collections
11 now (seems like upstreams instructions were.... unclear).
12
13 closes: https://bugs.gentoo.org/743007
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
16
17 app-admin/ansible-base/Manifest | 3 +-
18 app-admin/ansible-base/ansible-base-2.10.0.ebuild | 76 ----------------------
19 ...se-2.10.1.ebuild => ansible-base-2.10.2.ebuild} | 6 +-
20 3 files changed, 5 insertions(+), 80 deletions(-)
21
22 diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
23 index bc5fd97adc4..9fddfe32080 100644
24 --- a/app-admin/ansible-base/Manifest
25 +++ b/app-admin/ansible-base/Manifest
26 @@ -1,2 +1 @@
27 -DIST ansible-base-2.10.0.tar.gz 5775091 BLAKE2B 2a087b1a9d675c5218e8700f5b455ff280a5dc6e66b575a47755b9936c54594300e3c22acadbe14acfd335c3be788e3d63f6ad3c5c51650cbc036c77ceec41ef SHA512 f9e9631f9ce77e55b06d01814422cbc0ca170e3fbbbd5886e4f87065b68b4d7eefe1c782f6dce14241cc548192c7b06ef778446636be02a342d4bd112000126e
28 -DIST ansible-base-2.10.1.tar.gz 5980851 BLAKE2B 478c9ca6ebf423dea98830ed0447201dfb8db24f963f2fc849e0eab395611c1fb923c5060c397e12138c3e98d7118e367c4713f44ad07ca914e20c3044e74bba SHA512 77bc2f3f6b924299add7e3a57beaf4a0517b036027a785c177874ae6a07a06679de65770a296f81ab0022cb0b495f17e2ceb772f906172fbf46fb65609be1ce2
29 +DIST ansible-base-2.10.2.tar.gz 6023200 BLAKE2B 80abfa3fab56d3f997cbe90b557ffd5004b216709d6ba2c6d50ea0fb7a2e5a2ad49ce83bfc7a17054582e786f53ce29814d8b5a3fc2408a1e729b1647619080c SHA512 2ee60303841e88d3451ddbcc4c18473d3a37253873406b0783816b1bbf9d8404599ebed12bac7c7f32693314048668b84f3a1c593621c7b8c37a7b48687c769b
30
31 diff --git a/app-admin/ansible-base/ansible-base-2.10.0.ebuild b/app-admin/ansible-base/ansible-base-2.10.0.ebuild
32 deleted file mode 100644
33 index 3610e3b40b0..00000000000
34 --- a/app-admin/ansible-base/ansible-base-2.10.0.ebuild
35 +++ /dev/null
36 @@ -1,76 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -PYTHON_COMPAT=( python3_{6,7} )
43 -
44 -inherit distutils-r1 eutils
45 -
46 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
47 -HOMEPAGE="https://ansible.com/"
48 -SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
53 -IUSE="doc test"
54 -RESTRICT="test"
55 -
56 -RDEPEND="
57 - dev-python/paramiko[${PYTHON_USEDEP}]
58 - dev-python/jinja[${PYTHON_USEDEP}]
59 - dev-python/pyyaml[${PYTHON_USEDEP}]
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - dev-python/cryptography[${PYTHON_USEDEP}]
62 - dev-python/httplib2[${PYTHON_USEDEP}]
63 - dev-python/six[${PYTHON_USEDEP}]
64 - dev-python/netaddr[${PYTHON_USEDEP}]
65 - dev-python/pexpect[${PYTHON_USEDEP}]
66 - net-misc/sshpass
67 - virtual/ssh
68 - !app-admin/ansible
69 -"
70 -DEPEND="
71 - !app-admin/ansible
72 - dev-python/setuptools[${PYTHON_USEDEP}]
73 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
74 - doc? (
75 - dev-python/sphinx[${PYTHON_USEDEP}]
76 - dev-python/sphinx-notfound-page[${PYTHON_USEDEP}]
77 - >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
78 - )
79 - test? (
80 - ${RDEPEND}
81 - dev-python/nose[${PYTHON_USEDEP}]
82 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
83 - dev-python/passlib[${PYTHON_USEDEP}]
84 - dev-python/coverage[${PYTHON_USEDEP}]
85 - dev-python/unittest2[${PYTHON_USEDEP}]
86 - dev-vcs/git
87 - )"
88 -
89 -python_compile() {
90 - # disable version checks on upgrade
91 - export ANSIBLE_SKIP_CONFLICT_CHECK=1
92 - distutils-r1_python_compile
93 -}
94 -
95 -python_compile_all() {
96 - if use doc; then
97 - cd docs/docsite || die
98 - export CPUS=4
99 - emake -f Makefile.sphinx html
100 - fi
101 -}
102 -
103 -python_test() {
104 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
105 -}
106 -
107 -python_install_all() {
108 - use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
109 - distutils-r1_python_install_all
110 -
111 - dodoc -r examples
112 -}
113
114 diff --git a/app-admin/ansible-base/ansible-base-2.10.1.ebuild b/app-admin/ansible-base/ansible-base-2.10.2.ebuild
115 similarity index 93%
116 rename from app-admin/ansible-base/ansible-base-2.10.1.ebuild
117 rename to app-admin/ansible-base/ansible-base-2.10.2.ebuild
118 index 2cfa0593cbe..110f4ce8121 100644
119 --- a/app-admin/ansible-base/ansible-base-2.10.1.ebuild
120 +++ b/app-admin/ansible-base/ansible-base-2.10.2.ebuild
121 @@ -29,10 +29,12 @@ RDEPEND="
122 dev-python/pexpect[${PYTHON_USEDEP}]
123 net-misc/sshpass
124 virtual/ssh
125 - !app-admin/ansible
126 + >=app-admin/ansible-2.10
127 + !<app-admin/ansible-2.10
128 "
129 +# ansible-2.10 or above is needed for the collections
130 DEPEND="
131 - !app-admin/ansible
132 + !<app-admin/ansible-2.10
133 dev-python/setuptools[${PYTHON_USEDEP}]
134 >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
135 doc? (