From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awxkit/
Date: Fri, 16 Apr 2021 11:00:55 +0000 (UTC) [thread overview]
Message-ID: <1618570780.2dcbeb6b7ebd6cee11e4cd886a05ab9ea8f534b5.zmedico@gentoo> (raw)
commit: 2dcbeb6b7ebd6cee11e4cd886a05ab9ea8f534b5
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 10:54:01 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 10:59:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcbeb6b
dev-python/awxkit: 19.0.0-r1 revbump for test deps bug 783117
Closes: https://bugs.gentoo.org/783117
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../awxkit/{awxkit-19.0.0.ebuild => awxkit-19.0.0-r1.ebuild} | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-python/awxkit/awxkit-19.0.0.ebuild b/dev-python/awxkit/awxkit-19.0.0-r1.ebuild
similarity index 57%
rename from dev-python/awxkit/awxkit-19.0.0.ebuild
rename to dev-python/awxkit/awxkit-19.0.0-r1.ebuild
index 2d78a5ed12a..d303ad0f5af 100644
--- a/dev-python/awxkit/awxkit-19.0.0.ebuild
+++ b/dev-python/awxkit/awxkit-19.0.0-r1.ebuild
@@ -15,7 +15,15 @@ KEYWORDS="~amd64"
LICENSE="Apache-2.0"
SLOT="0"
-RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]"
+ dev-python/urllib3[${PYTHON_USEDEP}]
+ dev-python/websocket-client[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' -i setup.py || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2021-04-16 11:00 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-16 11:00 Zac Medico [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-09-22 6:23 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 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=1618570780.2dcbeb6b7ebd6cee11e4cd886a05ab9ea8f534b5.zmedico@gentoo \
--to=zmedico@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