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 3812013835A for ; Sat, 22 May 2021 18:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B89DAE0886; Sat, 22 May 2021 18:18:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A2F7FE0886 for ; Sat, 22 May 2021 18:18:25 +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 CAA21340DBE for ; Sat, 22 May 2021 18:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2148E79A for ; Sat, 22 May 2021 18:18:21 +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: <1621707486.a1f5c85529d93e58718ff7e8fe1a60b6117f2841.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yarl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yarl/yarl-1.6.3.ebuild X-VCS-Directories: dev-python/yarl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a1f5c85529d93e58718ff7e8fe1a60b6117f2841 X-VCS-Branch: master Date: Sat, 22 May 2021 18:18:21 +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: aa39bfbf-ab92-4f8b-b8b4-1f721ae0689b X-Archives-Hash: 72ea1366b589a34c8e743c1c24b37a6e commit: a1f5c85529d93e58718ff7e8fe1a60b6117f2841 Author: Zamarin Arthur gmail com> AuthorDate: Fri May 21 18:07:13 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 22 18:18:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f5c855 dev-python/yarl: enable doc generation Signed-off-by: Zamarin Arthur gmail.com> Signed-off-by: Michał Górny gentoo.org> dev-python/yarl/yarl-1.6.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/yarl/yarl-1.6.3.ebuild b/dev-python/yarl/yarl-1.6.3.ebuild index edbd4058757..b9b9dde0ef7 100644 --- a/dev-python/yarl/yarl-1.6.3.ebuild +++ b/dev-python/yarl/yarl-1.6.3.ebuild @@ -24,6 +24,8 @@ RDEPEND=" " distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/alabaster PATCHES=( "${FILESDIR}"/${PN}-1.4.2-test-without-coverage.patch