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 A98E515800D for ; Sat, 31 Dec 2022 15:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ACE4E0845; Sat, 31 Dec 2022 15:04:08 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAD2DE0845 for ; Sat, 31 Dec 2022 15:04:07 +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 C7AFE340C02 for ; Sat, 31 Dec 2022 15:04:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F977F4 for ; Sat, 31 Dec 2022 15:04:05 +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: <1672499040.186f04a96ca7d6ee4950f63bb04b4a078593c1bd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/units/units-2.21-r1.ebuild sci-calculators/units/units-2.21.ebuild X-VCS-Directories: sci-calculators/units/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 186f04a96ca7d6ee4950f63bb04b4a078593c1bd X-VCS-Branch: master Date: Sat, 31 Dec 2022 15:04:05 +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: 37ff7063-7484-4f3f-86ff-4d62fb950490 X-Archives-Hash: c24f998678c0109d5850679dfc76773b commit: 186f04a96ca7d6ee4950f63bb04b4a078593c1bd Author: Michał Górny gentoo org> AuthorDate: Sat Dec 31 14:58:15 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 31 15:04:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186f04a9 sci-calculators/units: Remove obsolete dev-python/future dep The current version of the package does not use dev-python/future. Closes: https://bugs.gentoo.org/888299 Signed-off-by: Michał Górny gentoo.org> sci-calculators/units/{units-2.21.ebuild => units-2.21-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-calculators/units/units-2.21.ebuild b/sci-calculators/units/units-2.21-r1.ebuild similarity index 96% rename from sci-calculators/units/units-2.21.ebuild rename to sci-calculators/units/units-2.21-r1.ebuild index 0c1c7e86fb23..e87fc75a74bc 100644 --- a/sci-calculators/units/units-2.21.ebuild +++ b/sci-calculators/units/units-2.21-r1.ebuild @@ -21,7 +21,6 @@ RDEPEND=" units-cur? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/future[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] ') )