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/importlib_resources/
Date: Thu, 02 Jun 2022 08:33:03
Message-Id: 1654158770.7499d78d111fae5ca65d67386898ee2fb1ceaf48.mgorny@gentoo
1 commit: 7499d78d111fae5ca65d67386898ee2fb1ceaf48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 08:29:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 08:32:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7499d78d
7
8 dev-python/importlib_resources: Remove broken USE=doc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/importlib_resources/importlib_resources-5.7.1.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild b/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild
16 index 93db39055792..86b8123a2a88 100644
17 --- a/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild
18 +++ b/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild
19 @@ -24,7 +24,6 @@ RDEPEND="
20 ' 3.8 3.9)"
21
22 distutils_enable_tests unittest
23 -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging
24
25 src_configure() {
26 grep -q 'build-backend = "setuptools' pyproject.toml ||