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 A0A7E1382C5 for ; Sun, 31 May 2020 17:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A379E0974; Sun, 31 May 2020 17:17:15 +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 00162E0974 for ; Sun, 31 May 2020 17:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E01B834F07B for ; Sun, 31 May 2020 17:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4888027E for ; Sun, 31 May 2020 17:17:11 +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: <1590945427.bdf49b490fdba7babab3b1a8f4b6f67bbc8fe79c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-3.0.4.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bdf49b490fdba7babab3b1a8f4b6f67bbc8fe79c X-VCS-Branch: master Date: Sun, 31 May 2020 17:17:11 +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: 8af8cf41-5df1-4f3e-a9df-2be17637732c X-Archives-Hash: fe051a12ce340cbfef50ddf37bc5e3c0 commit: bdf49b490fdba7babab3b1a8f4b6f67bbc8fe79c Author: Michał Górny gentoo org> AuthorDate: Sun May 31 16:37:06 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 31 17:17:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf49b49 dev-python/sphinx: Port to py39 Signed-off-by: Michał Górny gentoo.org> dev-python/sphinx/sphinx-3.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/sphinx/sphinx-3.0.4.ebuild b/dev-python/sphinx/sphinx-3.0.4.ebuild index 3154c9ce95a..643691ef8cb 100644 --- a/dev-python/sphinx/sphinx-3.0.4.ebuild +++ b/dev-python/sphinx/sphinx-3.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -44,13 +44,13 @@ RDEPEND=" dev-texlive/texlive-luatex app-text/dvipng )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" doc? ( dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}] media-gfx/graphviz ) test? ( + ${RDEPEND} dev-python/html5lib[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] virtual/imagemagick-tools[jpeg,png,svg]