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 D269C138239 for ; Sun, 29 Mar 2020 08:20:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E122E0A7E; Sun, 29 Mar 2020 08:20:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 078A3E0A7E for ; Sun, 29 Mar 2020 08:20:28 +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 4E05F34FAD9 for ; Sun, 29 Mar 2020 08:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703B51AE for ; Sun, 29 Mar 2020 08:19:59 +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: <1585469951.d04fbf9df7970efa4f4c3250346ed779f575c368.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/metadata.xml dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild X-VCS-Directories: dev-python/setuptools_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d04fbf9df7970efa4f4c3250346ed779f575c368 X-VCS-Branch: master Date: Sun, 29 Mar 2020 08:19:59 +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: 1dc7da4c-e690-4d6a-93ae-58dc491ecdfd X-Archives-Hash: 52d85bf4cc88834d0421b51052d7ed3c commit: d04fbf9df7970efa4f4c3250346ed779f575c368 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 07:56:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 08:19:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04fbf9d dev-python/setuptools_scm: Stabilize 3.5.0 ALLARCHES Closes: https://bugs.gentoo.org/714510 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools_scm/metadata.xml | 3 --- dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/setuptools_scm/metadata.xml b/dev-python/setuptools_scm/metadata.xml index 32674a5d550..4e6fc4d6b40 100644 --- a/dev-python/setuptools_scm/metadata.xml +++ b/dev-python/setuptools_scm/metadata.xml @@ -11,7 +11,4 @@ pypa/setuptools_scm pypa/setuptools_scm - - Enables mercurial backend - diff --git a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild index fa4a2dcc6d2..a47f0f4b55c 100644 --- a/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild +++ b/dev-python/setuptools_scm/setuptools_scm-3.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" RESTRICT="!test? ( test )"