Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blessings/
Date: Thu, 09 Mar 2017 20:31:01
Message-Id: 1489091435.a6983e4ede47ac57972588c60d909329148fa27b.soap@gentoo
1 commit: a6983e4ede47ac57972588c60d909329148fa27b
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 9 11:28:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 20:30:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6983e4e
7
8 dev-python/blessings: add missing setuptools DEPEND
9
10 * Bump to EAPI 6
11 * Add 'bugs-to' to metadata.xml
12
13 Package-Manager: Portage-2.3.4, Repoman-2.3.2
14 Closes: https://github.com/gentoo/gentoo/pull/4168
15
16 dev-python/blessings/blessings-1.6-r1.ebuild | 7 +++++--
17 dev-python/blessings/metadata.xml | 1 +
18 2 files changed, 6 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-python/blessings/blessings-1.6-r1.ebuild b/dev-python/blessings/blessings-1.6-r1.ebuild
21 index 1222531d276..359099b2865 100644
22 --- a/dev-python/blessings/blessings-1.6-r1.ebuild
23 +++ b/dev-python/blessings/blessings-1.6-r1.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=6
30
31 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
32
33 @@ -16,7 +16,10 @@ LICENSE="MIT"
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 IUSE="test"
36
37 -DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
38 +DEPEND="
39 + dev-python/setuptools[${PYTHON_USEDEP}]
40 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
41 +"
42
43 python_test() {
44 # The tests need an interactive terminal
45
46 diff --git a/dev-python/blessings/metadata.xml b/dev-python/blessings/metadata.xml
47 index 84fecf67632..b873a1b476e 100644
48 --- a/dev-python/blessings/metadata.xml
49 +++ b/dev-python/blessings/metadata.xml
50 @@ -8,5 +8,6 @@
51 <upstream>
52 <remote-id type="pypi">blessings</remote-id>
53 <remote-id type="github">erikrose/blessings</remote-id>
54 + <bugs-to>https://github.com/erikrose/blessings/issues</bugs-to>
55 </upstream>
56 </pkgmetadata>