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/six/
Date: Thu, 14 May 2020 11:57:32
Message-Id: 1589457434.b1f4ac26e6b00a9346247a5adf7be9394eb82a0e.mgorny@gentoo
1 commit: b1f4ac26e6b00a9346247a5adf7be9394eb82a0e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 11:39:25 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 11:57:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f4ac26
7
8 dev-python/six: Fix assertion in distutils_enable_sphinx
9
10 Closes: https://bugs.gentoo.org/722826
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/six/six-1.14.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/six/six-1.14.0.ebuild b/dev-python/six/six-1.14.0.ebuild
17 index de9905e4010..2b7b9e96681 100644
18 --- a/dev-python/six/six-1.14.0.ebuild
19 +++ b/dev-python/six/six-1.14.0.ebuild
20 @@ -16,5 +16,5 @@ SLOT="0"
21 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
22 IUSE="doc"
23
24 -distutils_enable_sphinx documentation
25 +distutils_enable_sphinx documentation --no-autodoc
26 distutils_enable_tests pytest