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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35086158013 for ; Sat, 28 Aug 2021 21:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35D01E0855; Sat, 28 Aug 2021 21:04:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17DD0E0855 for ; Sat, 28 Aug 2021 21:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7297335DBC for ; Sat, 28 Aug 2021 21:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 863BD4E for ; Sat, 28 Aug 2021 21:04:51 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1630184669.e313b122eafeef2984f716c90baa99235eae78a6.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm_git_archive/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild X-VCS-Directories: dev-python/setuptools_scm_git_archive/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: e313b122eafeef2984f716c90baa99235eae78a6 X-VCS-Branch: master Date: Sat, 28 Aug 2021 21:04:51 +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: fd2abedb-acd4-4787-92aa-87b774d0db9d X-Archives-Hash: 67974583f164cb08db50accac853c4d2 commit: e313b122eafeef2984f716c90baa99235eae78a6 Author: Louis Sautier gentoo org> AuthorDate: Sat Aug 28 20:55:14 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sat Aug 28 21:04:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e313b122 dev-python/setuptools_scm_git_archive: force setuptools_scm < 6.0.1 Bug: https://bugs.gentoo.org/810808 Signed-off-by: Louis Sautier gentoo.org> ...it_archive-1.1.ebuild => setuptools_scm_git_archive-1.1-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild similarity index 81% rename from dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild rename to dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild index 47aa91fa85d..dfa9daf7406 100644 --- a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1.ebuild +++ b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.1-r1.ebuild @@ -15,8 +15,10 @@ SLOT="0" KEYWORDS="amd64 arm ~arm64 ~ppc64 x86" IUSE="" +# At the moment, newer versions of setuptools_scm break this package: +# https://bugs.gentoo.org/810808 RDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] +