Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kgb/
Date: Sat, 21 May 2022 07:02:24
Message-Id: 1653116371.c59bf91253c21270ebe3de1f5bc305b26821f45b.mgorny@gentoo
1 commit: c59bf91253c21270ebe3de1f5bc305b26821f45b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 06:59:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 06:59:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59bf912
7
8 dev-python/kgb: Remove .dev tag from version
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/kgb/{kgb-7.0.ebuild => kgb-7.0-r1.ebuild} | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/dev-python/kgb/kgb-7.0.ebuild b/dev-python/kgb/kgb-7.0-r1.ebuild
16 similarity index 81%
17 rename from dev-python/kgb/kgb-7.0.ebuild
18 rename to dev-python/kgb/kgb-7.0-r1.ebuild
19 index fc718ad7efc4..1dfcbc9ec48f 100644
20 --- a/dev-python/kgb/kgb-7.0.ebuild
21 +++ b/dev-python/kgb/kgb-7.0-r1.ebuild
22 @@ -25,3 +25,9 @@ SLOT="0"
23 KEYWORDS="~amd64"
24
25 distutils_enable_tests pytest
26 +
27 +src_prepare() {
28 + # remove .dev tag that breaks revdeps
29 + sed -i -e '/tag_build/d' setup.cfg || die
30 + distutils-r1_src_prepare
31 +}