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 41993138350 for ; Wed, 11 Mar 2020 22:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 652F8E0AF0; Wed, 11 Mar 2020 22:40:25 +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 488ECE0AF0 for ; Wed, 11 Mar 2020 22:40:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA8C034F075 for ; Wed, 11 Mar 2020 22:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61AD6102 for ; Wed, 11 Mar 2020 22:40:22 +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: <1583966412.6163fa684716e3320bab4d94f48ae9cbad92cba4.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/humanize/humanize-1.0.0.ebuild dev-python/humanize/humanize-2.0.0.ebuild X-VCS-Directories: dev-python/humanize/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 6163fa684716e3320bab4d94f48ae9cbad92cba4 X-VCS-Branch: master Date: Wed, 11 Mar 2020 22:40:22 +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: dd01cd45-3b33-4ffa-8c7a-e8486525e35a X-Archives-Hash: fcca39d588956c41eaf0da940780647c commit: 6163fa684716e3320bab4d94f48ae9cbad92cba4 Author: Ryan Turner gmail com> AuthorDate: Wed Mar 11 19:45:04 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Wed Mar 11 22:40:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163fa68 dev-python/humanize: Build requires dev-python/setuptools_scm Signed-off-by: Ryan Turner gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14928 Signed-off-by: Louis Sautier gentoo.org> dev-python/humanize/humanize-1.0.0.ebuild | 1 + dev-python/humanize/humanize-2.0.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/humanize/humanize-1.0.0.ebuild b/dev-python/humanize/humanize-1.0.0.ebuild index be43d73ef82..1a0e2103b9e 100644 --- a/dev-python/humanize/humanize-1.0.0.ebuild +++ b/dev-python/humanize/humanize-1.0.0.ebuild @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/freezegun[${PYTHON_USEDEP}] ) " diff --git a/dev-python/humanize/humanize-2.0.0.ebuild b/dev-python/humanize/humanize-2.0.0.ebuild index 73ae3e937f0..4785489816a 100644 --- a/dev-python/humanize/humanize-2.0.0.ebuild +++ b/dev-python/humanize/humanize-2.0.0.ebuild @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( dev-python/freezegun[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]