Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/routes/
Date: Fri, 01 Jan 2021 06:11:24
Message-Id: 1609481473.d01bd9634a258d665ce272a98eb73c40ebfc70b1.sam@gentoo
1 commit: d01bd9634a258d665ce272a98eb73c40ebfc70b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 06:11:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 06:11:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01bd963
7
8 dev-python/routes: fix distutils_enable_docs target call
9
10 Reported-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11 Thanks-to: Martin Walch <walch.martin <AT> web.de>
12 Closes: https://bugs.gentoo.org/715168
13 Package-Manager: Portage-3.0.9, Repoman-3.0.2
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-python/routes/routes-2.5.1.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-python/routes/routes-2.5.1.ebuild b/dev-python/routes/routes-2.5.1.ebuild
20 index 39460443ca9..bb4c3b2a904 100644
21 --- a/dev-python/routes/routes-2.5.1.ebuild
22 +++ b/dev-python/routes/routes-2.5.1.ebuild
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 +
30 PYTHON_COMPAT=( python3_{6..9} pypy3 )
31
32 inherit distutils-r1
33 @@ -31,7 +32,7 @@ BDEPEND="
34 )"
35
36 distutils_enable_tests nose
37 -distutils_enable_sphinx doc
38 +distutils_enable_sphinx docs
39
40 # The testsuite appears to be held back by the author