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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 596AC15821F for ; Sun, 24 Nov 2024 21:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD40E087A; Sun, 24 Nov 2024 21:06:51 +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 732A9E087B for ; Sun, 24 Nov 2024 21:06:51 +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 8E38F3406D1 for ; Sun, 24 Nov 2024 21:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE841F45 for ; Sun, 24 Nov 2024 21:06:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1732481531.1b54cde4cac52d2f3311d0b99687a24dfc3366ed.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/typing-inspect/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/typing-inspect/typing-inspect-0.9.0.ebuild X-VCS-Directories: dev-python/typing-inspect/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 1b54cde4cac52d2f3311d0b99687a24dfc3366ed X-VCS-Branch: dev Date: Sun, 24 Nov 2024 21:06:47 +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: 225bb67c-5cc4-46f1-b344-e5499e3a9215 X-Archives-Hash: f40b7c05fffc069619466b0618c0fc95 commit: 1b54cde4cac52d2f3311d0b99687a24dfc3366ed Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Nov 24 20:52:11 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Nov 24 20:52:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b54cde4 dev-python/typing-inspect: rename dev-python/{mypy_extensions → mypy-extensions} Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/typing-inspect/typing-inspect-0.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild index 5ace51896..d3e376b7a 100644 --- a/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild +++ b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}] + >=dev-python/mypy-extensions-0.3.0[${PYTHON_USEDEP}] >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}"