From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kazoo/
Date: Tue, 1 Sep 2020 09:07:15 +0000 (UTC) [thread overview]
Message-ID: <1598951222.e991b99fbd70b9393bc0a8c5a2c56b707203396d.mgorny@gentoo> (raw)
commit: e991b99fbd70b9393bc0a8c5a2c56b707203396d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 08:57:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 09:07:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e991b99f
dev-python/kazoo: Fix passing zookeeper version to tests
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/kazoo/kazoo-2.8.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/kazoo/kazoo-2.8.0.ebuild b/dev-python/kazoo/kazoo-2.8.0.ebuild
index 7fa29ad8c83..781cd47ca65 100644
--- a/dev-python/kazoo/kazoo-2.8.0.ebuild
+++ b/dev-python/kazoo/kazoo-2.8.0.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
src_test() {
local pkgver=$(best_version sys-cluster/zookeeper-bin)
- export ZOOKEEPER_VERSION=${pkgver##*-}
+ pkgver=${pkgver#sys-cluster/zookeeper-bin-}
+ export ZOOKEEPER_VERSION=${pkgver%-r*}
export ZOOKEEPER_PATH=${BROOT}/opt/zookeeper-bin
distutils-r1_src_test
}
next reply other threads:[~2020-09-01 9:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-01 9:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-19 2:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/kazoo/ Zac Medico
2020-09-18 15:19 Michał Górny
2020-08-30 1:32 Thomas Deutschmann
2020-08-25 12:53 Agostino Sarubbo
2020-07-25 7:36 Michał Górny
2020-07-25 7:36 Michał Górny
2020-07-25 7:36 Michał Górny
2020-04-26 8:00 Zac Medico
2020-04-26 8:00 Zac Medico
2020-04-26 8:00 Zac Medico
2020-04-24 6:27 Michał Górny
2020-03-27 21:06 Michał Górny
2020-02-12 23:17 Zac Medico
2020-02-05 14:05 Michał Górny
2020-02-05 13:00 Michał Górny
2019-03-27 1:07 Patrick McLean
2018-10-05 7:33 Zac Medico
2017-06-23 7:04 Alexis Ballier
2017-02-13 8:18 Zac Medico
2016-03-25 22:58 Matt Thode
2015-11-17 20:44 Zac Medico
2015-11-17 20:43 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=1598951222.e991b99fbd70b9393bc0a8c5a2c56b707203396d.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