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/setuptools: setuptools-0.6.40.ebuild setuptools-9999.ebuild ChangeLog
Date: Fri, 24 May 2013 17:44:16
Message-Id: 20130524174410.2637C2171D@flycatcher.gentoo.org
1 floppym 13/05/24 17:44:10
2
3 Modified: setuptools-0.6.40.ebuild setuptools-9999.ebuild
4 ChangeLog
5 Log:
6 Use a patch to remove the .exe files.
7
8 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.2 dev-python/setuptools/setuptools-0.6.40.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild?r1=1.1&r2=1.2
16
17 Index: setuptools-0.6.40.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- setuptools-0.6.40.ebuild 22 May 2013 07:17:24 -0000 1.1
24 +++ setuptools-0.6.40.ebuild 24 May 2013 17:44:09 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild,v 1.1 2013/05/22 07:17:24 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.40.ebuild,v 1.2 2013/05/24 17:44:09 floppym Exp $
30
31 EAPI="5"
32 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
33 @@ -31,11 +31,11 @@
34 python_prepare_all() {
35 local PATCHES=(
36 "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch"
37 + "${FILESDIR}/setuptools-0.6.40-no-exes.patch"
38 )
39
40 # Disable tests requiring network connection.
41 rm -f setuptools/tests/test_packageindex.py
42 - sed -i -e 's/{'setuptools':['*.exe'],//' setup.py || die
43
44 distutils-r1_python_prepare_all
45 }
46
47
48
49 1.2 dev-python/setuptools/setuptools-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild?r1=1.1&r2=1.2
54
55 Index: setuptools-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- setuptools-9999.ebuild 11 Jan 2013 09:59:31 -0000 1.1
62 +++ setuptools-9999.ebuild 24 May 2013 17:44:09 -0000 1.2
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2013 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild,v 1.1 2013/01/11 09:59:31 mgorny Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-9999.ebuild,v 1.2 2013/05/24 17:44:09 floppym Exp $
68
69 EAPI="5"
70 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
71 @@ -40,8 +40,8 @@
72
73 python_prepare_all() {
74 local PATCHES=(
75 - "${FILESDIR}/${PN}-0.6_rc7-noexe.patch"
76 "${FILESDIR}/distribute-0.6.16-fix_deprecation_warnings.patch"
77 + "${FILESDIR}/setuptools-0.6.40-no-exes.patch"
78 )
79
80 # Disable tests requiring network connection.
81
82
83
84 1.185 dev-python/setuptools/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.185&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.185&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/setuptools/ChangeLog?r1=1.184&r2=1.185
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
93 retrieving revision 1.184
94 retrieving revision 1.185
95 diff -u -r1.184 -r1.185
96 --- ChangeLog 22 May 2013 07:17:24 -0000 1.184
97 +++ ChangeLog 24 May 2013 17:44:09 -0000 1.185
98 @@ -1,6 +1,11 @@
99 # ChangeLog for dev-python/setuptools
100 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.184 2013/05/22 07:17:24 patrick Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.185 2013/05/24 17:44:09 floppym Exp $
103 +
104 + 24 May 2013; Mike Gilbert <floppym@g.o>
105 + +files/setuptools-0.6.40-no-exes.patch, setuptools-0.6.40.ebuild,
106 + setuptools-9999.ebuild:
107 + Use a patch to remove the .exe files.
108
109 *setuptools-0.6.40 (22 May 2013)