0cb505881c83aea333f0e3060f6bc0876a7d6fca
[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="ml4"
22 RDEPENDS_python-distutils="python-core"
23 FILES_python-distutils="${pydir}/config ${pydir}/distutils "
24
25 DESCRIPTION_python-textutils="Python Option Parsing, Text Wrapping and Comma-Separated-Value Support"
26 PR_python-textutils="ml4"
27 RDEPENDS_python-textutils="python-core python-io python-re python-stringold"
28 FILES_python-textutils="${pydyndir}/_csv.so ${pydir}/csv.* ${pydir}/optparse.* ${pydir}/textwrap.* "
29
30 DESCRIPTION_python-codecs="Python Codecs, Encodings & i18n Support"
31 PR_python-codecs="ml4"
32 RDEPENDS_python-codecs="python-core"
33 FILES_python-codecs="${pydir}/codecs.* ${pydir}/encodings ${pydir}/gettext.* ${pydir}/locale.* ${pydyndir}/_locale.so ${pydyndir}/unicodedata.so ${pydir}/stringprep.* ${pydir}/xdrlib.* "
34
35 DESCRIPTION_python-pickle="Python Persistence Support"
36 PR_python-pickle="ml4"
37 RDEPENDS_python-pickle="python-core python-codecs python-re"
38 FILES_python-pickle="${pydir}/pickle.* ${pydir}/shelve.* ${pydyndir}/cPickle.so "
39
40 DESCRIPTION_python-datetime="Python Calendar and Time support"
41 PR_python-datetime="ml4"
42 RDEPENDS_python-datetime="python-core python-codecs"
43 FILES_python-datetime="${pydir}/_strptime.* ${pydir}/calendar.* ${pydyndir}/datetime.so "
44
45 DESCRIPTION_python-core="Python Interpreter and core modules (needed!)"
46 PR_python-core="ml4"
47 RDEPENDS_python-core=""
48 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.* "
49
50 DESCRIPTION_python-io="Python Low-Level I/O"
51 PR_python-io="ml4"
52 RDEPENDS_python-io="python-core python-math"
53 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.* "
54
55 DESCRIPTION_python-compiler="Python Compiler Support"
56 PR_python-compiler="ml4"
57 RDEPENDS_python-compiler="python-core"
58 FILES_python-compiler="${pydir}/compiler "
59
60 DESCRIPTION_python-compression="Python High Level Compression Support"
61 PR_python-compression="ml4"
62 RDEPENDS_python-compression="python-core python-zlib"
63 FILES_python-compression="${pydir}/gzip.* ${pydir}/zipfile.* "
64
65 DESCRIPTION_python-re="Python Regular Expression APIs"
66 PR_python-re="ml4"
67 RDEPENDS_python-re="python-core"
68 FILES_python-re="${pydir}/re.* ${pydir}/sre.* ${pydir}/sre_compile.* ${pydir}/sre_constants* ${pydir}/sre_parse.* "
69
70 DESCRIPTION_python-xmlrpc="Python XMLRPC Support"
71 PR_python-xmlrpc="ml4"
72 RDEPENDS_python-xmlrpc="python-core python-xml python-netserver python-lang"
73 FILES_python-xmlrpc="${pydir}/xmlrpclib.* ${pydir}/SimpleXMLRPCServer.* "
74
75 DESCRIPTION_python-terminal="Python Terminal Controlling Support"
76 PR_python-terminal="ml4"
77 RDEPENDS_python-terminal="python-core python-io"
78 FILES_python-terminal="${pydir}/pty.* ${pydir}/tty.* "
79
80 DESCRIPTION_python-email="Python Email Support"
81 PR_python-email="ml4"
82 RDEPENDS_python-email="python-core python-io python-re"
83 FILES_python-email="${pydir}/email "
84
85 DESCRIPTION_python-image="Python Graphical Image Handling"
86 PR_python-image="ml4"
87 RDEPENDS_python-image="python-core"
88 FILES_python-image="${pydir}/colorsys.* ${pydir}/imghdr.* ${pydyndir}/imageop.so ${pydyndir}/rgbimg.so "
89
90 DESCRIPTION_python-resource="Python Resource Control Interface"
91 PR_python-resource="ml4"
92 RDEPENDS_python-resource="python-core"
93 FILES_python-resource="${pydyndir}/resource.so "
94
95 DESCRIPTION_python-devel="Python Development Package"
96 PR_python-devel="ml4"
97 RDEPENDS_python-devel="python-core"
98 FILES_python-devel="/usr/include ${pydir}/config "
99
100 DESCRIPTION_python-math="Python Math Support"
101 PR_python-math="ml4"
102 RDEPENDS_python-math="python-core"
103 FILES_python-math="${pydyndir}/cmath.so ${pydyndir}/math.so ${pydyndir}/_random.so ${pydir}/random.* ${pydir}/sets.* "
104
105 DESCRIPTION_python-hotshot="Python Hotshot Profiler"
106 PR_python-hotshot="ml4"
107 RDEPENDS_python-hotshot="python-core"
108 FILES_python-hotshot="${pydir}/hotshot ${pydyndir}/_hotshot.so ${pydyndir}/_lsprof.so ${pydir}/cProfile.py ${pydir}/profile.py ${pydir}/pstats.py "
109
110 DESCRIPTION_python-unixadmin="Python Unix Administration Support"
111 PR_python-unixadmin="ml4"
112 RDEPENDS_python-unixadmin="python-core"
113 FILES_python-unixadmin="${pydyndir}/nis.so ${pydyndir}/grp.so ${pydyndir}/spwd.so ${pydir}/getpass.* "
114
115 DESCRIPTION_python-tkinter="Python Tcl/Tk Bindings"
116 PR_python-tkinter="ml4"
117 RDEPENDS_python-tkinter="python-core"
118 FILES_python-tkinter="${pydyndir}/_tkinter.so ${pydir}/lib-tk "
119
120 DESCRIPTION_python-gdbm="Python GNU Database Support"
121 PR_python-gdbm="ml4"
122 RDEPENDS_python-gdbm="python-core libgdbm3"
123 FILES_python-gdbm="${pydyndir}/gdbm.so "
124
125 DESCRIPTION_python-fcntl="Python's fcntl Interface"
126 PR_python-fcntl="ml4"
127 RDEPENDS_python-fcntl="python-core"
128 FILES_python-fcntl="${pydyndir}/fcntl.so "
129
130 DESCRIPTION_python-netclient="Python Internet Protocol Clients"
131 PR_python-netclient="ml4"
132 RDEPENDS_python-netclient="python-core python-datetime python-io python-lang python-logging python-mime"
133 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.* "
134
135 DESCRIPTION_python-pprint="Python Pretty-Print Support"
136 PR_python-pprint="ml4"
137 RDEPENDS_python-pprint="python-core"
138 FILES_python-pprint="${pydir}/pprint.* "
139
140 DESCRIPTION_python-netserver="Python Internet Protocol Servers"
141 PR_python-netserver="ml4"
142 RDEPENDS_python-netserver="python-core python-netclient"
143 FILES_python-netserver="${pydir}/cgi.* ${pydir}/BaseHTTPServer.* ${pydir}/SimpleHTTPServer.* ${pydir}/SocketServer.* "
144
145 DESCRIPTION_python-curses="Python Curses Support"
146 PR_python-curses="ml4"
147 RDEPENDS_python-curses="python-core libncurses5"
148 FILES_python-curses="${pydir}/curses ${pydyndir}/_curses.so ${pydyndir}/_curses_panel.so "
149
150 DESCRIPTION_python-syslog="Python's syslog Interface"
151 PR_python-syslog="ml4"
152 RDEPENDS_python-syslog="python-core"
153 FILES_python-syslog="${pydyndir}/syslog.so "
154
155 DESCRIPTION_python-html="Python HTML Processing"
156 PR_python-html="ml4"
157 RDEPENDS_python-html="python-core"
158 FILES_python-html="${pydir}/formatter.* ${pydir}/htmlentitydefs.* ${pydir}/htmllib.* ${pydir}/markupbase.* ${pydir}/sgmllib.* "
159
160 DESCRIPTION_python-readline="Python Readline Support"
161 PR_python-readline="ml4"
162 RDEPENDS_python-readline="python-core libreadline4"
163 FILES_python-readline="${pydyndir}/readline.so ${pydir}/rlcompleter.* "
164
165 DESCRIPTION_python-pydoc="Python Interactive Help Support"
166 PR_python-pydoc="ml4"
167 RDEPENDS_python-pydoc="python-core python-lang python-stringold python-re"
168 FILES_python-pydoc="/usr/bin/pydoc ${pydir}/pydoc.* "
169
170 DESCRIPTION_python-logging="Python Logging Support"
171 PR_python-logging="ml4"
172 RDEPENDS_python-logging="python-core"
173 FILES_python-logging="${pydir}/logging "
174
175 DESCRIPTION_python-mailbox="Python Mailbox Format Support"
176 PR_python-mailbox="ml4"
177 RDEPENDS_python-mailbox="python-core python-mime"
178 FILES_python-mailbox="${pydir}/mailbox.* "
179
180 DESCRIPTION_python-xml="Python basic XML support."
181 PR_python-xml="ml4"
182 RDEPENDS_python-xml="python-core python-re"
183 FILES_python-xml="${pydyndir}/_elementtree.so ${pydyndir}/pyexpat.so ${pydir}/xml ${pydir}/xmllib.* "
184
185 DESCRIPTION_python-mime="Python MIME Handling APIs"
186 PR_python-mime="ml4"
187 RDEPENDS_python-mime="python-core python-io"
188 FILES_python-mime="${pydir}/mimetools.* ${pydir}/MimeWriter.* ${pydir}/quopri.* ${pydir}/rfc822.* "
189
190 DESCRIPTION_python-tests="Python Tests"
191 PR_python-tests="ml4"
192 RDEPENDS_python-tests="python-core"
193 FILES_python-tests="${pydir}/test "
194
195 DESCRIPTION_python-unittest="Python Unit Testing Framework"
196 PR_python-unittest="ml4"
197 RDEPENDS_python-unittest="python-core python-stringold python-lang"
198 FILES_python-unittest="${pydir}/unittest.* "
199
200 DESCRIPTION_python-stringold="Python Deprecated String APIs"
201 PR_python-stringold="ml4"
202 RDEPENDS_python-stringold="python-core python-re"
203 FILES_python-stringold="${pydyndir}/strop.so ${pydir}/string.* "
204
205 DESCRIPTION_python-lib-old-and-deprecated="Python Deprecated Libraries"
206 PR_python-lib-old-and-deprecated="ml4"
207 RDEPENDS_python-lib-old-and-deprecated="python-core"
208 FILES_python-lib-old-and-deprecated="${pydir}/lib-old "
209
210 DESCRIPTION_python-compile="Python Bytecode Compilation Support"
211 PR_python-compile="ml4"
212 RDEPENDS_python-compile="python-core"
213 FILES_python-compile="${pydir}/py_compile.* ${pydir}/compileall.* "
214
215 DESCRIPTION_python-shell="Python Shell-Like Functionality"
216 PR_python-shell="ml4"
217 RDEPENDS_python-shell="python-core python-re"
218 FILES_python-shell="${pydir}/commands.* ${pydir}/dircache.* ${pydir}/fnmatch.* ${pydir}/glob.* ${pydir}/popen2.* ${pydir}/shutil.* "
219
220 DESCRIPTION_python-bsddb="Python Berkeley Database Bindings"
221 PR_python-bsddb="ml4"
222 RDEPENDS_python-bsddb="python-core"
223 FILES_python-bsddb="${pydir}/bsddb "
224
225 DESCRIPTION_python-mmap="Python Memory-Mapped-File Support"
226 PR_python-mmap="ml4"
227 RDEPENDS_python-mmap="python-core python-io"
228 FILES_python-mmap="${pydyndir}/mmap.so "
229
230 DESCRIPTION_python-zlib="Python zlib Support."
231 PR_python-zlib="ml4"
232 RDEPENDS_python-zlib="python-core"
233 FILES_python-zlib="${pydyndir}/zlib.so "
234
235 DESCRIPTION_python-db="Python File-Based Database Support"
236 PR_python-db="ml4"
237 RDEPENDS_python-db="python-core"
238 FILES_python-db="${pydir}/anydbm.* ${pydir}/dumbdbm.* ${pydir}/whichdb.* "
239
240 DESCRIPTION_python-crypt="Python Basic Cryptographic and Hashing Support"
241 PR_python-crypt="ml4"
242 RDEPENDS_python-crypt="python-core"
243 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.* "
244
245 DESCRIPTION_python-idle="Python Integrated Development Environment"
246 PR_python-idle="ml4"
247 RDEPENDS_python-idle="python-core python-tkinter"
248 FILES_python-idle="/usr/bin/idle ${pydir}/idlelib "
249
250 DESCRIPTION_python-lang="Python Low-Level Language Support"
251 PR_python-lang="ml4"
252 RDEPENDS_python-lang="python-core"
253 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.* "
254
255 DESCRIPTION_python-audio="Python Audio Handling"
256 PR_python-audio="ml4"
257 RDEPENDS_python-audio="python-core"
258 FILES_python-audio="${pydir}/wave.* ${pydir}/chunk.* ${pydyndir}/ossaudiodev.so ${pydyndir}/audioop.so ${pydyndir}/linuxaudiodev.so "
259
260 DESCRIPTION_python-extensions="Python 2.5 Extensions"
261 PR_python-extensions="ml4"
262 RDEPENDS_python-extensions="python-core"
263 FILES_python-extensions="${pydir}/contextlib.* ${pydir}/functools.* ${pydyndir}/_functools.so ${pydir}/runpy.* "
264
265 DESCRIPTION_python-ctypes="Python 2.5 ctypes/dlls/sharedlib Extensions"
266 PR_python-ctypes="ml4"
267 RDEPENDS_python-ctypes="python-core"
268 FILES_python-ctypes="${pydir}/ctypes ${pydyndir}/_ctypes.so "
269
270 DESCRIPTION_python-sqlite3="Python 2.5 Sqlite Database Lib"
271 PR_python-sqlite3="ml4"
272 RDEPENDS_python-sqlite3="python-core"
273 FILES_python-sqlite3="${pydir}/sqlite3 ${pydyndir}/_sqlite3.so "