Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py/
Date: Thu, 03 Jan 2019 22:22:10
Message-Id: 1546554120.631cab55e23eac9ccba6aa11a2b49b817fee3fcb.floppym@gentoo
1 commit: 631cab55e23eac9ccba6aa11a2b49b817fee3fcb
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 22:21:39 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 22:22:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631cab55
7
8 dev-python/py: depend on setuptools_scm
9
10 Closes: https://bugs.gentoo.org/664210
11 Package-Manager: Portage-2.3.53_p6, Repoman-2.3.12_p37
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 dev-python/py/py-1.5.4.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/py/py-1.5.4.ebuild b/dev-python/py/py-1.5.4.ebuild
18 index 7c66f0c5e3c..bb1ec240407 100644
19 --- a/dev-python/py/py-1.5.4.ebuild
20 +++ b/dev-python/py/py-1.5.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -19,6 +19,7 @@ IUSE="doc test"
28 RDEPEND=""
29 DEPEND="
30 dev-python/setuptools[${PYTHON_USEDEP}]
31 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
32 test? ( >=dev-python/pytest-2.4.2[${PYTHON_USEDEP}] )
33 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"