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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 606B213933E for ; Mon, 5 Jul 2021 20:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F3FCE0A5B; Mon, 5 Jul 2021 20:18:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DEC2E0A5B for ; Mon, 5 Jul 2021 20:18:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CFC9342AA5 for ; Mon, 5 Jul 2021 20:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F407D7C0 for ; Mon, 5 Jul 2021 20:17:57 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1625516272.b7304c3e62a44b162b1b0977b7887f5e8edf692b.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild X-VCS-Directories: dev-python/mypy_extensions/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: b7304c3e62a44b162b1b0977b7887f5e8edf692b X-VCS-Branch: master Date: Mon, 5 Jul 2021 20:17:57 +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: 5977ddd2-0032-4b54-8496-a40cd02f0f71 X-Archives-Hash: 28188304660462514f0618bf5f842c2f commit: b7304c3e62a44b162b1b0977b7887f5e8edf692b Author: Mike Auty gentoo org> AuthorDate: Mon Jul 5 20:13:01 2021 +0000 Commit: Mike Auty gentoo org> CommitDate: Mon Jul 5 20:17:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7304c3e dev-python/mypy_extensions: Remove broken doc USE flag Not bumping because it would fail to install with the USE flag set Closes: https://bugs.gentoo.org/800163 Signed-off-by: Mike Auty gentoo.org> dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild index 2fcf5b51dcc..472779e6b05 100644 --- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild @@ -25,9 +25,6 @@ IUSE="test" RESTRICT="!test? ( test )" distutils_enable_tests unittest -distutils_enable_sphinx docs \ - dev-python/sphinx \ - dev-python/sphinx_rtd_theme python_test() { "${PYTHON}" -m unittest discover tests -v || die "tests fail with ${EPYTHON}"