python-2.5.1: Split out .debug, tests and scripts into separate sub-packages to save...
[vuplus_openembedded] / packages / python / python-2.5.1-manifest.inc
1 ########################################################################################################################
2 ### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Thu Mar 30 17:39:30 2006
3 ###
4 ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
5 ###
6 ### Warning: Manual edits will be lost!
7 ###
8 ########################################################################################################################
9
10 pydir=${libdir}/python2.5
11 pydyndir=${pydir}/lib-dynload
12 PROVIDES+="python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-extensions python-ctypes python-sqlite3 "
13 PACKAGES="python-threading python-distutils python-textutils python-codecs python-pickle python-datetime python-core python-io python-compiler python-compression python-re python-xmlrpc python-terminal python-email python-image python-resource python-devel python-math python-hotshot python-unixadmin python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-syslog python-html python-readline python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-lib-old-and-deprecated python-compile python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio python-extensions python-ctypes python-sqlite3 "
14
15 DESCRIPTION_python-threading="Python Threading & Synchronization Support"
16 PR_python-threading="ml4"
17 RDEPENDS_python-threading="python-core python-lang"
18 FILES_python-threading="${pydir}/_threading_local.* ${pydir}/bisect.* ${pydyndir}/_bisect.so ${pydir}/dummy_thread.* ${pydir}/dummy_threading.* ${pydir}/mutex.* ${pydir}/threading.* ${pydir}/Queue.* "
19
20 DESCRIPTION_python-distutils="Python Distribution Utilities"
21 PR_python-distutils="ml5"
22 RDEPENDS_python-distutils="python-core"
23 FILES_python-distutils="${pydir}/config ${pydir}/distutils "
24
25 PACKAGES =+ "python-distutils-tests"
26 DESCRIPTION_python-distutils-tests="Python Distribution Utilities tests"
27 PR_python-distutils-tests="ml5"
28 RDEPENDS_python-distutils-tests="python-core python-distutils"
29 FILES_python-distutils-tests +="${pydir}/distutils/tests "
30
31 DESCRIPTION_python-textutils="Python Option Parsing, Text Wrapping and Comma-Separated-Value Support"
32 PR_python-textutils="ml4"
33 RDEPENDS_python-textutils="python-core python-io python-re python-stringold"
34 FILES_python-textutils="${pydyndir}/_csv.so ${pydir}/csv.* ${pydir}/optparse.* ${pydir}/textwrap.* "
35
36 DESCRIPTION_python-codecs="Python Codecs, Encodings & i18n Support"
37 PR_python-codecs="ml4"
38 RDEPENDS_python-codecs="python-core"
39 FILES_python-codecs="${pydir}/codecs.* ${pydir}/encodings ${pydir}/gettext.* ${pydir}/locale.* ${pydyndir}/_locale.so ${pydyndir}/unicodedata.so ${pydir}/stringprep.* ${pydir}/xdrlib.* "
40
41 DESCRIPTION_python-pickle="Python Persistence Support"
42 PR_python-pickle="ml4"
43 RDEPENDS_python-pickle="python-core python-codecs python-re"
44 FILES_python-pickle="${pydir}/pickle.* ${pydir}/shelve.* ${pydyndir}/cPickle.so "
45
46 DESCRIPTION_python-datetime="Python Calendar and Time support"
47 PR_python-datetime="ml4"
48 RDEPENDS_python-datetime="python-core python-codecs"
49 FILES_python-datetime="${pydir}/_strptime.* ${pydir}/calendar.* ${pydyndir}/datetime.so "
50
51 DESCRIPTION_python-core="Python Interpreter and core modules (needed!)"
52 PR_python-core="ml4"
53 RDEPENDS_python-core=""
54 FILES_python-core="${pydir}/__future__.* ${pydir}/copy.* ${pydir}/copy_reg.* ${pydir}/ConfigParser.py ${pydir}/getopt.* ${pydir}/heapq.* ${pydyndir}/_heapq.so ${pydir}/linecache.* ${pydir}/new.* ${pydir}/os.* ${pydir}/posixpath.* ${pydir}/warnings.* ${pydir}/site.* ${pydir}/stat.* ${pydir}/UserDict.* ${pydyndir}/binascii.so ${pydyndir}/_struct.so ${pydir}/struct.* ${pydyndir}/time.so ${pydyndir}/xreadlines.so ${pydyndir}/dl.so ${pydir}/types.* ${pydir}/pkgutil.* /usr/bin/python ${pydir}/platform.* "
55
56 DESCRIPTION_python-io="Python Low-Level I/O"
57 PR_python-io="ml4"
58 RDEPENDS_python-io="python-core python-math"
59 FILES_python-io="${pydyndir}/_socket.so ${pydyndir}/_ssl.so ${pydyndir}/select.so ${pydyndir}/termios.so ${pydyndir}/cStringIO.so ${pydir}/pipes.* ${pydir}/socket.* ${pydir}/tempfile.* ${pydir}/StringIO.* "
60
61 DESCRIPTION_python-compiler="Python Compiler Support"
62 PR_python-compiler="ml4"
63 RDEPENDS_python-compiler="python-core"
64 FILES_python-compiler="${pydir}/compiler "
65
66 DESCRIPTION_python-compression="Python High Level Compression Support"
67 PR_python-compression="ml4"
68 RDEPENDS_python-compression="python-core python-zlib"
69 FILES_python-compression="${pydir}/gzip.* ${pydir}/zipfile.* "
70
71 DESCRIPTION_python-re="Python Regular Expression APIs"
72 PR_python-re="ml4"
73 RDEPENDS_python-re="python-core"
74 FILES_python-re="${pydir}/re.* ${pydir}/sre.* ${pydir}/sre_compile.* ${pydir}/sre_constants* ${pydir}/sre_parse.* "
75
76 DESCRIPTION_python-xmlrpc="Python XMLRPC Support"
77 PR_python-xmlrpc="ml4"
78 RDEPENDS_python-xmlrpc="python-core python-xml python-netserver python-lang"
79 FILES_python-xmlrpc="${pydir}/xmlrpclib.* ${pydir}/SimpleXMLRPCServer.* "
80
81 DESCRIPTION_python-terminal="Python Terminal Controlling Support"
82 PR_python-terminal="ml4"
83 RDEPENDS_python-terminal="python-core python-io"
84 FILES_python-terminal="${pydir}/pty.* ${pydir}/tty.* "
85
86 DESCRIPTION_python-email="Python Email Support"
87 PR_python-email="ml5"
88 RDEPENDS_python-email="python-core python-io python-re"
89 FILES_python-email="${pydir}/email ${pydir}/email/mime "
90
91 PACKAGES =+ "python-email-tests"
92 DESCRIPTION_python-email-tests="Python Email Support tests"
93 PR_python-email-tests="ml5"
94 RDEPENDS_python-email-tests="python-core python-email"
95 FILES_python-email-tests +="${pydir}/email/test ${pydir}/email/test/data "
96
97 DESCRIPTION_python-image="Python Graphical Image Handling"
98 PR_python-image="ml4"
99 RDEPENDS_python-image="python-core"
100 FILES_python-image="${pydir}/colorsys.* ${pydir}/imghdr.* ${pydyndir}/imageop.so ${pydyndir}/rgbimg.so "
101
102 DESCRIPTION_python-resource="Python Resource Control Interface"
103 PR_python-resource="ml4"
104 RDEPENDS_python-resource="python-core"
105 FILES_python-resource="${pydyndir}/resource.so "
106
107 DESCRIPTION_python-devel="Python Development Package"
108 PR_python-devel="ml4"
109 RDEPENDS_python-devel="python-core"
110 FILES_python-devel="/usr/include ${pydir}/config "
111
112 DESCRIPTION_python-math="Python Math Support"
113 PR_python-math="ml4"
114 RDEPENDS_python-math="python-core"
115 FILES_python-math="${pydyndir}/cmath.so ${pydyndir}/math.so ${pydyndir}/_random.so ${pydir}/random.* ${pydir}/sets.* "
116
117 DESCRIPTION_python-hotshot="Python Hotshot Profiler"
118 PR_python-hotshot="ml4"
119 RDEPENDS_python-hotshot="python-core"
120 FILES_python-hotshot="${pydir}/hotshot ${pydyndir}/_hotshot.so ${pydyndir}/_lsprof.so ${pydir}/cProfile.py ${pydir}/profile.py ${pydir}/pstats.py "
121
122 DESCRIPTION_python-unixadmin="Python Unix Administration Support"
123 PR_python-unixadmin="ml4"
124 RDEPENDS_python-unixadmin="python-core"
125 FILES_python-unixadmin="${pydyndir}/nis.so ${pydyndir}/grp.so ${pydyndir}/spwd.so ${pydir}/getpass.* "
126
127 DESCRIPTION_python-tkinter="Python Tcl/Tk Bindings"
128 PR_python-tkinter="ml4"
129 RDEPENDS_python-tkinter="python-core"
130 FILES_python-tkinter="${pydyndir}/_tkinter.so ${pydir}/lib-tk "
131
132 DESCRIPTION_python-gdbm="Python GNU Database Support"
133 PR_python-gdbm="ml4"
134 RDEPENDS_python-gdbm="python-core libgdbm3"
135 FILES_python-gdbm="${pydyndir}/gdbm.so "
136
137 DESCRIPTION_python-fcntl="Python's fcntl Interface"
138 PR_python-fcntl="ml4"
139 RDEPENDS_python-fcntl="python-core"
140 FILES_python-fcntl="${pydyndir}/fcntl.so "
141
142 DESCRIPTION_python-netclient="Python Internet Protocol Clients"
143 PR_python-netclient="ml4"
144 RDEPENDS_python-netclient="python-core python-datetime python-io python-lang python-logging python-mime"
145 FILES_python-netclient="${pydir}/_LWPCookieJar.* ${pydir}/_MozillaCookieJar.* ${pydir}/base64.* ${pydir}/cookielib.* ${pydir}/ftplib.* ${pydir}/gopherlib.* ${pydir}/hmac.* ${pydir}/httplib.* ${pydir}/mimetypes.* ${pydir}/nntplib.* ${pydir}/poplib.* ${pydir}/smtplib.* ${pydir}/telnetlib.* ${pydir}/urllib.* ${pydir}/urllib2.* ${pydir}/urlparse.* "
146
147 DESCRIPTION_python-pprint="Python Pretty-Print Support"
148 PR_python-pprint="ml4"
149 RDEPENDS_python-pprint="python-core"
150 FILES_python-pprint="${pydir}/pprint.* "
151
152 DESCRIPTION_python-netserver="Python Internet Protocol Servers"
153 PR_python-netserver="ml4"
154 RDEPENDS_python-netserver="python-core python-netclient"
155 FILES_python-netserver="${pydir}/cgi.* ${pydir}/BaseHTTPServer.* ${pydir}/SimpleHTTPServer.* ${pydir}/SocketServer.* "
156
157 DESCRIPTION_python-curses="Python Curses Support"
158 PR_python-curses="ml4"
159 RDEPENDS_python-curses="python-core libncurses5"
160 FILES_python-curses="${pydir}/curses ${pydyndir}/_curses.so ${pydyndir}/_curses_panel.so "
161
162 DESCRIPTION_python-syslog="Python's syslog Interface"
163 PR_python-syslog="ml4"
164 RDEPENDS_python-syslog="python-core"
165 FILES_python-syslog="${pydyndir}/syslog.so "
166
167 DESCRIPTION_python-html="Python HTML Processing"
168 PR_python-html="ml4"
169 RDEPENDS_python-html="python-core"
170 FILES_python-html="${pydir}/formatter.* ${pydir}/htmlentitydefs.* ${pydir}/htmllib.* ${pydir}/markupbase.* ${pydir}/sgmllib.* "
171
172 DESCRIPTION_python-readline="Python Readline Support"
173 PR_python-readline="ml4"
174 RDEPENDS_python-readline="python-core libreadline4"
175 FILES_python-readline="${pydyndir}/readline.so ${pydir}/rlcompleter.* "
176
177 DESCRIPTION_python-pydoc="Python Interactive Help Support"
178 PR_python-pydoc="ml4"
179 RDEPENDS_python-pydoc="python-core python-lang python-stringold python-re"
180 FILES_python-pydoc="/usr/bin/pydoc ${pydir}/pydoc.* "
181
182 DESCRIPTION_python-logging="Python Logging Support"
183 PR_python-logging="ml4"
184 RDEPENDS_python-logging="python-core"
185 FILES_python-logging="${pydir}/logging "
186
187 DESCRIPTION_python-mailbox="Python Mailbox Format Support"
188 PR_python-mailbox="ml4"
189 RDEPENDS_python-mailbox="python-core python-mime"
190 FILES_python-mailbox="${pydir}/mailbox.* "
191
192 DESCRIPTION_python-xml="Python basic XML support."
193 PR_python-xml="ml4"
194 RDEPENDS_python-xml="python-core python-re"
195 FILES_python-xml="${pydyndir}/_elementtree.so ${pydyndir}/pyexpat.so ${pydir}/xml ${pydir}/xmllib.* "
196
197 DESCRIPTION_python-mime="Python MIME Handling APIs"
198 PR_python-mime="ml4"
199 RDEPENDS_python-mime="python-core python-io"
200 FILES_python-mime="${pydir}/mimetools.* ${pydir}/MimeWriter.* ${pydir}/quopri.* ${pydir}/rfc822.* "
201
202 DESCRIPTION_python-tests="Python Tests"
203 PR_python-tests="ml4"
204 RDEPENDS_python-tests="python-core"
205 FILES_python-tests="${pydir}/test "
206
207 DESCRIPTION_python-unittest="Python Unit Testing Framework"
208 PR_python-unittest="ml4"
209 RDEPENDS_python-unittest="python-core python-stringold python-lang"
210 FILES_python-unittest="${pydir}/unittest.* "
211
212 DESCRIPTION_python-stringold="Python Deprecated String APIs"
213 PR_python-stringold="ml4"
214 RDEPENDS_python-stringold="python-core python-re"
215 FILES_python-stringold="${pydyndir}/strop.so ${pydir}/string.* "
216
217 DESCRIPTION_python-lib-old-and-deprecated="Python Deprecated Libraries"
218 PR_python-lib-old-and-deprecated="ml4"
219 RDEPENDS_python-lib-old-and-deprecated="python-core"
220 FILES_python-lib-old-and-deprecated="${pydir}/lib-old "
221
222 DESCRIPTION_python-compile="Python Bytecode Compilation Support"
223 PR_python-compile="ml4"
224 RDEPENDS_python-compile="python-core"
225 FILES_python-compile="${pydir}/py_compile.* ${pydir}/compileall.* "
226
227 DESCRIPTION_python-shell="Python Shell-Like Functionality"
228 PR_python-shell="ml4"
229 RDEPENDS_python-shell="python-core python-re"
230 FILES_python-shell="${pydir}/commands.* ${pydir}/dircache.* ${pydir}/fnmatch.* ${pydir}/glob.* ${pydir}/popen2.* ${pydir}/shutil.* "
231
232 DESCRIPTION_python-bsddb="Python Berkeley Database Bindings"
233 PR_python-bsddb="ml5"
234 RDEPENDS_python-bsddb="python-core"
235 FILES_python-bsddb="${pydir}/bsddb "
236
237 PACKAGES =+ "python-bsddb-tests"
238 DESCRIPTION_python-bsddb-tests="Python Berkeley Database Bindings tests"
239 PR_python-bsddb-tests="ml5"
240 RDEPENDS_python-bsddb-tests="python-core python-bsddb"
241 FILES_python-bsddb-tests +="${pydir}/bsddb/test "
242
243 DESCRIPTION_python-mmap="Python Memory-Mapped-File Support"
244 PR_python-mmap="ml4"
245 RDEPENDS_python-mmap="python-core python-io"
246 FILES_python-mmap="${pydyndir}/mmap.so "
247
248 DESCRIPTION_python-zlib="Python zlib Support."
249 PR_python-zlib="ml4"
250 RDEPENDS_python-zlib="python-core"
251 FILES_python-zlib="${pydyndir}/zlib.so "
252
253 DESCRIPTION_python-db="Python File-Based Database Support"
254 PR_python-db="ml4"
255 RDEPENDS_python-db="python-core"
256 FILES_python-db="${pydir}/anydbm.* ${pydir}/dumbdbm.* ${pydir}/whichdb.* "
257
258 DESCRIPTION_python-crypt="Python Basic Cryptographic and Hashing Support"
259 PR_python-crypt="ml4"
260 RDEPENDS_python-crypt="python-core"
261 FILES_python-crypt="${pydyndir}/crypt.so ${pydyndir}/_hashlib.so ${pydyndir}/_md5.so ${pydyndir}/_sha.so ${pydyndir}/_sha256.so ${pydyndir}/_sha512.so ${pydir}/md5.* ${pydir}/sha.* ${pydir}/hashlib.* "
262
263 DESCRIPTION_python-idle="Python Integrated Development Environment"
264 PR_python-idle="ml4"
265 RDEPENDS_python-idle="python-core python-tkinter"
266 FILES_python-idle="/usr/bin/idle ${pydir}/idlelib "
267
268 DESCRIPTION_python-lang="Python Low-Level Language Support"
269 PR_python-lang="ml4"
270 RDEPENDS_python-lang="python-core"
271 FILES_python-lang="${pydyndir}/array.so ${pydyndir}/parser.so ${pydyndir}/operator.so ${pydyndir}/_weakref.so ${pydyndir}/itertools.so ${pydyndir}/collections.so ${pydir}/atexit.* ${pydir}/code.* ${pydir}/codeop.* ${pydir}/dis.* ${pydir}/inspect.* ${pydir}/keyword.* ${pydir}/opcode.* ${pydir}/repr.* ${pydir}/token.* ${pydir}/tokenize.* ${pydir}/traceback.* ${pydir}/linecache.* ${pydir}/weakref.* "
272
273 DESCRIPTION_python-audio="Python Audio Handling"
274 PR_python-audio="ml4"
275 RDEPENDS_python-audio="python-core"
276 FILES_python-audio="${pydir}/wave.* ${pydir}/chunk.* ${pydyndir}/ossaudiodev.so ${pydyndir}/audioop.so ${pydyndir}/linuxaudiodev.so "
277
278 DESCRIPTION_python-extensions="Python 2.5 Extensions"
279 PR_python-extensions="ml4"
280 RDEPENDS_python-extensions="python-core"
281 FILES_python-extensions="${pydir}/contextlib.* ${pydir}/functools.* ${pydyndir}/_functools.so ${pydir}/runpy.* "
282
283 DESCRIPTION_python-ctypes="Python 2.5 ctypes/dlls/sharedlib Extensions"
284 PR_python-ctypes="ml5"
285 RDEPENDS_python-ctypes="python-core"
286 FILES_python-ctypes="${pydir}/ctypes ${pydyndir}/_ctypes.so "
287
288 PACKAGES =+ "python-ctypes-tests"
289 DESCRIPTION_python-ctypes-tests="Python 2.5 ctypes/dlls/sharedlib Extensions tests"
290 PR_python-ctypes-tests="ml5"
291 RDEPENDS_python-ctypes-tests="python-core python-ctypes"
292 FILES_python-ctypes-tests +="${pydir}/ctypes/test "
293
294 DESCRIPTION_python-sqlite3="Python 2.5 Sqlite Database Lib"
295 PR_python-sqlite3="ml5"
296 RDEPENDS_python-sqlite3="python-core"
297 FILES_python-sqlite3="${pydir}/sqlite3 ${pydyndir}/_sqlite3.so "
298
299 PACKAGES =+ "python-sqlite3-tests"
300 DESCRIPTION_python-sqlite3-tests="Python 2.5 Sqlite Database Lib tests"
301 PR_python-sqlite3-tests="ml5"
302 RDEPENDS_python-sqlite3-tests="python-core python-sqlite3"
303 FILES_python-sqlite3-tests +="${pydir}/sqlite3/test "