commit:     d26ccc6f808744091ca7f400dfa354b2103da24d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 11:37:15 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 11:39:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d26ccc6f

dev-python/routes: Strip .dev tag from version

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/routes/{routes-2.5.1-r1.ebuild => routes-2.5.1-r2.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/routes/routes-2.5.1-r1.ebuild 
b/dev-python/routes/routes-2.5.1-r2.ebuild
similarity index 94%
rename from dev-python/routes/routes-2.5.1-r1.ebuild
rename to dev-python/routes/routes-2.5.1-r2.ebuild
index 31c10c505693..d03227f17e9f 100644
--- a/dev-python/routes/routes-2.5.1-r1.ebuild
+++ b/dev-python/routes/routes-2.5.1-r2.ebuild
@@ -45,5 +45,7 @@ PATCHES=(
 
 src_prepare() {
        distutils-r1_src_prepare
+       # fix the version number
+       sed -i -e '/tag/d' setup.cfg || die
        find tests -name '__init__.py' -delete || die
 }

Reply via email to