Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wrapt/
Date: Fri, 06 Mar 2020 16:34:02
Message-Id: 1583512365.560cd26d1d394283d2ab728c88fa0315ffe1d2bf.sping@gentoo
1 commit: 560cd26d1d394283d2ab728c88fa0315ffe1d2bf
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 16:32:45 2020 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 16:32:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560cd26d
7
8 dev-python/wrapt: Improve use of distutils_enable_sphinx
9
10 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
11 Package-Manager: Portage-2.3.92, Repoman-2.3.20
12
13 dev-python/wrapt/wrapt-1.12.0.ebuild | 4 +---
14 1 file changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/dev-python/wrapt/wrapt-1.12.0.ebuild b/dev-python/wrapt/wrapt-1.12.0.ebuild
17 index 8a24a98651e..978e8e79af6 100644
18 --- a/dev-python/wrapt/wrapt-1.12.0.ebuild
19 +++ b/dev-python/wrapt/wrapt-1.12.0.ebuild
20 @@ -16,10 +16,8 @@ LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
23
24 -DEPEND="doc? ( dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )"
25 -
26 distutils_enable_tests pytest
27 -distutils_enable_sphinx docs --no-autodoc
28 +distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
29
30 python_compile() {
31 local WRAPT_EXTENSIONS=true