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 1DFBB158020 for ; Sat, 24 Dec 2022 11:38:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C379BE0898; Sat, 24 Dec 2022 11:38:28 +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 A6BECE085A for ; Sat, 24 Dec 2022 11:38:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA723340E5D for ; Sat, 24 Dec 2022 11:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1C027DC for ; Sat, 24 Dec 2022 11:38:25 +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: <1671881901.044b627e1f6f53ce532ba4357d54dea2f5492b91.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-varlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild dev-python/python-varlink/python-varlink-30.3.1.ebuild X-VCS-Directories: dev-python/python-varlink/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 044b627e1f6f53ce532ba4357d54dea2f5492b91 X-VCS-Branch: master Date: Sat, 24 Dec 2022 11:38:25 +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: 07786af9-932c-4f43-9e68-02df785a3c36 X-Archives-Hash: 511025b137ae6ba29a9e51f38357802a commit: 044b627e1f6f53ce532ba4357d54dea2f5492b91 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 24 11:32:17 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 24 11:38:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044b627e dev-python/python-varlink: Remove unused dev-python/future dep Signed-off-by: Michał Górny gentoo.org> .../{python-varlink-30.3.1.ebuild => python-varlink-30.3.1-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/python-varlink/python-varlink-30.3.1.ebuild b/dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild similarity index 88% rename from dev-python/python-varlink/python-varlink-30.3.1.ebuild rename to dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild index 9a04cf6dc26a..9d30c702c39a 100644 --- a/dev-python/python-varlink/python-varlink-30.3.1.ebuild +++ b/dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,8 +18,6 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND="dev-python/future[${PYTHON_USEDEP}]" - PATCHES=( "${FILESDIR}/${P}-fix.py3.10.patch" )