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 7325E158087 for ; Sun, 16 Jan 2022 20:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C542BC01B; Sun, 16 Jan 2022 20:29:40 +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 38EAE2BC01B for ; Sun, 16 Jan 2022 20:29:40 +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 AC1C23430EC for ; Sun, 16 Jan 2022 20:29:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D9B124E for ; Sun, 16 Jan 2022 20:29:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1642364950.daa44cc2f1228f95d586ccaf10b43549c344b4b4.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jellyfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jellyfish/jellyfish-0.9.0.ebuild X-VCS-Directories: dev-python/jellyfish/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: daa44cc2f1228f95d586ccaf10b43549c344b4b4 X-VCS-Branch: master Date: Sun, 16 Jan 2022 20:29:35 +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: c5cc735f-95df-4e67-91c6-e57c695ee1b2 X-Archives-Hash: c829e35260a73792245f38f8c86de7b3 commit: daa44cc2f1228f95d586ccaf10b43549c344b4b4 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jan 16 20:19:47 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jan 16 20:29:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa44cc2 dev-python/jellyfish: remove docs generation upstream removed all support for sphinx docs generation They use mkdocs, which isn't supplied through pypi tarball Closes: https://bugs.gentoo.org/831324 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/jellyfish/jellyfish-0.9.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/jellyfish/jellyfish-0.9.0.ebuild b/dev-python/jellyfish/jellyfish-0.9.0.ebuild index f2dee7bcff82..d64656ba540e 100644 --- a/dev-python/jellyfish/jellyfish-0.9.0.ebuild +++ b/dev-python/jellyfish/jellyfish-0.9.0.ebuild @@ -20,7 +20,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs --no-autodoc distutils_enable_tests pytest python_test() {