Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/humanize/
Date: Wed, 11 Mar 2020 22:40:26
Message-Id: 1583966412.6163fa684716e3320bab4d94f48ae9cbad92cba4.sbraz@gentoo
1 commit: 6163fa684716e3320bab4d94f48ae9cbad92cba4
2 Author: Ryan Turner <zdbiohazard2 <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 11 19:45:04 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 11 22:40:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6163fa68
7
8 dev-python/humanize: Build requires dev-python/setuptools_scm
9
10 Signed-off-by: Ryan Turner <zdbiohazard2 <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14928
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 dev-python/humanize/humanize-1.0.0.ebuild | 1 +
15 dev-python/humanize/humanize-2.0.0.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-python/humanize/humanize-1.0.0.ebuild b/dev-python/humanize/humanize-1.0.0.ebuild
19 index be43d73ef82..1a0e2103b9e 100644
20 --- a/dev-python/humanize/humanize-1.0.0.ebuild
21 +++ b/dev-python/humanize/humanize-1.0.0.ebuild
22 @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
23 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
24 BDEPEND="
25 dev-python/setuptools[${PYTHON_USEDEP}]
26 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
27 test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
28 "
29
30
31 diff --git a/dev-python/humanize/humanize-2.0.0.ebuild b/dev-python/humanize/humanize-2.0.0.ebuild
32 index 73ae3e937f0..4785489816a 100644
33 --- a/dev-python/humanize/humanize-2.0.0.ebuild
34 +++ b/dev-python/humanize/humanize-2.0.0.ebuild
35 @@ -22,6 +22,7 @@ RESTRICT="!test? ( test )"
36 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 BDEPEND="
38 dev-python/setuptools[${PYTHON_USEDEP}]
39 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
40 test? (
41 dev-python/freezegun[${PYTHON_USEDEP}]
42 dev-python/pytest[${PYTHON_USEDEP}]