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 362E9138334 for ; Fri, 10 May 2019 14:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AF9EE0831; Fri, 10 May 2019 14:36:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A80EAE0831 for ; Fri, 10 May 2019 14:36:18 +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 10B3F343F8A for ; Fri, 10 May 2019 14:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D63E15ED for ; Fri, 10 May 2019 14:36:14 +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: <1557498959.0d55fb2434771a28e4e0d8a8929bdb6212b4f32b.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-3.2.0.ebuild dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild X-VCS-Directories: dev-python/setuptools_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0d55fb2434771a28e4e0d8a8929bdb6212b4f32b X-VCS-Branch: master Date: Fri, 10 May 2019 14:36:14 +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: 459199fa-63a1-46b4-9649-e9d0c188842a X-Archives-Hash: 8d760bb7086887b5a43a8c61eaa44704 commit: 0d55fb2434771a28e4e0d8a8929bdb6212b4f32b Author: Michał Górny gentoo org> AuthorDate: Fri May 10 14:30:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 10 14:35:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d55fb24 dev-python/setuptools_scm: Block old versions Block old versions since presence of one causes the build to fail. A better solution than a blocker would be preferred but after spending over an hour fighitng it I wasn't able to come up with one. Closes: https://bugs.gentoo.org/676024 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild | 1 + dev-python/setuptools_scm/setuptools_scm-3.3.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild index 7ea05108202..4217156ad36 100644 --- a/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild +++ b/dev-python/setuptools_scm/setuptools_scm-3.2.0.ebuild @@ -18,6 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" DEPEND=" + !!