From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AC0E13835A for ; Thu, 14 May 2020 11:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A79AE096D; Thu, 14 May 2020 11:57:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6376DE096D for ; Thu, 14 May 2020 11:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA84350B36 for ; Thu, 14 May 2020 11:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F4C4234 for ; Thu, 14 May 2020 11:57:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589457435.42c202b531e1aba72c40bd781bdab9ed0b6bc630.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-2.2.12.ebuild dev-python/django/django-3.0.6.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 42c202b531e1aba72c40bd781bdab9ed0b6bc630 X-VCS-Branch: master Date: Thu, 14 May 2020 11:57:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 754b244e-3cac-4e7e-ba58-e41438757f10 X-Archives-Hash: df3b77abeef180fafe5db51de6a8d594 commit: 42c202b531e1aba72c40bd781bdab9ed0b6bc630 Author: Michał Górny gentoo org> AuthorDate: Thu May 14 11:46:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 14 11:57:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c202b5 dev-python/django: Fix assertion in distutils_enable_sphinx Closes: https://bugs.gentoo.org/719324 Signed-off-by: Michał Górny gentoo.org> dev-python/django/django-2.2.12.ebuild | 2 +- dev-python/django/django-3.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild index 7a3345a89f4..2166d02e126 100644 --- a/dev-python/django/django-2.2.12.ebuild +++ b/dev-python/django/django-2.2.12.ebuild @@ -47,7 +47,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.0.7-bashcomp.patch ) -distutils_enable_sphinx docs +distutils_enable_sphinx docs --no-autodoc python_test() { # Tests have non-standard assumptions about PYTHONPATH, diff --git a/dev-python/django/django-3.0.6.ebuild b/dev-python/django/django-3.0.6.ebuild index 58a0c8ae382..45e856fec80 100644 --- a/dev-python/django/django-3.0.6.ebuild +++ b/dev-python/django/django-3.0.6.ebuild @@ -49,7 +49,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.0.6-bashcomp.patch ) -distutils_enable_sphinx docs +distutils_enable_sphinx docs --no-autodoc python_test() { # Tests have non-standard assumptions about PYTHONPATH,