From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1214672-garchives=archives.gentoo.org@lists.gentoo.org> 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 5DAC213835A for <garchives@archives.gentoo.org>; Wed, 14 Oct 2020 07:04:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336B0E089C; Wed, 14 Oct 2020 07:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E4FE3E0895 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Oct 2020 07:04:29 +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 8EEDE340DE7 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Oct 2020 07:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CD733A4 for <gentoo-commits@lists.gentoo.org>; Wed, 14 Oct 2020 07:04:27 +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: <1602658967.26ea744ef46212495b5c53c03f019074cae6e8dc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlalchemy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild X-VCS-Directories: dev-python/sqlalchemy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 26ea744ef46212495b5c53c03f019074cae6e8dc X-VCS-Branch: master Date: Wed, 14 Oct 2020 07:04:27 +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: e7d0d5c4-a5f6-48e4-bfc8-dbdb5df8bd7b X-Archives-Hash: 3e1fd4cd6494548ec660f4ad72b7729e commit: 26ea744ef46212495b5c53c03f019074cae6e8dc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 07:02:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 07:02:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ea744e dev-python/sqlalchemy: Remove broken doc support The doc support requires unpackaged dependencies, and we are not currently interested in maintaining even more optional dependencies. Closes: https://bugs.gentoo.org/724584 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild index 9ae4dbf9275..626ce4bdced 100644 --- a/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild +++ b/dev-python/sqlalchemy/sqlalchemy-1.3.17.ebuild @@ -30,7 +30,6 @@ BDEPEND=" " distutils_enable_tests pytest -distutils_enable_sphinx doc python_prepare_all() { # Disable tests hardcoding function call counts specific to Python versions.