From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1410838-garchives=archives.gentoo.org@lists.gentoo.org>
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 4D15B158094
	for <garchives@archives.gentoo.org>; Wed, 22 Jun 2022 07:50:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 871DDE0837;
	Wed, 22 Jun 2022 07:50:09 +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 6513CE0837
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2022 07:50:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 60C5E3417B8
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2022 07:50:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B29A2448
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2022 07:50:06 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1655884182.f530a0c1a7aadbb06139fda938964c79808de7b7.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
X-VCS-Directories: dev-python/setuptools_scm/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: f530a0c1a7aadbb06139fda938964c79808de7b7
X-VCS-Branch: master
Date: Wed, 22 Jun 2022 07:50:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 99b0bb5a-1f47-42d2-874a-130c9b86abc3
X-Archives-Hash: 2203a14ffbbbca616c1593fb44741d37

commit:     f530a0c1a7aadbb06139fda938964c79808de7b7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 07:45:06 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 07:49:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f530a0c1

dev-python/setuptools_scm: Add missing typing-extensions dep

Closes: https://bugs.gentoo.org/853679
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{setuptools_scm-7.0.1.ebuild => setuptools_scm-7.0.1-r1.ebuild}      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild b/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
similarity index 96%
rename from dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
rename to dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
index aa59ab75aa79..91c722d47031 100644
--- a/dev-python/setuptools_scm/setuptools_scm-7.0.1.ebuild
+++ b/dev-python/setuptools_scm/setuptools_scm-7.0.1-r1.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/setuptools[${PYTHON_USEDEP}]
 	dev-python/tomli[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 BDEPEND="
 	${RDEPEND}