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 B164E158649 for ; Wed, 10 May 2023 15:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75E78E0909; Wed, 10 May 2023 15:25:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 5B7C2E0909 for ; Wed, 10 May 2023 15:25:25 +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 52055335D7F for ; Wed, 10 May 2023 15:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD2EA68 for ; Wed, 10 May 2023 15:25:22 +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: <1683732316.54f8830c6cfe665c2b83c69a8e84c3f4e8b6cb6c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/xcffib-1.3.0-r1.ebuild dev-python/xcffib/xcffib-1.3.0.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 54f8830c6cfe665c2b83c69a8e84c3f4e8b6cb6c X-VCS-Branch: master Date: Wed, 10 May 2023 15:25:22 +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: f829b2b4-422b-44db-a9d7-c28c7df53271 X-Archives-Hash: ac2a9c3850a40deb1f793a58e4926aa3 commit: 54f8830c6cfe665c2b83c69a8e84c3f4e8b6cb6c Author: Michał Górny gentoo org> AuthorDate: Wed May 10 15:24:16 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 10 15:25:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f8830c dev-python/xcffib: Remove obsolete dep on dev-python/six Closes: https://bugs.gentoo.org/906041 Signed-off-by: Michał Górny gentoo.org> dev-python/xcffib/{xcffib-1.3.0.ebuild => xcffib-1.3.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/xcffib/xcffib-1.3.0.ebuild b/dev-python/xcffib/xcffib-1.3.0-r1.ebuild similarity index 95% rename from dev-python/xcffib/xcffib-1.3.0.ebuild rename to dev-python/xcffib/xcffib-1.3.0-r1.ebuild index 0d811a0a3f89..827dd135f36b 100644 --- a/dev-python/xcffib/xcffib-1.3.0.ebuild +++ b/dev-python/xcffib/xcffib-1.3.0-r1.ebuild @@ -25,7 +25,6 @@ RDEPEND=" $(python_gen_cond_dep ' >=dev-python/cffi-1.1:=[${PYTHON_USEDEP}] ' 'python*') - dev-python/six[${PYTHON_USEDEP}] ${DEPEND} " BDEPEND="