From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1359221-garchives=archives.gentoo.org@lists.gentoo.org>
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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7CECE158087
	for <garchives@archives.gentoo.org>; Wed, 19 Jan 2022 17:15:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA1112BC017;
	Wed, 19 Jan 2022 17:15:17 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 24FEF2BC017
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 17:15:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 63B7C33BEF2
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 17:15:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A25C24E
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jan 2022 17:15:03 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1642612499.b5cec87c2095e6c2bcb0cefc857c05eabd565d55.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/py/py-1.11.0.ebuild
X-VCS-Directories: dev-python/py/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: b5cec87c2095e6c2bcb0cefc857c05eabd565d55
X-VCS-Branch: master
Date: Wed, 19 Jan 2022 17:15:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: eeaf8804-659c-4d9e-a326-67e0f1b34e55
X-Archives-Hash: e0101fad2aad68d218fca45b0d449e00

commit:     b5cec87c2095e6c2bcb0cefc857c05eabd565d55
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 17:13:31 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 17:14:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cec87c

dev-python/py: Remove USE=doc

The doc build is broken and the package is unmaintained upstream.

Closes: https://bugs.gentoo.org/831492
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/py/py-1.11.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/py/py-1.11.0.ebuild b/dev-python/py/py-1.11.0.ebuild
index e877c8bde96b..6bc4dafc3a51 100644
--- a/dev-python/py/py-1.11.0.ebuild
+++ b/dev-python/py/py-1.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,5 +19,4 @@ RESTRICT=test
 BDEPEND="
 	dev-python/setuptools_scm[${PYTHON_USEDEP}]"
 
-distutils_enable_sphinx doc
 distutils_enable_tests pytest