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/pydiffx/
Date: Sat, 21 May 2022 07:02:24
Message-Id: 1653116353.922c21deba467adacd5bbfcaa05f7e6e6d4ad4c3.mgorny@gentoo
1 commit: 922c21deba467adacd5bbfcaa05f7e6e6d4ad4c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 06:59:13 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 06:59:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922c21de
7
8 dev-python/pydiffx: Remove .dev tag from version
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../pydiffx/{pydiffx-1.0.1.ebuild => pydiffx-1.0.1-r1.ebuild} | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/dev-python/pydiffx/pydiffx-1.0.1.ebuild b/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild
16 similarity index 85%
17 rename from dev-python/pydiffx/pydiffx-1.0.1.ebuild
18 rename to dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild
19 index baa4b006060e..d20ee3c8b60d 100644
20 --- a/dev-python/pydiffx/pydiffx-1.0.1.ebuild
21 +++ b/dev-python/pydiffx/pydiffx-1.0.1-r1.ebuild
22 @@ -35,3 +35,9 @@ BDEPEND="
23 "
24
25 distutils_enable_tests unittest
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 +}