Wed Sep 10 16:34:51 2008 UTC ()
Use egg.mk, cutting the Makefile in half (and fixing semi-automatic PLIST
generation, now that egg.mk does it).


(epg)
diff -r1.3 -r1.4 pkgsrc/www/py-paste/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-paste/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/www/py-paste/Makefile (switch to unified diff)

--- pkgsrc/www/py-paste/Makefile 2008/09/08 03:27:28 1.3
+++ pkgsrc/www/py-paste/Makefile 2008/09/10 16:34:51 1.4
@@ -1,25 +1,16 @@ @@ -1,25 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2008/09/08 03:27:28 joerg Exp $ 1# $NetBSD: Makefile,v 1.4 2008/09/10 16:34:51 epg Exp $
2 2
3DISTNAME= Paste-1.7.1 3DISTNAME= Paste-1.7.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
 5EGG_NAME= ${DISTNAME}
5CATEGORIES= www 6CATEGORIES= www
6MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/ 7MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pythonpaste.org/ 10HOMEPAGE= http://pythonpaste.org/
10COMMENT= Middleware for Python WSGI applications 11COMMENT= Middleware for Python WSGI applications
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c8:../../devel/py-setuptools 15.include "../../lang/python/egg.mk"
15 
16PYTHON_VERSIONS_ACCEPTED= 25 24 
17PYDISTUTILSPKG= yes 
18 
19PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} 
20 
21.include "../../lang/python/extension.mk" 
22.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"
23 
24# XXX I think this can't work because of the 'next;' in pyversion.mk. 
25PRINT_PLIST_AWK+= { gsub(/py${PYVERSSUFFIX}/, "py$${PYVERSSUFFIX}") } 

cvs diff -r1.2 -r1.3 pkgsrc/www/py-paste/PLIST (switch to unified diff)

--- pkgsrc/www/py-paste/PLIST 2008/09/04 17:17:15 1.2
+++ pkgsrc/www/py-paste/PLIST 2008/09/10 16:34:51 1.3
@@ -1,276 +1,276 @@ @@ -1,276 +1,276 @@
1@comment $NetBSD: PLIST,v 1.2 2008/09/04 17:17:15 epg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2008/09/10 16:34:51 epg Exp $
2${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}-nspkg.pth 2${PYSITELIB}/${EGG_NAME}-nspkg.pth
3${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/namespace_packages.txt 7${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
8${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/not-zip-safe 8${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
9${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/Paste-1.7.1-py${PYVERSSUFFIX}.egg-info/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/paste/auth/__init__.py 11${PYSITELIB}/paste/auth/__init__.py
12${PYSITELIB}/paste/auth/__init__.pyc 12${PYSITELIB}/paste/auth/__init__.pyc
13${PYSITELIB}/paste/auth/__init__.pyo 13${PYSITELIB}/paste/auth/__init__.pyo
14${PYSITELIB}/paste/auth/auth_tkt.py 14${PYSITELIB}/paste/auth/auth_tkt.py
15${PYSITELIB}/paste/auth/auth_tkt.pyc 15${PYSITELIB}/paste/auth/auth_tkt.pyc
16${PYSITELIB}/paste/auth/auth_tkt.pyo 16${PYSITELIB}/paste/auth/auth_tkt.pyo
17${PYSITELIB}/paste/auth/basic.py 17${PYSITELIB}/paste/auth/basic.py
18${PYSITELIB}/paste/auth/basic.pyc 18${PYSITELIB}/paste/auth/basic.pyc
19${PYSITELIB}/paste/auth/basic.pyo 19${PYSITELIB}/paste/auth/basic.pyo
20${PYSITELIB}/paste/auth/cas.py 20${PYSITELIB}/paste/auth/cas.py
21${PYSITELIB}/paste/auth/cas.pyc 21${PYSITELIB}/paste/auth/cas.pyc
22${PYSITELIB}/paste/auth/cas.pyo 22${PYSITELIB}/paste/auth/cas.pyo
23${PYSITELIB}/paste/auth/cookie.py 23${PYSITELIB}/paste/auth/cookie.py
24${PYSITELIB}/paste/auth/cookie.pyc 24${PYSITELIB}/paste/auth/cookie.pyc
25${PYSITELIB}/paste/auth/cookie.pyo 25${PYSITELIB}/paste/auth/cookie.pyo
26${PYSITELIB}/paste/auth/digest.py 26${PYSITELIB}/paste/auth/digest.py
27${PYSITELIB}/paste/auth/digest.pyc 27${PYSITELIB}/paste/auth/digest.pyc
28${PYSITELIB}/paste/auth/digest.pyo 28${PYSITELIB}/paste/auth/digest.pyo
29${PYSITELIB}/paste/auth/form.py 29${PYSITELIB}/paste/auth/form.py
30${PYSITELIB}/paste/auth/form.pyc 30${PYSITELIB}/paste/auth/form.pyc
31${PYSITELIB}/paste/auth/form.pyo 31${PYSITELIB}/paste/auth/form.pyo
32${PYSITELIB}/paste/auth/grantip.py 32${PYSITELIB}/paste/auth/grantip.py
33${PYSITELIB}/paste/auth/grantip.pyc 33${PYSITELIB}/paste/auth/grantip.pyc
34${PYSITELIB}/paste/auth/grantip.pyo 34${PYSITELIB}/paste/auth/grantip.pyo
35${PYSITELIB}/paste/auth/multi.py 35${PYSITELIB}/paste/auth/multi.py
36${PYSITELIB}/paste/auth/multi.pyc 36${PYSITELIB}/paste/auth/multi.pyc
37${PYSITELIB}/paste/auth/multi.pyo 37${PYSITELIB}/paste/auth/multi.pyo
38${PYSITELIB}/paste/auth/open_id.py 38${PYSITELIB}/paste/auth/open_id.py
39${PYSITELIB}/paste/auth/open_id.pyc 39${PYSITELIB}/paste/auth/open_id.pyc
40${PYSITELIB}/paste/auth/open_id.pyo 40${PYSITELIB}/paste/auth/open_id.pyo
41${PYSITELIB}/paste/cascade.py 41${PYSITELIB}/paste/cascade.py
42${PYSITELIB}/paste/cascade.pyc 42${PYSITELIB}/paste/cascade.pyc
43${PYSITELIB}/paste/cascade.pyo 43${PYSITELIB}/paste/cascade.pyo
44${PYSITELIB}/paste/cgiapp.py 44${PYSITELIB}/paste/cgiapp.py
45${PYSITELIB}/paste/cgiapp.pyc 45${PYSITELIB}/paste/cgiapp.pyc
46${PYSITELIB}/paste/cgiapp.pyo 46${PYSITELIB}/paste/cgiapp.pyo
47${PYSITELIB}/paste/cgitb_catcher.py 47${PYSITELIB}/paste/cgitb_catcher.py
48${PYSITELIB}/paste/cgitb_catcher.pyc 48${PYSITELIB}/paste/cgitb_catcher.pyc
49${PYSITELIB}/paste/cgitb_catcher.pyo 49${PYSITELIB}/paste/cgitb_catcher.pyo
50${PYSITELIB}/paste/config.py 50${PYSITELIB}/paste/config.py
51${PYSITELIB}/paste/config.pyc 51${PYSITELIB}/paste/config.pyc
52${PYSITELIB}/paste/config.pyo 52${PYSITELIB}/paste/config.pyo
53${PYSITELIB}/paste/debug/__init__.py 53${PYSITELIB}/paste/debug/__init__.py
54${PYSITELIB}/paste/debug/__init__.pyc 54${PYSITELIB}/paste/debug/__init__.pyc
55${PYSITELIB}/paste/debug/__init__.pyo 55${PYSITELIB}/paste/debug/__init__.pyo
56${PYSITELIB}/paste/debug/debugapp.py 56${PYSITELIB}/paste/debug/debugapp.py
57${PYSITELIB}/paste/debug/debugapp.pyc 57${PYSITELIB}/paste/debug/debugapp.pyc
58${PYSITELIB}/paste/debug/debugapp.pyo 58${PYSITELIB}/paste/debug/debugapp.pyo
59${PYSITELIB}/paste/debug/doctest_webapp.py 59${PYSITELIB}/paste/debug/doctest_webapp.py
60${PYSITELIB}/paste/debug/doctest_webapp.pyc 60${PYSITELIB}/paste/debug/doctest_webapp.pyc
61${PYSITELIB}/paste/debug/doctest_webapp.pyo 61${PYSITELIB}/paste/debug/doctest_webapp.pyo
62${PYSITELIB}/paste/debug/fsdiff.py 62${PYSITELIB}/paste/debug/fsdiff.py
63${PYSITELIB}/paste/debug/fsdiff.pyc 63${PYSITELIB}/paste/debug/fsdiff.pyc
64${PYSITELIB}/paste/debug/fsdiff.pyo 64${PYSITELIB}/paste/debug/fsdiff.pyo
65${PYSITELIB}/paste/debug/prints.py 65${PYSITELIB}/paste/debug/prints.py
66${PYSITELIB}/paste/debug/prints.pyc 66${PYSITELIB}/paste/debug/prints.pyc
67${PYSITELIB}/paste/debug/prints.pyo 67${PYSITELIB}/paste/debug/prints.pyo
68${PYSITELIB}/paste/debug/profile.py 68${PYSITELIB}/paste/debug/profile.py
69${PYSITELIB}/paste/debug/profile.pyc 69${PYSITELIB}/paste/debug/profile.pyc
70${PYSITELIB}/paste/debug/profile.pyo 70${PYSITELIB}/paste/debug/profile.pyo
71${PYSITELIB}/paste/debug/testserver.py 71${PYSITELIB}/paste/debug/testserver.py
72${PYSITELIB}/paste/debug/testserver.pyc 72${PYSITELIB}/paste/debug/testserver.pyc
73${PYSITELIB}/paste/debug/testserver.pyo 73${PYSITELIB}/paste/debug/testserver.pyo
74${PYSITELIB}/paste/debug/watchthreads.py 74${PYSITELIB}/paste/debug/watchthreads.py
75${PYSITELIB}/paste/debug/watchthreads.pyc 75${PYSITELIB}/paste/debug/watchthreads.pyc
76${PYSITELIB}/paste/debug/watchthreads.pyo 76${PYSITELIB}/paste/debug/watchthreads.pyo
77${PYSITELIB}/paste/debug/wdg_validate.py 77${PYSITELIB}/paste/debug/wdg_validate.py
78${PYSITELIB}/paste/debug/wdg_validate.pyc 78${PYSITELIB}/paste/debug/wdg_validate.pyc
79${PYSITELIB}/paste/debug/wdg_validate.pyo 79${PYSITELIB}/paste/debug/wdg_validate.pyo
80${PYSITELIB}/paste/errordocument.py 80${PYSITELIB}/paste/errordocument.py
81${PYSITELIB}/paste/errordocument.pyc 81${PYSITELIB}/paste/errordocument.pyc
82${PYSITELIB}/paste/errordocument.pyo 82${PYSITELIB}/paste/errordocument.pyo
83${PYSITELIB}/paste/evalexception/__init__.py 83${PYSITELIB}/paste/evalexception/__init__.py
84${PYSITELIB}/paste/evalexception/__init__.pyc 84${PYSITELIB}/paste/evalexception/__init__.pyc
85${PYSITELIB}/paste/evalexception/__init__.pyo 85${PYSITELIB}/paste/evalexception/__init__.pyo
86${PYSITELIB}/paste/evalexception/evalcontext.py 86${PYSITELIB}/paste/evalexception/evalcontext.py
87${PYSITELIB}/paste/evalexception/evalcontext.pyc 87${PYSITELIB}/paste/evalexception/evalcontext.pyc
88${PYSITELIB}/paste/evalexception/evalcontext.pyo 88${PYSITELIB}/paste/evalexception/evalcontext.pyo
89${PYSITELIB}/paste/evalexception/media/debug.js 89${PYSITELIB}/paste/evalexception/media/debug.js
90${PYSITELIB}/paste/evalexception/media/minus.jpg 90${PYSITELIB}/paste/evalexception/media/minus.jpg
91${PYSITELIB}/paste/evalexception/media/plus.jpg 91${PYSITELIB}/paste/evalexception/media/plus.jpg
92${PYSITELIB}/paste/evalexception/middleware.py 92${PYSITELIB}/paste/evalexception/middleware.py
93${PYSITELIB}/paste/evalexception/middleware.pyc 93${PYSITELIB}/paste/evalexception/middleware.pyc
94${PYSITELIB}/paste/evalexception/middleware.pyo 94${PYSITELIB}/paste/evalexception/middleware.pyo
95${PYSITELIB}/paste/evalexception/mochikit/MochiKit.js 95${PYSITELIB}/paste/evalexception/mochikit/MochiKit.js
96${PYSITELIB}/paste/evalexception/mochikit/__package__.js 96${PYSITELIB}/paste/evalexception/mochikit/__package__.js
97${PYSITELIB}/paste/exceptions/__init__.py 97${PYSITELIB}/paste/exceptions/__init__.py
98${PYSITELIB}/paste/exceptions/__init__.pyc 98${PYSITELIB}/paste/exceptions/__init__.pyc
99${PYSITELIB}/paste/exceptions/__init__.pyo 99${PYSITELIB}/paste/exceptions/__init__.pyo
100${PYSITELIB}/paste/exceptions/collector.py 100${PYSITELIB}/paste/exceptions/collector.py
101${PYSITELIB}/paste/exceptions/collector.pyc 101${PYSITELIB}/paste/exceptions/collector.pyc
102${PYSITELIB}/paste/exceptions/collector.pyo 102${PYSITELIB}/paste/exceptions/collector.pyo
103${PYSITELIB}/paste/exceptions/errormiddleware.py 103${PYSITELIB}/paste/exceptions/errormiddleware.py
104${PYSITELIB}/paste/exceptions/errormiddleware.pyc 104${PYSITELIB}/paste/exceptions/errormiddleware.pyc
105${PYSITELIB}/paste/exceptions/errormiddleware.pyo 105${PYSITELIB}/paste/exceptions/errormiddleware.pyo
106${PYSITELIB}/paste/exceptions/formatter.py 106${PYSITELIB}/paste/exceptions/formatter.py
107${PYSITELIB}/paste/exceptions/formatter.pyc 107${PYSITELIB}/paste/exceptions/formatter.pyc
108${PYSITELIB}/paste/exceptions/formatter.pyo 108${PYSITELIB}/paste/exceptions/formatter.pyo
109${PYSITELIB}/paste/exceptions/reporter.py 109${PYSITELIB}/paste/exceptions/reporter.py
110${PYSITELIB}/paste/exceptions/reporter.pyc 110${PYSITELIB}/paste/exceptions/reporter.pyc
111${PYSITELIB}/paste/exceptions/reporter.pyo 111${PYSITELIB}/paste/exceptions/reporter.pyo
112${PYSITELIB}/paste/exceptions/serial_number_generator.py 112${PYSITELIB}/paste/exceptions/serial_number_generator.py
113${PYSITELIB}/paste/exceptions/serial_number_generator.pyc 113${PYSITELIB}/paste/exceptions/serial_number_generator.pyc
114${PYSITELIB}/paste/exceptions/serial_number_generator.pyo 114${PYSITELIB}/paste/exceptions/serial_number_generator.pyo
115${PYSITELIB}/paste/fileapp.py 115${PYSITELIB}/paste/fileapp.py
116${PYSITELIB}/paste/fileapp.pyc 116${PYSITELIB}/paste/fileapp.pyc
117${PYSITELIB}/paste/fileapp.pyo 117${PYSITELIB}/paste/fileapp.pyo
118${PYSITELIB}/paste/fixture.py 118${PYSITELIB}/paste/fixture.py
119${PYSITELIB}/paste/fixture.pyc 119${PYSITELIB}/paste/fixture.pyc
120${PYSITELIB}/paste/fixture.pyo 120${PYSITELIB}/paste/fixture.pyo
121${PYSITELIB}/paste/flup_session.py 121${PYSITELIB}/paste/flup_session.py
122${PYSITELIB}/paste/flup_session.pyc 122${PYSITELIB}/paste/flup_session.pyc
123${PYSITELIB}/paste/flup_session.pyo 123${PYSITELIB}/paste/flup_session.pyo
124${PYSITELIB}/paste/gzipper.py 124${PYSITELIB}/paste/gzipper.py
125${PYSITELIB}/paste/gzipper.pyc 125${PYSITELIB}/paste/gzipper.pyc
126${PYSITELIB}/paste/gzipper.pyo 126${PYSITELIB}/paste/gzipper.pyo
127${PYSITELIB}/paste/httpexceptions.py 127${PYSITELIB}/paste/httpexceptions.py
128${PYSITELIB}/paste/httpexceptions.pyc 128${PYSITELIB}/paste/httpexceptions.pyc
129${PYSITELIB}/paste/httpexceptions.pyo 129${PYSITELIB}/paste/httpexceptions.pyo
130${PYSITELIB}/paste/httpheaders.py 130${PYSITELIB}/paste/httpheaders.py
131${PYSITELIB}/paste/httpheaders.pyc 131${PYSITELIB}/paste/httpheaders.pyc
132${PYSITELIB}/paste/httpheaders.pyo 132${PYSITELIB}/paste/httpheaders.pyo
133${PYSITELIB}/paste/httpserver.py 133${PYSITELIB}/paste/httpserver.py
134${PYSITELIB}/paste/httpserver.pyc 134${PYSITELIB}/paste/httpserver.pyc
135${PYSITELIB}/paste/httpserver.pyo 135${PYSITELIB}/paste/httpserver.pyo
136${PYSITELIB}/paste/lint.py 136${PYSITELIB}/paste/lint.py
137${PYSITELIB}/paste/lint.pyc 137${PYSITELIB}/paste/lint.pyc
138${PYSITELIB}/paste/lint.pyo 138${PYSITELIB}/paste/lint.pyo
139${PYSITELIB}/paste/modpython.py 139${PYSITELIB}/paste/modpython.py
140${PYSITELIB}/paste/modpython.pyc 140${PYSITELIB}/paste/modpython.pyc
141${PYSITELIB}/paste/modpython.pyo 141${PYSITELIB}/paste/modpython.pyo
142${PYSITELIB}/paste/pony.py 142${PYSITELIB}/paste/pony.py
143${PYSITELIB}/paste/pony.pyc 143${PYSITELIB}/paste/pony.pyc
144${PYSITELIB}/paste/pony.pyo 144${PYSITELIB}/paste/pony.pyo
145${PYSITELIB}/paste/progress.py 145${PYSITELIB}/paste/progress.py
146${PYSITELIB}/paste/progress.pyc 146${PYSITELIB}/paste/progress.pyc
147${PYSITELIB}/paste/progress.pyo 147${PYSITELIB}/paste/progress.pyo
148${PYSITELIB}/paste/proxy.py 148${PYSITELIB}/paste/proxy.py
149${PYSITELIB}/paste/proxy.pyc 149${PYSITELIB}/paste/proxy.pyc
150${PYSITELIB}/paste/proxy.pyo 150${PYSITELIB}/paste/proxy.pyo
151${PYSITELIB}/paste/recursive.py 151${PYSITELIB}/paste/recursive.py
152${PYSITELIB}/paste/recursive.pyc 152${PYSITELIB}/paste/recursive.pyc
153${PYSITELIB}/paste/recursive.pyo 153${PYSITELIB}/paste/recursive.pyo
154${PYSITELIB}/paste/registry.py 154${PYSITELIB}/paste/registry.py
155${PYSITELIB}/paste/registry.pyc 155${PYSITELIB}/paste/registry.pyc
156${PYSITELIB}/paste/registry.pyo 156${PYSITELIB}/paste/registry.pyo
157${PYSITELIB}/paste/reloader.py 157${PYSITELIB}/paste/reloader.py
158${PYSITELIB}/paste/reloader.pyc 158${PYSITELIB}/paste/reloader.pyc
159${PYSITELIB}/paste/reloader.pyo 159${PYSITELIB}/paste/reloader.pyo
160${PYSITELIB}/paste/request.py 160${PYSITELIB}/paste/request.py
161${PYSITELIB}/paste/request.pyc 161${PYSITELIB}/paste/request.pyc
162${PYSITELIB}/paste/request.pyo 162${PYSITELIB}/paste/request.pyo
163${PYSITELIB}/paste/response.py 163${PYSITELIB}/paste/response.py
164${PYSITELIB}/paste/response.pyc 164${PYSITELIB}/paste/response.pyc
165${PYSITELIB}/paste/response.pyo 165${PYSITELIB}/paste/response.pyo
166${PYSITELIB}/paste/session.py 166${PYSITELIB}/paste/session.py
167${PYSITELIB}/paste/session.pyc 167${PYSITELIB}/paste/session.pyc
168${PYSITELIB}/paste/session.pyo 168${PYSITELIB}/paste/session.pyo
169${PYSITELIB}/paste/transaction.py 169${PYSITELIB}/paste/transaction.py
170${PYSITELIB}/paste/transaction.pyc 170${PYSITELIB}/paste/transaction.pyc
171${PYSITELIB}/paste/transaction.pyo 171${PYSITELIB}/paste/transaction.pyo
172${PYSITELIB}/paste/translogger.py 172${PYSITELIB}/paste/translogger.py
173${PYSITELIB}/paste/translogger.pyc 173${PYSITELIB}/paste/translogger.pyc
174${PYSITELIB}/paste/translogger.pyo 174${PYSITELIB}/paste/translogger.pyo
175${PYSITELIB}/paste/url.py 175${PYSITELIB}/paste/url.py
176${PYSITELIB}/paste/url.pyc 176${PYSITELIB}/paste/url.pyc
177${PYSITELIB}/paste/url.pyo 177${PYSITELIB}/paste/url.pyo
178${PYSITELIB}/paste/urlmap.py 178${PYSITELIB}/paste/urlmap.py
179${PYSITELIB}/paste/urlmap.pyc 179${PYSITELIB}/paste/urlmap.pyc
180${PYSITELIB}/paste/urlmap.pyo 180${PYSITELIB}/paste/urlmap.pyo
181${PYSITELIB}/paste/urlparser.py 181${PYSITELIB}/paste/urlparser.py
182${PYSITELIB}/paste/urlparser.pyc 182${PYSITELIB}/paste/urlparser.pyc
183${PYSITELIB}/paste/urlparser.pyo 183${PYSITELIB}/paste/urlparser.pyo
184${PYSITELIB}/paste/util/PySourceColor.py 184${PYSITELIB}/paste/util/PySourceColor.py
185${PYSITELIB}/paste/util/PySourceColor.pyc 185${PYSITELIB}/paste/util/PySourceColor.pyc
186${PYSITELIB}/paste/util/PySourceColor.pyo 186${PYSITELIB}/paste/util/PySourceColor.pyo
187${PYSITELIB}/paste/util/UserDict24.py 187${PYSITELIB}/paste/util/UserDict24.py
188${PYSITELIB}/paste/util/UserDict24.pyc 188${PYSITELIB}/paste/util/UserDict24.pyc
189${PYSITELIB}/paste/util/UserDict24.pyo 189${PYSITELIB}/paste/util/UserDict24.pyo
190${PYSITELIB}/paste/util/__init__.py 190${PYSITELIB}/paste/util/__init__.py
191${PYSITELIB}/paste/util/__init__.pyc 191${PYSITELIB}/paste/util/__init__.pyc
192${PYSITELIB}/paste/util/__init__.pyo 192${PYSITELIB}/paste/util/__init__.pyo
193${PYSITELIB}/paste/util/classinit.py 193${PYSITELIB}/paste/util/classinit.py
194${PYSITELIB}/paste/util/classinit.pyc 194${PYSITELIB}/paste/util/classinit.pyc
195${PYSITELIB}/paste/util/classinit.pyo 195${PYSITELIB}/paste/util/classinit.pyo
196${PYSITELIB}/paste/util/classinstance.py 196${PYSITELIB}/paste/util/classinstance.py
197${PYSITELIB}/paste/util/classinstance.pyc 197${PYSITELIB}/paste/util/classinstance.pyc
198${PYSITELIB}/paste/util/classinstance.pyo 198${PYSITELIB}/paste/util/classinstance.pyo
199${PYSITELIB}/paste/util/converters.py 199${PYSITELIB}/paste/util/converters.py
200${PYSITELIB}/paste/util/converters.pyc 200${PYSITELIB}/paste/util/converters.pyc
201${PYSITELIB}/paste/util/converters.pyo 201${PYSITELIB}/paste/util/converters.pyo
202${PYSITELIB}/paste/util/dateinterval.py 202${PYSITELIB}/paste/util/dateinterval.py
203${PYSITELIB}/paste/util/dateinterval.pyc 203${PYSITELIB}/paste/util/dateinterval.pyc
204${PYSITELIB}/paste/util/dateinterval.pyo 204${PYSITELIB}/paste/util/dateinterval.pyo
205${PYSITELIB}/paste/util/datetimeutil.py 205${PYSITELIB}/paste/util/datetimeutil.py
206${PYSITELIB}/paste/util/datetimeutil.pyc 206${PYSITELIB}/paste/util/datetimeutil.pyc
207${PYSITELIB}/paste/util/datetimeutil.pyo 207${PYSITELIB}/paste/util/datetimeutil.pyo
208${PYSITELIB}/paste/util/doctest24.py 208${PYSITELIB}/paste/util/doctest24.py
209${PYSITELIB}/paste/util/doctest24.pyc 209${PYSITELIB}/paste/util/doctest24.pyc
210${PYSITELIB}/paste/util/doctest24.pyo 210${PYSITELIB}/paste/util/doctest24.pyo
211${PYSITELIB}/paste/util/filemixin.py 211${PYSITELIB}/paste/util/filemixin.py
212${PYSITELIB}/paste/util/filemixin.pyc 212${PYSITELIB}/paste/util/filemixin.pyc
213${PYSITELIB}/paste/util/filemixin.pyo 213${PYSITELIB}/paste/util/filemixin.pyo
214${PYSITELIB}/paste/util/finddata.py 214${PYSITELIB}/paste/util/finddata.py
215${PYSITELIB}/paste/util/finddata.pyc 215${PYSITELIB}/paste/util/finddata.pyc
216${PYSITELIB}/paste/util/finddata.pyo 216${PYSITELIB}/paste/util/finddata.pyo
217${PYSITELIB}/paste/util/findpackage.py 217${PYSITELIB}/paste/util/findpackage.py
218${PYSITELIB}/paste/util/findpackage.pyc 218${PYSITELIB}/paste/util/findpackage.pyc
219${PYSITELIB}/paste/util/findpackage.pyo 219${PYSITELIB}/paste/util/findpackage.pyo
220${PYSITELIB}/paste/util/import_string.py 220${PYSITELIB}/paste/util/import_string.py
221${PYSITELIB}/paste/util/import_string.pyc 221${PYSITELIB}/paste/util/import_string.pyc
222${PYSITELIB}/paste/util/import_string.pyo 222${PYSITELIB}/paste/util/import_string.pyo
223${PYSITELIB}/paste/util/intset.py 223${PYSITELIB}/paste/util/intset.py
224${PYSITELIB}/paste/util/intset.pyc 224${PYSITELIB}/paste/util/intset.pyc
225${PYSITELIB}/paste/util/intset.pyo 225${PYSITELIB}/paste/util/intset.pyo
226${PYSITELIB}/paste/util/ip4.py 226${PYSITELIB}/paste/util/ip4.py
227${PYSITELIB}/paste/util/ip4.pyc 227${PYSITELIB}/paste/util/ip4.pyc
228${PYSITELIB}/paste/util/ip4.pyo 228${PYSITELIB}/paste/util/ip4.pyo
229${PYSITELIB}/paste/util/killthread.py 229${PYSITELIB}/paste/util/killthread.py
230${PYSITELIB}/paste/util/killthread.pyc 230${PYSITELIB}/paste/util/killthread.pyc
231${PYSITELIB}/paste/util/killthread.pyo 231${PYSITELIB}/paste/util/killthread.pyo
232${PYSITELIB}/paste/util/looper.py 232${PYSITELIB}/paste/util/looper.py
233${PYSITELIB}/paste/util/looper.pyc 233${PYSITELIB}/paste/util/looper.pyc
234${PYSITELIB}/paste/util/looper.pyo 234${PYSITELIB}/paste/util/looper.pyo
235${PYSITELIB}/paste/util/mimeparse.py 235${PYSITELIB}/paste/util/mimeparse.py
236${PYSITELIB}/paste/util/mimeparse.pyc 236${PYSITELIB}/paste/util/mimeparse.pyc
237${PYSITELIB}/paste/util/mimeparse.pyo 237${PYSITELIB}/paste/util/mimeparse.pyo
238${PYSITELIB}/paste/util/multidict.py 238${PYSITELIB}/paste/util/multidict.py
239${PYSITELIB}/paste/util/multidict.pyc 239${PYSITELIB}/paste/util/multidict.pyc
240${PYSITELIB}/paste/util/multidict.pyo 240${PYSITELIB}/paste/util/multidict.pyo
241${PYSITELIB}/paste/util/quoting.py 241${PYSITELIB}/paste/util/quoting.py
242${PYSITELIB}/paste/util/quoting.pyc 242${PYSITELIB}/paste/util/quoting.pyc
243${PYSITELIB}/paste/util/quoting.pyo 243${PYSITELIB}/paste/util/quoting.pyo
244${PYSITELIB}/paste/util/scgiserver.py 244${PYSITELIB}/paste/util/scgiserver.py
245${PYSITELIB}/paste/util/scgiserver.pyc 245${PYSITELIB}/paste/util/scgiserver.pyc
246${PYSITELIB}/paste/util/scgiserver.pyo 246${PYSITELIB}/paste/util/scgiserver.pyo
247${PYSITELIB}/paste/util/string24.py 247${PYSITELIB}/paste/util/string24.py
248${PYSITELIB}/paste/util/string24.pyc 248${PYSITELIB}/paste/util/string24.pyc
249${PYSITELIB}/paste/util/string24.pyo 249${PYSITELIB}/paste/util/string24.pyo
250${PYSITELIB}/paste/util/subprocess24.py 250${PYSITELIB}/paste/util/subprocess24.py
251${PYSITELIB}/paste/util/subprocess24.pyc 251${PYSITELIB}/paste/util/subprocess24.pyc
252${PYSITELIB}/paste/util/subprocess24.pyo 252${PYSITELIB}/paste/util/subprocess24.pyo
253${PYSITELIB}/paste/util/template.py 253${PYSITELIB}/paste/util/template.py
254${PYSITELIB}/paste/util/template.pyc 254${PYSITELIB}/paste/util/template.pyc
255${PYSITELIB}/paste/util/template.pyo 255${PYSITELIB}/paste/util/template.pyo
256${PYSITELIB}/paste/util/threadedprint.py 256${PYSITELIB}/paste/util/threadedprint.py
257${PYSITELIB}/paste/util/threadedprint.pyc 257${PYSITELIB}/paste/util/threadedprint.pyc
258${PYSITELIB}/paste/util/threadedprint.pyo 258${PYSITELIB}/paste/util/threadedprint.pyo
259${PYSITELIB}/paste/util/threadinglocal.py 259${PYSITELIB}/paste/util/threadinglocal.py
260${PYSITELIB}/paste/util/threadinglocal.pyc 260${PYSITELIB}/paste/util/threadinglocal.pyc
261${PYSITELIB}/paste/util/threadinglocal.pyo 261${PYSITELIB}/paste/util/threadinglocal.pyo
262${PYSITELIB}/paste/wsgilib.py 262${PYSITELIB}/paste/wsgilib.py
263${PYSITELIB}/paste/wsgilib.pyc 263${PYSITELIB}/paste/wsgilib.pyc
264${PYSITELIB}/paste/wsgilib.pyo 264${PYSITELIB}/paste/wsgilib.pyo
265${PYSITELIB}/paste/wsgiwrappers.py 265${PYSITELIB}/paste/wsgiwrappers.py
266${PYSITELIB}/paste/wsgiwrappers.pyc 266${PYSITELIB}/paste/wsgiwrappers.pyc
267${PYSITELIB}/paste/wsgiwrappers.pyo 267${PYSITELIB}/paste/wsgiwrappers.pyo
268@dirrm ${PYSITELIB}/paste/util 268@dirrm ${PYSITELIB}/paste/util
269@dirrm ${PYSITELIB}/paste/exceptions 269@dirrm ${PYSITELIB}/paste/exceptions
270@dirrm ${PYSITELIB}/paste/evalexception/mochikit 270@dirrm ${PYSITELIB}/paste/evalexception/mochikit
271@dirrm ${PYSITELIB}/paste/evalexception/media 271@dirrm ${PYSITELIB}/paste/evalexception/media
272@dirrm ${PYSITELIB}/paste/evalexception 272@dirrm ${PYSITELIB}/paste/evalexception
273@dirrm ${PYSITELIB}/paste/debug 273@dirrm ${PYSITELIB}/paste/debug
274@dirrm ${PYSITELIB}/paste/auth 274@dirrm ${PYSITELIB}/paste/auth
275@dirrm ${PYSITELIB}/paste 275@dirrm ${PYSITELIB}/paste
276@dirrm ${PYSITELIB}/Paste-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info 276@dirrm ${PYSITELIB}/${EGG_INFODIR}