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 A40FE15808D for ; Wed, 20 Apr 2022 12:18:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C092DE0946; Wed, 20 Apr 2022 12:18:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E18F8E0946 for ; Wed, 20 Apr 2022 12:18:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49CEC3419BA for ; Wed, 20 Apr 2022 12:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8A653B5 for ; Wed, 20 Apr 2022 12:18:33 +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: <1650457097.6277c58ccd3468bf8584b9ee7ff93d8f915ae0ee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/inflect-5.5.2.ebuild X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6277c58ccd3468bf8584b9ee7ff93d8f915ae0ee X-VCS-Branch: master Date: Wed, 20 Apr 2022 12:18:33 +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: 9ea9be1b-7c6f-4454-acdf-e5944aec27c7 X-Archives-Hash: 3c638d867af7946f720aad958c81cb6b commit: 6277c58ccd3468bf8584b9ee7ff93d8f915ae0ee Author: Michał Górny gentoo org> AuthorDate: Wed Apr 20 09:29:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 20 12:18:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6277c58c dev-python/inflect: Remove broken doc support Closes: https://bugs.gentoo.org/839651 Signed-off-by: Michał Górny gentoo.org> dev-python/inflect/inflect-5.5.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/inflect/inflect-5.5.2.ebuild b/dev-python/inflect/inflect-5.5.2.ebuild index e399f735ad98..4efd85b46579 100644 --- a/dev-python/inflect/inflect-5.5.2.ebuild +++ b/dev-python/inflect/inflect-5.5.2.ebuild @@ -23,8 +23,4 @@ BDEPEND=" >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] " -distutils_enable_sphinx docs \ - '>=dev-python/jaraco-packaging-8.2' \ - '>=dev-python/rst-linker-1.9' \ - dev-python/alabaster distutils_enable_tests pytest