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 AA5CB15808D for ; Fri, 10 Sep 2021 14:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEDBE0909; Fri, 10 Sep 2021 14:03:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B33C3E0909 for ; Fri, 10 Sep 2021 14:03:26 +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 7347A342B7A for ; Fri, 10 Sep 2021 14:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C03183 for ; Fri, 10 Sep 2021 14:03:23 +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: <1631282584.262e791d5e6cdf2ce9b93d88a13cee8c924de2d9.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit/flit-3.3.0-r1.ebuild dev-python/flit/flit-3.3.0.ebuild X-VCS-Directories: dev-python/flit/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 262e791d5e6cdf2ce9b93d88a13cee8c924de2d9 X-VCS-Branch: master Date: Fri, 10 Sep 2021 14:03:23 +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: 6dafd7b7-7b2e-4b68-a2ca-5648ca10fcae X-Archives-Hash: 405806dc4eadccde5920879d2b38588a commit: 262e791d5e6cdf2ce9b93d88a13cee8c924de2d9 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 10 14:03:04 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 10 14:03:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=262e791d dev-python/flit: add docutils dep Closes: https://bugs.gentoo.org/812368 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/flit/{flit-3.3.0.ebuild => flit-3.3.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/flit/flit-3.3.0.ebuild b/dev-python/flit/flit-3.3.0-r1.ebuild similarity index 96% rename from dev-python/flit/flit-3.3.0.ebuild rename to dev-python/flit/flit-3.3.0-r1.ebuild index cb64bcc56a9..d5480782852 100644 --- a/dev-python/flit/flit-3.3.0.ebuild +++ b/dev-python/flit/flit-3.3.0-r1.ebuild @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] >=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}] dev-python/intreehooks[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]