Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/webob: ChangeLog webob-0.9.6.1.ebuild
Date: Sun, 26 Apr 2009 09:51:45
Message-Id: E1Ly11T-0007aX-7E@stork.gentoo.org
1 patrick 09/04/26 09:51:43
2
3 Modified: ChangeLog
4 Added: webob-0.9.6.1.ebuild
5 Log:
6 Bump to 0.9.6.1, dep for bug #260168
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/webob/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 15 Feb 2009 14:06:44 -0000 1.2
23 +++ ChangeLog 26 Apr 2009 09:51:43 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/webob
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.2 2009/02/15 14:06:44 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.3 2009/04/26 09:51:43 patrick Exp $
29 +
30 +*webob-0.9.6.1 (26 Apr 2009)
31 +
32 + 26 Apr 2009; Patrick Lauer <patrick@g.o> +webob-0.9.6.1.ebuild:
33 + Bump to 0.9.6.1, dep for bug #260168
34
35 *webob-0.9.6 (15 Feb 2009)
36
37
38
39
40 1.1 dev-python/webob/webob-0.9.6.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.6.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.6.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: webob-0.9.6.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.6.1.ebuild,v 1.1 2009/04/26 09:51:43 patrick Exp $
50
51 inherit distutils
52
53 MY_PN="WebOb"
54 MY_P="${MY_PN}-${PV}"
55
56 DESCRIPTION="WSGI request and response object"
57 HOMEPAGE="http://pythonpaste.org/webob/"
58 SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
59 LICENSE="MIT"
60 KEYWORDS="~x86 ~amd64"
61 SLOT="0"
62 IUSE=""
63 S="${WORKDIR}/${MY_P}"
64 DEPEND="dev-python/setuptools"
65 RDEPEND=""
66
67 #Note: Tests require webtest, but webob is a dependency of webtest