mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/watchgod: Fix version number in metadata
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -39,10 +39,12 @@ BDEPEND="
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
# increase timeout
|
||||
sed -e '/sleep/s/0.01/1.0/' -i tests/test_watch.py || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# increase timeout
|
||||
sed -i -e '/sleep/s/0.01/1.0/' tests/test_watch.py || die
|
||||
# fix version number in metadata
|
||||
sed -i -e "s:0\.0\.dev0:${PV}:" watchgod/version.py || die
|
||||
}
|
||||
|
||||
python_test() {
|
||||
Reference in New Issue
Block a user