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 726CF158087 for ; Thu, 13 Jan 2022 20:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00CCC2BC016; Thu, 13 Jan 2022 20:16:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 909AE2BC023 for ; Thu, 13 Jan 2022 20:16:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD94A342FA8 for ; Thu, 13 Jan 2022 20:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58EC1239 for ; Thu, 13 Jan 2022 20:16:39 +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: <1642104916.8ea789afbd83adb3079a7b6541ad9f580e1fe502.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_core/flit_core-3.5.1-r1.ebuild dev-python/flit_core/flit_core-3.5.1.ebuild dev-python/flit_core/flit_core-3.6.0-r1.ebuild dev-python/flit_core/flit_core-3.6.0.ebuild X-VCS-Directories: dev-python/flit_core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ea789afbd83adb3079a7b6541ad9f580e1fe502 X-VCS-Branch: master Date: Thu, 13 Jan 2022 20:16:39 +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: 3e1cdd49-052f-453c-9bbd-4cda14f0cab8 X-Archives-Hash: 0208480fe95af01a2c5ab55d3f78fad0 commit: 8ea789afbd83adb3079a7b6541ad9f580e1fe502 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 13 20:12:59 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 13 20:15:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea789af dev-python/flit_core: Remove obsolete intreehooks dep Signed-off-by: Michał Górny gentoo.org> .../flit_core/{flit_core-3.5.1.ebuild => flit_core-3.5.1-r1.ebuild} | 3 +-- .../flit_core/{flit_core-3.6.0.ebuild => flit_core-3.6.0-r1.ebuild} | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/flit_core/flit_core-3.5.1.ebuild b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild similarity index 88% rename from dev-python/flit_core/flit_core-3.5.1.ebuild rename to dev-python/flit_core/flit_core-3.5.1-r1.ebuild index a27ed429b4ae..8a614e2b6daf 100644 --- a/dev-python/flit_core/flit_core-3.5.1.ebuild +++ b/dev-python/flit_core/flit_core-3.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,6 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" RDEPEND=" - dev-python/intreehooks[${PYTHON_USEDEP}] dev-python/tomli[${PYTHON_USEDEP}] " BDEPEND=" diff --git a/dev-python/flit_core/flit_core-3.6.0.ebuild b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild similarity index 90% rename from dev-python/flit_core/flit_core-3.6.0.ebuild rename to dev-python/flit_core/flit_core-3.6.0-r1.ebuild index 22ec64d9e025..dbf83cbd0820 100644 --- a/dev-python/flit_core/flit_core-3.6.0.ebuild +++ b/dev-python/flit_core/flit_core-3.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,6 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" - dev-python/intreehooks[${PYTHON_USEDEP}] dev-python/tomli[${PYTHON_USEDEP}] " BDEPEND="