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/sqlparse/
Date: Thu, 14 May 2020 11:57:32
Message-Id: 1589457436.a22ebc43f0a21d364b10c9a0cc193c0d8c4ceac6.mgorny@gentoo
1 commit: a22ebc43f0a21d364b10c9a0cc193c0d8c4ceac6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 11:55:59 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 11:57:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22ebc43
7
8 dev-python/sqlparse: Fix building docs
9
10 Closes: https://bugs.gentoo.org/714782
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/sqlparse/sqlparse-0.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sqlparse/sqlparse-0.3.1.ebuild b/dev-python/sqlparse/sqlparse-0.3.1.ebuild
17 index 24776e358cb..8b5e082e498 100644
18 --- a/dev-python/sqlparse/sqlparse-0.3.1.ebuild
19 +++ b/dev-python/sqlparse/sqlparse-0.3.1.ebuild
20 @@ -19,5 +19,5 @@ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-lin
21 LICENSE="BSD-2"
22 IUSE="doc"
23
24 -distutils_enable_sphinx docs
25 +distutils_enable_sphinx docs/source
26 distutils_enable_tests pytest