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/django/
Date: Thu, 14 May 2020 11:57:32
Message-Id: 1589457435.42c202b531e1aba72c40bd781bdab9ed0b6bc630.mgorny@gentoo
1 commit: 42c202b531e1aba72c40bd781bdab9ed0b6bc630
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 11:46:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 11:57:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c202b5
7
8 dev-python/django: Fix assertion in distutils_enable_sphinx
9
10 Closes: https://bugs.gentoo.org/719324
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/django/django-2.2.12.ebuild | 2 +-
14 dev-python/django/django-3.0.6.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild
18 index 7a3345a89f4..2166d02e126 100644
19 --- a/dev-python/django/django-2.2.12.ebuild
20 +++ b/dev-python/django/django-2.2.12.ebuild
21 @@ -47,7 +47,7 @@ PATCHES=(
22 "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch
23 )
24
25 -distutils_enable_sphinx docs
26 +distutils_enable_sphinx docs --no-autodoc
27
28 python_test() {
29 # Tests have non-standard assumptions about PYTHONPATH,
30
31 diff --git a/dev-python/django/django-3.0.6.ebuild b/dev-python/django/django-3.0.6.ebuild
32 index 58a0c8ae382..45e856fec80 100644
33 --- a/dev-python/django/django-3.0.6.ebuild
34 +++ b/dev-python/django/django-3.0.6.ebuild
35 @@ -49,7 +49,7 @@ PATCHES=(
36 "${FILESDIR}"/${PN}-3.0.6-bashcomp.patch
37 )
38
39 -distutils_enable_sphinx docs
40 +distutils_enable_sphinx docs --no-autodoc
41
42 python_test() {
43 # Tests have non-standard assumptions about PYTHONPATH,