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/routes/
Date: Fri, 24 Jun 2022 11:40:41
Message-Id: 1656070749.d26ccc6f808744091ca7f400dfa354b2103da24d.mgorny@gentoo
1 commit: d26ccc6f808744091ca7f400dfa354b2103da24d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 11:37:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 11:39:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26ccc6f
7
8 dev-python/routes: Strip .dev tag from version
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/routes/{routes-2.5.1-r1.ebuild => routes-2.5.1-r2.ebuild} | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild b/dev-python/routes/routes-2.5.1-r2.ebuild
16 similarity index 94%
17 rename from dev-python/routes/routes-2.5.1-r1.ebuild
18 rename to dev-python/routes/routes-2.5.1-r2.ebuild
19 index 31c10c505693..d03227f17e9f 100644
20 --- a/dev-python/routes/routes-2.5.1-r1.ebuild
21 +++ b/dev-python/routes/routes-2.5.1-r2.ebuild
22 @@ -45,5 +45,7 @@ PATCHES=(
23
24 src_prepare() {
25 distutils-r1_src_prepare
26 + # fix the version number
27 + sed -i -e '/tag/d' setup.cfg || die
28 find tests -name '__init__.py' -delete || die
29 }