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/awxkit/
Date: Thu, 22 Sep 2022 06:23:20 +0000 (UTC)	[thread overview]
Message-ID: <1663827797.b96bedea8ed0eef8ce52106c2e1ba981a24ff2c9.mgorny@gentoo> (raw)

commit:     b96bedea8ed0eef8ce52106c2e1ba981a24ff2c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 06:18:54 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 06:23:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96bedea

dev-python/awxkit: Bump to 21.6.0

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

 dev-python/awxkit/Manifest             |  1 +
 dev-python/awxkit/awxkit-21.6.0.ebuild | 44 ++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/awxkit/Manifest b/dev-python/awxkit/Manifest
index d7f042468575..934bc7c2f4dc 100644
--- a/dev-python/awxkit/Manifest
+++ b/dev-python/awxkit/Manifest
@@ -3,3 +3,4 @@ DIST awxkit-21.2.0.gh.tar.gz 16531568 BLAKE2B aa6677408415b2abd6a8d0f3286e2147f0
 DIST awxkit-21.3.0.gh.tar.gz 15808522 BLAKE2B 0c8f563601e8140af763ef88d9c69232b1c5b5de726962c210883af78d400286f7a415971311a7543b150d165c10cadbfbbd11d58ea8b9336efe9db7a7d29493 SHA512 05f2996a51aedc059041d72a50c21b3dd161c958ac869e4c9d36b45ae483e2e4c6a743e8ba336acde8108fa43d9eec0131d76a8ef3cf0dbeec1416dc8317c698
 DIST awxkit-21.4.0.gh.tar.gz 16058858 BLAKE2B 215b18809bd1050c6e93a03711fd8cb1b96299c2f335d01e7c40ea54ee9aaefab652f86826914e908ff4a19a02e79a61fc13edd5533c6b619366f76aa7fcfa46 SHA512 fc4513e7adcbf75aa801dfedb1f92a08e1dbe804a0a8b18809ec5ef98dd42bdf08856c486a9781cc6d34a932a86d587a90eac28099016e956c7468078d44d3ba
 DIST awxkit-21.5.0.gh.tar.gz 16077945 BLAKE2B 06e4b67fd49f9f11d65c4209ef70732e4dc33613c1875f4827421da200d2e7a7eaf8774c14a8f7713ce9227fc477103b114f6d2c170ed180e1cd101c59ca4c4a SHA512 7d90e1cc8133c3e5dca3a73e718c6449fc75e85fe7a1e1e28c971bc4883d249ed2e17124b5d1de06fd0adac358e49a3987620cc5d274bd666a78bc5cd75577fc
+DIST awxkit-21.6.0.gh.tar.gz 16088139 BLAKE2B f23c0fb89380e6d716fe5e36afd6cf9f79ab07aedb6ed7dc081a21f09fa8f8e2ed5fd6199f26759c4fdd08db6459b6cd80affa00d18e06ea5bc897957bb65edc SHA512 87c6ba1343a17faa4e4d70b76b9ec4b04b74a6f1ff02e44b02838a21d5242ebb25daaa379e0e1d3ff8d59782f7ce0d30c17cf3984d34d74ed8fd3f9dac316097

diff --git a/dev-python/awxkit/awxkit-21.6.0.ebuild b/dev-python/awxkit/awxkit-21.6.0.ebuild
new file mode 100644
index 000000000000..539f927196c4
--- /dev/null
+++ b/dev-python/awxkit/awxkit-21.6.0.ebuild
@@ -0,0 +1,44 @@
+# 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="Command line interface for Ansible AWX"
+HOMEPAGE="
+	https://github.com/ansible/awx/
+	https://pypi.org/project/awxkit/
+"
+SRC_URI="https://github.com/ansible/awx/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/awx-${PV}/awxkit"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/cryptography[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/requests[${PYTHON_USEDEP}]
+	dev-python/urllib3[${PYTHON_USEDEP}]
+	dev-python/websocket-client[${PYTHON_USEDEP}]
+	dev-python/pyjwt[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+	sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' \
+		-e "/'clean'/d" \
+		-i setup.py || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2022-09-22  6:23 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  6:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 18:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/awxkit/ Michał Górny
2023-12-06  6:51 Michał Górny
2023-11-22  7:49 Michał Górny
2023-11-08  6:38 Michał Górny
2023-11-08  6:38 Michał Górny
2023-10-25  7:43 Michał Górny
2023-10-11  3:22 Michał Górny
2023-09-27  5:56 Michał Górny
2023-09-13  2:42 Michał Górny
2023-08-30  3:01 Michał Górny
2023-08-16  4:19 Michał Górny
2023-08-01  3:01 Michał Górny
2023-07-24 11:30 Michał Górny
2023-07-11  5:52 Michał Górny
2023-06-27  3:54 Michał Górny
2023-05-18  3:14 Michał Górny
2023-05-09  5:26 Michał Górny
2023-04-19  5:56 Michał Górny
2023-04-04  4:48 Michał Górny
2023-03-28  5:19 Michał Górny
2023-03-07  7:08 Michał Górny
2023-02-17 18:15 Patrick McLean
2023-02-14  5:08 Michał Górny
2023-01-24  7:04 Michał Górny
2022-12-23 11:25 Michał Górny
2022-12-03  9:09 Michał Górny
2022-11-21 19:16 Arthur Zamarin
2022-11-14  4:34 Michał Górny
2022-11-02  7:37 Michał Górny
2022-10-05  9:41 Michał Górny
2022-10-05  9:41 Michał Górny
2022-08-24 19:36 Arthur Zamarin
2022-08-02 16:47 Arthur Zamarin
2022-07-13  8:10 Michał Górny
2022-06-22  5:48 Michał Górny
2022-06-16  8:04 Michał Górny
2022-06-03  5:37 Michał Górny
2022-05-16 13:03 Michał Górny
2022-04-25 18:41 Arthur Zamarin
2022-03-31 11:33 Michał Górny
2022-03-09 18:26 Arthur Zamarin
2021-10-17  7:33 Michał Górny
2021-10-03  6:37 Michał Górny
2021-06-29  6:05 Michał Górny
2021-06-17 19:47 Michał Górny
2021-06-17 19:47 Michał Górny
2021-06-01 22:22 Michał Górny
2021-05-10  7:24 Michał Górny
2021-04-16 11:00 Zac Medico
2021-04-16  9:48 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=1663827797.b96bedea8ed0eef8ce52106c2e1ba981a24ff2c9.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