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/py/
Date: Wed, 19 Jan 2022 17:15:20
Message-Id: 1642612499.b5cec87c2095e6c2bcb0cefc857c05eabd565d55.mgorny@gentoo
1 commit: b5cec87c2095e6c2bcb0cefc857c05eabd565d55
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 17:13:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 17:14:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cec87c
7
8 dev-python/py: Remove USE=doc
9
10 The doc build is broken and the package is unmaintained upstream.
11
12 Closes: https://bugs.gentoo.org/831492
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/py/py-1.11.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/py/py-1.11.0.ebuild b/dev-python/py/py-1.11.0.ebuild
19 index e877c8bde96b..6bc4dafc3a51 100644
20 --- a/dev-python/py/py-1.11.0.ebuild
21 +++ b/dev-python/py/py-1.11.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -19,5 +19,4 @@ RESTRICT=test
29 BDEPEND="
30 dev-python/setuptools_scm[${PYTHON_USEDEP}]"
31
32 -distutils_enable_sphinx doc
33 distutils_enable_tests pytest