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/watchgod/
Date: Fri, 08 Apr 2022 13:51:50
Message-Id: 1649425842.2a52cfadd0bc61a0d15211dfa66a83deebe0c3fc.mgorny@gentoo
1 commit: 2a52cfadd0bc61a0d15211dfa66a83deebe0c3fc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 13:50:42 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 13:50:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a52cfad
7
8 dev-python/watchgod: Fix whitespace
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/watchgod/watchgod-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/watchgod/watchgod-0.8.1.ebuild b/dev-python/watchgod/watchgod-0.8.1.ebuild
16 index 4e6dd5a7db55..874e2f8b0a30 100644
17 --- a/dev-python/watchgod/watchgod-0.8.1.ebuild
18 +++ b/dev-python/watchgod/watchgod-0.8.1.ebuild
19 @@ -5,6 +5,7 @@ EAPI=8
20
21 DISTUTILS_USE_PEP517=setuptools
22 PYTHON_COMPAT=( pypy3 python3_{8..10} )
23 +
24 inherit distutils-r1
25
26 DESCRIPTION="Simple, modern file watching and code reload in Python"
27 @@ -35,7 +36,6 @@ BDEPEND="
28
29 distutils_enable_tests pytest
30
31 -
32 src_prepare() {
33 # increase timeout
34 sed -e '/sleep/s/0.01/1.0/' -i tests/test_watch.py || die