Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/paste: metadata.xml ChangeLog paste-1.6.ebuild paste-1.2.1.ebuild
Date: Fri, 18 Apr 2008 12:10:03
Message-Id: E1JmpPk-0005gw-D6@stork.gentoo.org
1 hawking 08/04/18 12:10:00
2
3 Modified: metadata.xml ChangeLog
4 Added: paste-1.6.ebuild
5 Removed: paste-1.2.1.ebuild
6 Log:
7 Version bump, fixes bug 168715. Added long description. Drop old.
8 (Portage version: 2.1.5_rc4)
9
10 Revision Changes Path
11 1.2 dev-python/paste/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 27 Feb 2007 23:40:20 -0000 1.1
24 +++ metadata.xml 18 Apr 2008 12:09:59 -0000 1.2
25 @@ -1,5 +1,12 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>python</herd>
30 + <herd>python</herd>
31 + <longdescription lang="en">
32 + This package provides several pieces of "middleware" (or filters) that can
33 + be nested to build web applications. Each piece of middleware uses the WSGI
34 + (PEP 333) interface, and should be compatible with other middleware based on
35 + those interfaces.
36 + </longdescription>
37 </pkgmetadata>
38 +
39
40
41
42 1.2 dev-python/paste/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?r1=1.1&r2=1.2
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- ChangeLog 27 Feb 2007 23:40:20 -0000 1.1
55 +++ ChangeLog 18 Apr 2008 12:09:59 -0000 1.2
56 @@ -1,6 +1,12 @@
57 # ChangeLog for dev-python/paste
58 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.1 2007/02/27 23:40:20 dev-zero Exp $
60 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.2 2008/04/18 12:09:59 hawking Exp $
62 +
63 +*paste-1.6 (18 Apr 2008)
64 +
65 + 18 Apr 2008; Ali Polatel <hawking@g.o> metadata.xml,
66 + -paste-1.2.1.ebuild, +paste-1.6.ebuild:
67 + Version bump, fixes bug 168715. Added long description. Drop old.
68
69 04 Feb 2007; Tiziano Müller <dev-zero@g.o> paste-1.2.1.ebuild:
70 Added ~amd64 keyword.
71
72
73
74 1.1 dev-python/paste/paste-1.6.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.6.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.6.ebuild?rev=1.1&content-type=text/plain
78
79 Index: paste-1.6.ebuild
80 ===================================================================
81 # Copyright 1999-2008 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.6.ebuild,v 1.1 2008/04/18 12:09:59 hawking Exp $
84
85 NEED_PYTHON=2.4
86
87 inherit distutils
88
89 KEYWORDS="~amd64 ~x86"
90
91 MY_PN=Paste
92 MY_P=${MY_PN}-${PV}
93
94 DESCRIPTION="Tools for using a Web Server Gateway Interface stack"
95 HOMEPAGE="http://pythonpaste.org"
96 SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
97 LICENSE="MIT"
98 SLOT="0"
99 IUSE="doc flup openid"
100
101 RDEPEND="flup? ( dev-python/flup )
102 openid? ( dev-python/python-openid )"
103 DEPEND="${RDEPEND}
104 dev-python/setuptools
105 doc? ( dev-python/pudge dev-python/buildutils )"
106
107 S=${WORKDIR}/${MY_P}
108
109 src_unpack() {
110 unpack ${A}
111 cd "${S}"
112 sed -i \
113 -e '/highlighter/d' \
114 setup.cfg || die "sed failed"
115 }
116
117 src_compile() {
118 distutils_src_compile
119 if use doc ; then
120 einfo "Generating docs as requested..."
121 PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
122 fi
123 }
124
125 src_install() {
126 distutils_src_install
127 use doc && dohtml -r docs/html/*
128 }
129
130 # src_test() needs py.test but there's no release yet
131
132
133
134 --
135 gentoo-commits@l.g.o mailing list