public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/
Date: Wed, 13 Oct 2021 00:03:59 +0000 (UTC)	[thread overview]
Message-ID: <1634083436.10bdafe70091fe47af6f754e3ac10d9400737e1c.prometheanfire@gentoo> (raw)

commit:     10bdafe70091fe47af6f754e3ac10d9400737e1c
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 00:03:42 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 00:03:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bdafe7

app-admin/ansible-base: 2.11.6 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/ansible-base/Manifest                   |  1 +
 app-admin/ansible-base/ansible-base-2.11.6.ebuild | 63 +++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
index cdb24cc4e9a..1631ce1a926 100644
--- a/app-admin/ansible-base/Manifest
+++ b/app-admin/ansible-base/Manifest
@@ -2,3 +2,4 @@ DIST ansible-base-2.10.10.tar.gz 5986488 BLAKE2B 5c793d25ac5a216d05e15f49cd447cb
 DIST ansible-core-2.11.3.tar.gz 6841255 BLAKE2B fde1143515d04121de79ddb2c14bf326f9efa596c39418b9def1679539dd144551b64dff83c66795e44f48e776dbc60bc456125904bbb64970f8c44e072b5abf SHA512 93a28200dd0ab289cc05add5fbe46a1cfbbd4ba91fc7d7e95ee4060dc4f126bf4bd4affce5e44dac9cf2c12792b2a2a10b97d96b795f5bed579959391b7c4a65
 DIST ansible-core-2.11.4.tar.gz 6843603 BLAKE2B fa8e72a9e77633b1b43a9a290d92db009e95ed87357f666059ed7898031f584c993ebeb6acec8cad29376666f3a714a742f4e52ac8f2baaf5d01c02796b64acd SHA512 9385a3877e6e9a25d244c855cf50c0c6b62a91cc9cebc5e7b5b5ec23424b3e3dcddd71e7367482a03996fcd5d591ad29771edd19d62758ae61473f97a5c9351d
 DIST ansible-core-2.11.5.tar.gz 6847600 BLAKE2B 83a80dcfda427b5d41eb3288d6b60cf710124a82edce2817a6bd5bbed0dc0157fed444b45db6428640dd25164306c987af9aba6f87ef52c63229ae113754b7c3 SHA512 73cfdb65e984856b84a0f7d0e1164a97ddbcdc38e00479f15c4a335297ba3a8f43dc503dc5b4a3f1fea06f91a3c4590b66dd680adb95b765c034207a8de5d589
+DIST ansible-core-2.11.6.tar.gz 6999232 BLAKE2B 5105928881297226e982e42c8027a370ad31869d92ca87d338cdb6e72504a22cf3fe7843921905599c7126c840197fb7799a72c261a007437a437b85c4a65c68 SHA512 d14686afb7b2802be3bca3baf6f3840d33f7994b7c48fcb4d42f871e13e4eb54ffef413e124dbe614a55041c23b509f5e887b687dbb6c4868425957cac45910a

diff --git a/app-admin/ansible-base/ansible-base-2.11.6.ebuild b/app-admin/ansible-base/ansible-base-2.11.6.ebuild
new file mode 100644
index 00000000000..18cd0f14676
--- /dev/null
+++ b/app-admin/ansible-base/ansible-base-2.11.6.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Model-driven deployment, config management, and command execution framework"
+HOMEPAGE="https://www.ansible.com/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/ansible/ansible.git"
+	EGIT_BRANCH="devel"
+else
+	MY_PN="${PN/-base/-core}"
+	MY_P="${MY_PN}-${PV}"
+	SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+	S="${WORKDIR}"/${MY_P}
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="test"
+RESTRICT="test"
+
+RDEPEND="
+	dev-python/paramiko[${PYTHON_USEDEP}]
+	dev-python/jinja[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	dev-python/httplib2[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/netaddr[${PYTHON_USEDEP}]
+	dev-python/pexpect[${PYTHON_USEDEP}]
+	>=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
+	<dev-python/resolvelib-0.6.0[${PYTHON_USEDEP}]
+	net-misc/sshpass
+	virtual/ssh
+"
+DEPEND="
+	>=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/nose[${PYTHON_USEDEP}]
+		>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+		dev-python/passlib[${PYTHON_USEDEP}]
+		dev-python/coverage[${PYTHON_USEDEP}]
+		dev-vcs/git
+	)"
+
+python_compile() {
+	export ANSIBLE_SKIP_CONFLICT_CHECK=1
+	distutils-r1_python_compile
+}
+
+python_test() {
+	nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
+}


             reply	other threads:[~2021-10-13  0:04 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13  0:03 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-21 15:12 [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-base/ Matthew Thode
2022-08-19 22:38 Matthew Thode
2022-08-16 16:46 Matthew Thode
2022-07-25 20:48 Matthew Thode
2022-07-22  4:26 Matthew Thode
2022-07-19 16:33 Matthew Thode
2022-07-18  2:53 Matthew Thode
2022-07-18  2:34 Matthew Thode
2022-06-30 21:16 Matthew Thode
2022-06-25 17:59 Matthew Thode
2022-06-25 17:26 Matthew Thode
2022-06-25 17:26 Matthew Thode
2022-06-21 18:52 Matthew Thode
2022-06-21 18:52 Matthew Thode
2022-06-21 18:52 Matthew Thode
2022-06-17 19:32 Matthew Thode
2022-06-03  2:58 Matthew Thode
2022-06-02 19:37 Matthew Thode
2022-05-31  2:05 Matthew Thode
2022-05-26  4:43 Matthew Thode
2022-05-17 17:34 Matthew Thode
2022-05-02 15:07 Matthew Thode
2022-04-30 23:52 Matthew Thode
2022-04-03  3:36 Matthew Thode
2022-03-01 19:01 Matthew Thode
2022-02-08 21:51 Matthew Thode
2022-02-08 21:13 Matthew Thode
2022-02-01 19:09 Matthew Thode
2022-01-08  6:41 Matthew Thode
2021-12-11 20:21 Matthew Thode
2021-12-07 17:39 Matthew Thode
2021-11-26 13:40 Marek Szuba
2021-11-11 21:59 Matthew Thode
2021-11-09 15:53 Matthew Thode
2021-10-29 15:30 Arthur Zamarin
2021-09-24  2:25 Matthew Thode
2021-09-15 15:39 Matthew Thode
2021-09-09 13:10 Marek Szuba
2021-08-24 16:00 Matthew Thode
2021-08-23 19:25 Matthew Thode
2021-08-17 23:45 Matthew Thode
2021-07-24 20:26 Matthew Thode
2021-07-22 21:58 Matthew Thode
2021-07-05 13:32 Michał Górny
2021-06-24 15:01 Matthew Thode
2021-06-15 15:18 Matthew Thode
2021-06-15 12:05 Marek Szuba
2021-06-06  3:19 Matthew Thode
2021-06-06  3:19 Matthew Thode
2021-05-31 17:49 David Seifert
2021-05-14  2:19 Matthew Thode
2021-05-04 21:13 Matthew Thode
2021-04-14  2:22 Matthew Thode
2021-03-17  5:17 Matthew Thode
2021-01-19 17:14 Matthew Thode
2021-01-03 20:19 Matthew Thode
2020-12-15 20:12 Matthew Thode
2020-12-13  1:15 Matthew Thode
2020-12-03  7:13 Matthew Thode
2020-11-03  7:06 Matthew Thode
2020-10-27 21:55 Matthew Thode
2020-10-16  3:26 Matthew Thode
2020-10-07 19:06 Patrick McLean
2020-10-06  5:59 Matthew Thode
2020-10-06  5:42 Matthew Thode
2020-09-16 19:47 Matthew Thode
2020-09-15 20:04 Matthew Thode
2020-09-15 17:27 Marek Szuba
2020-09-15 16:48 Matthew Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1634083436.10bdafe70091fe47af6f754e3ac10d9400737e1c.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox