Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mistune/
Date: Sun, 28 Feb 2016 11:58:20
Message-Id: 1456660685.f2b283a2268531e8f484bc1973d9b876bbda31e2.jlec@gentoo
1 commit: f2b283a2268531e8f484bc1973d9b876bbda31e2
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 11:56:28 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:58:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b283a2
7
8 dev-python/mistune: add missing build dep
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=571478
11
12 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
13
14 dev-python/mistune/mistune-0.5.1.ebuild | 3 ++-
15 dev-python/mistune/mistune-0.6-r1.ebuild | 3 ++-
16 dev-python/mistune/mistune-0.7.1.ebuild | 3 ++-
17 dev-python/mistune/mistune-0.7.2.ebuild | 1 +
18 dev-python/mistune/mistune-0.7.ebuild | 3 ++-
19 5 files changed, 9 insertions(+), 4 deletions(-)
20
21 diff --git a/dev-python/mistune/mistune-0.5.1.ebuild b/dev-python/mistune/mistune-0.5.1.ebuild
22 index 842e4c9..5d34954 100644
23 --- a/dev-python/mistune/mistune-0.5.1.ebuild
24 +++ b/dev-python/mistune/mistune-0.5.1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 +# Copyright 1999-2016 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Id$
30
31 @@ -20,6 +20,7 @@ IUSE="test"
32 RDEPEND=""
33 DEPEND="${RDEPEND}
34 dev-python/cython[$(python_gen_usedep 'python*')]
35 + dev-python/setuptools[${PYTHON_USEDEP}]
36 test? ( dev-python/nose[${PYTHON_USEDEP}] )
37 "
38
39
40 diff --git a/dev-python/mistune/mistune-0.6-r1.ebuild b/dev-python/mistune/mistune-0.6-r1.ebuild
41 index a10ce82..0b3346e 100644
42 --- a/dev-python/mistune/mistune-0.6-r1.ebuild
43 +++ b/dev-python/mistune/mistune-0.6-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2016 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Id$
49
50 @@ -20,6 +20,7 @@ IUSE="test"
51 RDEPEND=""
52 DEPEND="${RDEPEND}
53 dev-python/cython[$(python_gen_usedep 'python*')]
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 test? ( dev-python/nose[${PYTHON_USEDEP}] )
56 "
57
58
59 diff --git a/dev-python/mistune/mistune-0.7.1.ebuild b/dev-python/mistune/mistune-0.7.1.ebuild
60 index 92f034b..03f3f50 100644
61 --- a/dev-python/mistune/mistune-0.7.1.ebuild
62 +++ b/dev-python/mistune/mistune-0.7.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 +# Copyright 1999-2016 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Id$
68
69 @@ -20,6 +20,7 @@ IUSE="test"
70 RDEPEND=""
71 DEPEND="${RDEPEND}
72 dev-python/cython[$(python_gen_usedep 'python*')]
73 + dev-python/setuptools[${PYTHON_USEDEP}]
74 test? ( dev-python/nose[${PYTHON_USEDEP}] )
75 "
76
77
78 diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild
79 index da82a55..03f3f50 100644
80 --- a/dev-python/mistune/mistune-0.7.2.ebuild
81 +++ b/dev-python/mistune/mistune-0.7.2.ebuild
82 @@ -20,6 +20,7 @@ IUSE="test"
83 RDEPEND=""
84 DEPEND="${RDEPEND}
85 dev-python/cython[$(python_gen_usedep 'python*')]
86 + dev-python/setuptools[${PYTHON_USEDEP}]
87 test? ( dev-python/nose[${PYTHON_USEDEP}] )
88 "
89
90
91 diff --git a/dev-python/mistune/mistune-0.7.ebuild b/dev-python/mistune/mistune-0.7.ebuild
92 index 9ba8e32..d7c7a07 100644
93 --- a/dev-python/mistune/mistune-0.7.ebuild
94 +++ b/dev-python/mistune/mistune-0.7.ebuild
95 @@ -1,4 +1,4 @@
96 -# Copyright 1999-2015 Gentoo Foundation
97 +# Copyright 1999-2016 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Id$
100
101 @@ -20,6 +20,7 @@ IUSE="test"
102 RDEPEND=""
103 DEPEND="${RDEPEND}
104 dev-python/cython[$(python_gen_usedep 'python*')]
105 + dev-python/setuptools[${PYTHON_USEDEP}]
106 test? ( dev-python/nose[${PYTHON_USEDEP}] )
107 "