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/tempora/
Date: Thu, 02 Jun 2022 08:33:03
Message-Id: 1654158768.e5d069cf45f0a79ea8e35bf317759344df6b9a3f.mgorny@gentoo
1 commit: e5d069cf45f0a79ea8e35bf317759344df6b9a3f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 08:23:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 08:32:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d069cf
7
8 dev-python/tempora: Remove broken USE=doc
9
10 Closes: https://bugs.gentoo.org/849302
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/tempora/tempora-5.0.1.ebuild | 3 ---
14 1 file changed, 3 deletions(-)
15
16 diff --git a/dev-python/tempora/tempora-5.0.1.ebuild b/dev-python/tempora/tempora-5.0.1.ebuild
17 index 86717976d3c6..b2065f72fa5d 100644
18 --- a/dev-python/tempora/tempora-5.0.1.ebuild
19 +++ b/dev-python/tempora/tempora-5.0.1.ebuild
20 @@ -30,6 +30,3 @@ BDEPEND="
21 "
22
23 distutils_enable_tests pytest
24 -distutils_enable_sphinx docs \
25 - ">=dev-python/jaraco-packaging-3.2" \
26 - ">=dev-python/rst-linker-1.9"