Gentoo Archives: gentoo-commits

From: "Jason Shoemaker (kutsuya)" <kutsuya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/setuptools: ChangeLog setuptools-0.6_rc7.ebuild
Date: Thu, 04 Oct 2007 07:35:17
Message-Id: E1IdL5w-0003b3-Tc@stork.gentoo.org
1 kutsuya 07/10/04 07:26:04
2
3 Modified: ChangeLog
4 Added: setuptools-0.6_rc7.ebuild
5 Log:
6 Version bump. Also removed src_unpack from .ebuild, because it is no longer needed in this version.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.27 dev-python/setuptools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 26 Sep 2007 18:34:11 -0000 1.26
23 +++ ChangeLog 4 Oct 2007 07:26:04 -0000 1.27
24 @@ -1,14 +1,19 @@
25 # ChangeLog for dev-python/setuptools
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.26 2007/09/26 18:34:11 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.27 2007/10/04 07:26:04 kutsuya Exp $
29 +
30 +*setuptools-0.6_rc7 (04 Oct 2007)
31 +
32 + 04 Oct 2007; <kutsuya@g.o> +setuptools-0.6_rc7.ebuild:
33 + Version bump. Removed src_unpack(), because not needed in this version.
34
35 26 Sep 2007; Brent Baude <ranger@g.o> setuptools-0.6_rc6.ebuild:
36 Marking setuptools-0.6_rc6 ppc64 for dep in bug 189096
37
38 19 Sep 2007; Ali Polatel <hawking@g.o> setuptools-0.6_rc6.ebuild:
39 - remove tests that access the network; bug 191117 thanks to Michał Kiedrowicz
40 + remove tests that access the network; bug 191117 thanks to Michał Kiedrowicz
41
42 - 24 Aug 2007; Raúl Porcel <armin76@g.o> setuptools-0.6_rc6.ebuild:
43 + 24 Aug 2007; Raúl Porcel <armin76@g.o> setuptools-0.6_rc6.ebuild:
44 alpha/ia64/x86 stable
45
46 14 Aug 2007; Gustavo Zacarias <gustavoz@g.o>
47 @@ -81,7 +86,7 @@
48 setuptools-0.6_alpha10.ebuild:
49 Mark 0.6_alpha10 ~ia64
50
51 - 19 Feb 2006; Bryan Østergaard <kloeri@g.o
52 + 19 Feb 2006; Bryan Østergaard <kloeri@g.o
53 setuptools-0.6_alpha10.ebuild:
54 Add ~alpha keyword, bug 121880.
55
56
57
58
59 1.1 dev-python/setuptools/setuptools-0.6_rc7.ebuild
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7.ebuild?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7.ebuild?rev=1.1&content-type=text/plain
63
64 Index: setuptools-0.6_rc7.ebuild
65 ===================================================================
66 # Copyright 1999-2007 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6_rc7.ebuild,v 1.1 2007/10/04 07:26:04 kutsuya Exp $
69
70 inherit distutils
71
72 MY_P=${P/_rc/c}
73 S="${WORKDIR}/${MY_P}"
74
75 DESCRIPTION="A collection of enhancements to the Python distutils including easy install"
76 HOMEPAGE="http://peak.telecommunity.com/DevCenter/setuptools"
77 SRC_URI="http://cheeseshop.python.org/packages/source/s/setuptools/${MY_P}.tar.gz"
78
79 LICENSE="PSF-2.2"
80 SLOT="0"
81 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
82 IUSE=""
83
84 RDEPEND=">=dev-lang/python-2.4.2"
85 DEPEND="${RDEPEND}"
86
87 DOCS="EasyInstall.txt api_tests.txt pkg_resources.txt setuptools.txt README.txt"
88
89 src_test() {
90 "${python}" setup.py test || die "tests failed"
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list