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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-24 13:37:15 +02:00
parent 767cb735ea
commit d26ccc6f80

View File

@@ -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
}