public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-runner/
Date: Wed, 23 Feb 2022 21:30:15 +0000 (UTC)	[thread overview]
Message-ID: <1645651802.638da29eb5f790253bfc983d0a65b8cccff5845f.mgorny@gentoo> (raw)

commit:     638da29eb5f790253bfc983d0a65b8cccff5845f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 20:43:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 21:30:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638da29e

dev-python/ansible-runner: Bump to 1.4.8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ansible-runner/Manifest                 |  1 +
 .../ansible-runner/ansible-runner-1.4.8.ebuild     | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/ansible-runner/Manifest b/dev-python/ansible-runner/Manifest
index cb89918aa272..2dd5e152efa1 100644
--- a/dev-python/ansible-runner/Manifest
+++ b/dev-python/ansible-runner/Manifest
@@ -1 +1,2 @@
 DIST ansible-runner-1.4.7.tar.gz 47112 BLAKE2B 0e9ac2f63179dda44a403d90bd218f848929c2e46cc25fb5a6e34ace36db24619d3498b18319d7f49b078ea4a5d149c2eeef1671fdfe2a495cdd4cc61ca8209c SHA512 504d1e25abfe39fc5a7867f799accabe98c8a065eda06869f04a5ef2a5bb30058623497c761c8fa99d39372d1215046431484eebdaa2850f50de75a273b70ab3
+DIST ansible-runner-1.4.8.tar.gz 48040 BLAKE2B 9d8cd0fb9141a0cba4bd30a3c4c73ab143dc7b0a1d9c90aae9a901715de8795e735df04e88ecdaa25b35441ab25d38b2b33e61bdf67d80403e80bc127f6e40b3 SHA512 be4ef7e802bc2b70a0cfcd393a4bb3d4072bdd82c15510058b8d7caae8061ea7043b6ac6e3b9853e9fd292deefef69cf74e03ef8e483af7858e509607f0a88f0

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild b/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
new file mode 100644
index 000000000000..edca3560bfe8
--- /dev/null
+++ b/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool and python library that helps when interfacing with Ansible"
+HOMEPAGE="https://github.com/ansible/ansible-runner"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/pexpect[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	dev-python/python-daemon[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+	sed -e 's|find_packages()|find_packages(exclude=["test", "test.*"])|' -i setup.py || die
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2022-02-23 21:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 21:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-04  5:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-runner/ Zac Medico
2023-03-17 15:21 Michał Górny
2022-11-14  4:34 Michał Górny
2022-08-26 20:12 Zac Medico
2022-08-24 15:20 Zac Medico
2022-08-23 23:55 Zac Medico
2022-06-04 17:39 Michał Górny
2022-05-16 12:55 Michał Górny
2022-03-15 22:17 Michał Górny
2021-11-06 19:59 Arthur Zamarin
2021-09-12  4:36 Zac Medico
2021-04-16 11:10 Zac Medico
2021-04-16 10:43 Zac Medico
2021-04-16  9:17 Zac Medico

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=1645651802.638da29eb5f790253bfc983d0a65b8cccff5845f.mgorny@gentoo \
    --to=mgorny@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