Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/idna: idna-1.1.ebuild idna-2.0.ebuild ChangeLog
Date: Sat, 30 May 2015 19:10:34
Message-Id: 20150530191024.2C402A04@oystercatcher.gentoo.org
1 floppym 15/05/30 19:10:24
2
3 Modified: idna-1.1.ebuild idna-2.0.ebuild ChangeLog
4 Log:
5 Depend on setuptools, bug 550826 by Piotr Karbowski.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.4 dev-python/idna/idna-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-1.1.ebuild?r1=1.3&r2=1.4
15
16 Index: idna-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/idna-1.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- idna-1.1.ebuild 17 May 2015 07:56:56 -0000 1.3
23 +++ idna-1.1.ebuild 30 May 2015 19:10:24 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-1.1.ebuild,v 1.3 2015/05/17 07:56:56 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-1.1.ebuild,v 1.4 2015/05/30 19:10:24 floppym Exp $
29
30 EAPI=5
31
32 @@ -17,6 +17,8 @@
33 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
34 IUSE=""
35
36 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 +
38 python_test() {
39 esetup.py test
40 }
41
42
43
44 1.2 dev-python/idna/idna-2.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/idna-2.0.ebuild?r1=1.1&r2=1.2
49
50 Index: idna-2.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/idna-2.0.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- idna-2.0.ebuild 19 May 2015 18:01:54 -0000 1.1
57 +++ idna-2.0.ebuild 30 May 2015 19:10:24 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-2.0.ebuild,v 1.1 2015/05/19 18:01:54 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/idna-2.0.ebuild,v 1.2 2015/05/30 19:10:24 floppym Exp $
63
64 EAPI=5
65
66 @@ -17,6 +17,8 @@
67 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
68 IUSE=""
69
70 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 +
72 python_test() {
73 esetup.py test
74 }
75
76
77
78 1.5 dev-python/idna/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?rev=1.5&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?rev=1.5&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/idna/ChangeLog?r1=1.4&r2=1.5
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v
87 retrieving revision 1.4
88 retrieving revision 1.5
89 diff -u -r1.4 -r1.5
90 --- ChangeLog 19 May 2015 18:01:54 -0000 1.4
91 +++ ChangeLog 30 May 2015 19:10:24 -0000 1.5
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-python/idna
94 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v 1.4 2015/05/19 18:01:54 jlec Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-python/idna/ChangeLog,v 1.5 2015/05/30 19:10:24 floppym Exp $
97 +
98 + 30 May 2015; Mike Gilbert <floppym@g.o> idna-1.1.ebuild,
99 + idna-2.0.ebuild:
100 + Depend on setuptools, bug 550826 by Piotr Karbowski.
101
102 *idna-2.0 (19 May 2015)