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/six/
Date: Tue, 26 Jan 2016 19:09:28
Message-Id: 1453835358.a15786aa5f40452b1270fa04d4ffdbc8e034b29c.jlec@gentoo
1 commit: a15786aa5f40452b1270fa04d4ffdbc8e034b29c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 26 18:48:10 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 19:09:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15786aa
7
8 dev-python/six: Drop forced dependency on setuptools
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572792
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/six/six-1.10.0.ebuild | 3 +--
16 dev-python/six/six-1.9.0-r1.ebuild | 3 +--
17 dev-python/six/six-9999.ebuild | 7 +++----
18 3 files changed, 5 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild
21 index cb6a767..c0986d6 100644
22 --- a/dev-python/six/six-1.10.0.ebuild
23 +++ b/dev-python/six/six-1.10.0.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -18,7 +18,6 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc
31 IUSE="doc test"
32
33 DEPEND="
34 - dev-python/setuptools[${PYTHON_USEDEP}]
35 doc? ( dev-python/sphinx )
36 test? ( >=dev-python/pytest-2.2.0[${PYTHON_USEDEP}] )"
37
38
39 diff --git a/dev-python/six/six-1.9.0-r1.ebuild b/dev-python/six/six-1.9.0-r1.ebuild
40 index 6ab5558..67dc3a8 100644
41 --- a/dev-python/six/six-1.9.0-r1.ebuild
42 +++ b/dev-python/six/six-1.9.0-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2015 Gentoo Foundation
45 +# Copyright 1999-2016 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -18,7 +18,6 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh
50 IUSE="doc test"
51
52 DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 doc? ( dev-python/sphinx )
55 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
56
57
58 diff --git a/dev-python/six/six-9999.ebuild b/dev-python/six/six-9999.ebuild
59 index 1807e5e..72c6783 100644
60 --- a/dev-python/six/six-9999.ebuild
61 +++ b/dev-python/six/six-9999.ebuild
62 @@ -1,10 +1,10 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2016 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Id$
67
68 -EAPI=5
69 +EAPI=6
70
71 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
72 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
73
74 inherit distutils-r1 mercurial
75
76 @@ -19,7 +19,6 @@ KEYWORDS=""
77 IUSE="doc test"
78
79 DEPEND="
80 - dev-python/setuptools[${PYTHON_USEDEP}]
81 doc? ( dev-python/sphinx )
82 test? ( >=dev-python/pytest-2.2.0[${PYTHON_USEDEP}] )"