From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CA66158091 for ; Thu, 2 Jun 2022 08:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8073EE077C; Thu, 2 Jun 2022 08:33:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 617ABE077C for ; Thu, 2 Jun 2022 08:33:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76C6B341DE8 for ; Thu, 2 Jun 2022 08:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58A24E7 for ; Thu, 2 Jun 2022 08:32:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654158770.7499d78d111fae5ca65d67386898ee2fb1ceaf48.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib_resources/importlib_resources-5.7.1.ebuild X-VCS-Directories: dev-python/importlib_resources/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7499d78d111fae5ca65d67386898ee2fb1ceaf48 X-VCS-Branch: master Date: Thu, 2 Jun 2022 08:32:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b14a5c3-ff83-4d87-a629-84ec23b89ec6 X-Archives-Hash: 521879bcc94a2c9c97a855753c5f94ec commit: 7499d78d111fae5ca65d67386898ee2fb1ceaf48 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 2 08:29:17 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 2 08:32:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7499d78d dev-python/importlib_resources: Remove broken USE=doc Signed-off-by: Michał Górny gentoo.org> dev-python/importlib_resources/importlib_resources-5.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild b/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild index 93db39055792..86b8123a2a88 100644 --- a/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.7.1.ebuild @@ -24,7 +24,6 @@ RDEPEND=" ' 3.8 3.9)" distutils_enable_tests unittest -distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging src_configure() { grep -q 'build-backend = "setuptools' pyproject.toml ||