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: Sat, 08 Jan 2022 06:41:12
Message-Id: 1641624057.27a638c3626804da74b526435f60d4501e07a1ee.prometheanfire@gentoo
1 commit: 27a638c3626804da74b526435f60d4501e07a1ee
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 06:38:19 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 06:40:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a638c3
7
8 app-admin/ansible-base: 2.12.1 and 2.11.7 stable amd64/arm64/x86
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/ansible-base/Manifest | 1 -
14 app-admin/ansible-base/ansible-base-2.11.7.ebuild | 4 +-
15 app-admin/ansible-base/ansible-base-2.12.0.ebuild | 64 -----------------------
16 app-admin/ansible-base/ansible-base-2.12.1.ebuild | 4 +-
17 4 files changed, 4 insertions(+), 69 deletions(-)
18
19 diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
20 index 10d65cc2b197..c7f97fb7f9f7 100644
21 --- a/app-admin/ansible-base/Manifest
22 +++ b/app-admin/ansible-base/Manifest
23 @@ -1,4 +1,3 @@
24 DIST ansible-core-2.11.6.tar.gz 6999232 BLAKE2B 5105928881297226e982e42c8027a370ad31869d92ca87d338cdb6e72504a22cf3fe7843921905599c7126c840197fb7799a72c261a007437a437b85c4a65c68 SHA512 d14686afb7b2802be3bca3baf6f3840d33f7994b7c48fcb4d42f871e13e4eb54ffef413e124dbe614a55041c23b509f5e887b687dbb6c4868425957cac45910a
25 DIST ansible-core-2.11.7.tar.gz 7108269 BLAKE2B c5080161bfffc34382db86f3940dbbf1c8194a4413b20ef28b3c15503aec905acfffc864041496b4f6b4b77966fee3221b80e90d4b952e38513ba9ce506ee1ae SHA512 f37c925c5302eff30d17f52a04d4a5311e38ee5c1d6db4fbdb32970afa362e0522d6ec3d07bddf40137b2f5ec5fa03a2b72e7e1ed313c28c207f65490e49af92
26 -DIST ansible-core-2.12.0.tar.gz 7405927 BLAKE2B 9256d88910bf13dfac87ba509f0b1478305f9a07d8f935479b1a23ea1b9b3e8daf33030aee8ea3f9251cc858ab04bcf189f9226323157a1a2ae1fbcf5c4fb0a1 SHA512 c3c8c0e2f14c30cecb6e693fc57d2bd686221efaf42f09773bd4606031e4fed68a216be17c040d51601f2059d0f4a44568cea309c3bd2a1c02957c6a4cd6d25a
27 DIST ansible-core-2.12.1.tar.gz 7401160 BLAKE2B 2bc412bade7f7e5dee0e51c78a74b4dea286aca1b82e2217012f168cd529a06887f11d672ff883af6a71c3af6ea1596f6720bcde9ed3696f87b8b5def1a1172b SHA512 89468d172dca502da42b94d0a781906578322ac531b3dfc3cece383b0e93fbec0f199d7b76abfd80d24654d5d939ee66a15b74565f50cca0c72d427aab9f4e08
28
29 diff --git a/app-admin/ansible-base/ansible-base-2.11.7.ebuild b/app-admin/ansible-base/ansible-base-2.11.7.ebuild
30 index d343cc2ca2d2..3b6b3c0d41e6 100644
31 --- a/app-admin/ansible-base/ansible-base-2.11.7.ebuild
32 +++ b/app-admin/ansible-base/ansible-base-2.11.7.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=8
39 @@ -19,7 +19,7 @@ else
40 MY_PN="${PN/-base/-core}"
41 MY_P="${MY_PN}-${PV}"
42 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
43 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
44 + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
45 S="${WORKDIR}"/${MY_P}
46 fi
47
48
49 diff --git a/app-admin/ansible-base/ansible-base-2.12.0.ebuild b/app-admin/ansible-base/ansible-base-2.12.0.ebuild
50 deleted file mode 100644
51 index 13e3e74b56b5..000000000000
52 --- a/app-admin/ansible-base/ansible-base-2.12.0.ebuild
53 +++ /dev/null
54 @@ -1,64 +0,0 @@
55 -# Copyright 1999-2021 Gentoo Authors
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=7
59 -
60 -PYTHON_COMPAT=( python3_{8..10} )
61 -DISTUTILS_USE_SETUPTOOLS=bdepend
62 -
63 -inherit distutils-r1
64 -
65 -DESCRIPTION="Model-driven deployment, config management, and command execution framework"
66 -HOMEPAGE="https://www.ansible.com/"
67 -
68 -if [[ ${PV} == 9999 ]]; then
69 - inherit git-r3
70 - EGIT_REPO_URI="https://github.com/ansible/ansible.git"
71 - EGIT_BRANCH="devel"
72 -else
73 - MY_PN="${PN/-base/-core}"
74 - MY_P="${MY_PN}-${PV}"
75 - SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
76 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
77 - S="${WORKDIR}"/${MY_P}
78 -fi
79 -
80 -LICENSE="GPL-3"
81 -SLOT="0"
82 -IUSE="test"
83 -RESTRICT="test"
84 -
85 -RDEPEND="
86 - dev-python/paramiko[${PYTHON_USEDEP}]
87 - dev-python/jinja[${PYTHON_USEDEP}]
88 - dev-python/pyyaml[${PYTHON_USEDEP}]
89 - dev-python/cryptography[${PYTHON_USEDEP}]
90 - dev-python/httplib2[${PYTHON_USEDEP}]
91 - dev-python/six[${PYTHON_USEDEP}]
92 - dev-python/netaddr[${PYTHON_USEDEP}]
93 - dev-python/pexpect[${PYTHON_USEDEP}]
94 - >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
95 - <dev-python/resolvelib-0.6.0[${PYTHON_USEDEP}]
96 - net-misc/sshpass
97 - virtual/ssh
98 -"
99 -DEPEND="
100 - >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
101 - test? (
102 - ${RDEPEND}
103 - dev-python/bcrypt[${PYTHON_USEDEP}]
104 - dev-python/nose[${PYTHON_USEDEP}]
105 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
106 - dev-python/passlib[${PYTHON_USEDEP}]
107 - dev-python/coverage[${PYTHON_USEDEP}]
108 - dev-vcs/git
109 - )"
110 -
111 -python_compile() {
112 - export ANSIBLE_SKIP_CONFLICT_CHECK=1
113 - distutils-r1_python_compile
114 -}
115 -
116 -python_test() {
117 - nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
118 -}
119
120 diff --git a/app-admin/ansible-base/ansible-base-2.12.1.ebuild b/app-admin/ansible-base/ansible-base-2.12.1.ebuild
121 index caee1ffe1113..e8c2a3cb1c45 100644
122 --- a/app-admin/ansible-base/ansible-base-2.12.1.ebuild
123 +++ b/app-admin/ansible-base/ansible-base-2.12.1.ebuild
124 @@ -1,4 +1,4 @@
125 -# Copyright 1999-2021 Gentoo Authors
126 +# Copyright 1999-2022 Gentoo Authors
127 # Distributed under the terms of the GNU General Public License v2
128
129 EAPI=8
130 @@ -19,7 +19,7 @@ else
131 MY_PN="${PN/-base/-core}"
132 MY_P="${MY_PN}-${PV}"
133 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
134 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
135 + KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
136 S="${WORKDIR}"/${MY_P}
137 fi