Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pendulum/
Date: Wed, 27 Jan 2021 03:52:36
Message-Id: 1611719393.a7d3d160b0a194f10e09678463e74077fbaf3234.sam@gentoo
1 commit: a7d3d160b0a194f10e09678463e74077fbaf3234
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 03:49:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 03:49:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d3d160
7
8 dev-python/pendulum: fix WhitespaceFound
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pendulum/pendulum-2.1.2-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild
17 index c17277cd71f..d11f5759587 100644
18 --- a/dev-python/pendulum/pendulum-2.1.2-r1.ebuild
19 +++ b/dev-python/pendulum/pendulum-2.1.2-r1.ebuild
20 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
21
22 # Requires timezone information which is not installed by default
23 # with dev-python/pytzdata, and otherwise approx. 50 out of 1600
24 -# tests are failing for now. Keeping the test dependencies
25 +# tests are failing for now. Keeping the test dependencies
26 # commented for future tests fixups
27 RESTRICT="test"