From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/cloudflare/
Date: Thu, 27 Jun 2024 08:41:29 +0000 (UTC) [thread overview]
Message-ID: <1719341029.0e00f92be705d7647c7523194730b58399b4a7ed.davidroman@gentoo> (raw)
commit: 0e00f92be705d7647c7523194730b58399b4a7ed
Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com>
AuthorDate: Tue Jun 25 18:42:04 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jun 25 18:43:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e00f92b
dev-python/cloudflare: 3.0.1: minor cleanup
Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com>
dev-python/cloudflare/cloudflare-3.0.1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-python/cloudflare/cloudflare-3.0.1.ebuild b/dev-python/cloudflare/cloudflare-3.0.1.ebuild
index 735c52bb8..d4fc4813a 100644
--- a/dev-python/cloudflare/cloudflare-3.0.1.ebuild
+++ b/dev-python/cloudflare/cloudflare-3.0.1.ebuild
@@ -23,7 +23,7 @@ else
KEYWORDS="~amd64 ~arm64"
fi
LICENSE="MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )"
-# nodejs package and deps used to test
+# nodejs module and deps used to test
SLOT="3"
RDEPEND=" ${DEPEND}
>=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
@@ -44,7 +44,6 @@ BDEPEND="test? (
)"
distutils_enable_tests pytest
-RESTRICT="mirror" #mirror restricted only because overlay
RESTRICT+=" !test? ( test )"
src_unpack() {
@@ -76,12 +75,12 @@ python_test() {
src_test() {
# Run prism mock api server, this is what needs nodejs
node --no-warnings node_modules/@stoplight/prism-cli/dist/index.js mock \
- "cloudflare-spec.yml" >prism.log &
+ "cloudflare-spec.yml" >prism.log || die "Failed starting prism" &
local MOCK_PID=$!
# Wait for server to come online
echo -n "Waiting for mockserver"
while ! grep -q "✖ fatal\|Prism is listening" "prism.log" ; do
- echo -n "."
+ echo -n "." || die
sleep 0.5
done
if grep -q "✖ fatal" prism.log; then
next reply other threads:[~2024-06-27 8:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-27 8:41 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-21 8:51 [gentoo-commits] repo/proj/guru:master commit in: dev-python/cloudflare/ Haelwenn Monnier
2025-01-21 8:51 Haelwenn Monnier
2024-11-27 16:35 Julien Roy
2024-07-17 8:40 David Roman
2024-06-27 8:41 David Roman
2024-06-27 8:41 David Roman
2024-06-27 8:41 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-19 7:15 Florian Schmaus
2024-06-19 7:15 Florian Schmaus
2024-04-30 12:22 David Roman
2024-04-09 23:09 Julien Roy
2024-04-08 11:44 Julien Roy
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=1719341029.0e00f92be705d7647c7523194730b58399b4a7ed.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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