diff options
Diffstat (limited to 'meta-extras/packages/python/python-2.4.3-manifest.inc')
-rw-r--r-- | meta-extras/packages/python/python-2.4.3-manifest.inc | 259 |
1 files changed, 259 insertions, 0 deletions
diff --git a/meta-extras/packages/python/python-2.4.3-manifest.inc b/meta-extras/packages/python/python-2.4.3-manifest.inc new file mode 100644 index 0000000000..0178d4e186 --- /dev/null +++ b/meta-extras/packages/python/python-2.4.3-manifest.inc | |||
@@ -0,0 +1,259 @@ | |||
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 | |||
11 | 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 " | ||
12 | |||
13 | DESCRIPTION_python-threading="Python Threading & Synchronization Support" | ||
14 | PR_python-threading="ml0" | ||
15 | RDEPENDS_python-threading="python-core python-lang" | ||
16 | FILES_python-threading="${libdir}/python2.4/_threading_local.* ${libdir}/python2.4/bisect.* ${libdir}/python2.4/dummy_thread.* ${libdir}/python2.4/dummy_threading.* ${libdir}/python2.4/mutex.* ${libdir}/python2.4/threading.* ${libdir}/python2.4/Queue.* " | ||
17 | |||
18 | DESCRIPTION_python-distutils="Python Distribution Utilities" | ||
19 | PR_python-distutils="ml0" | ||
20 | RDEPENDS_python-distutils="python-core" | ||
21 | FILES_python-distutils="${libdir}/python2.4/config ${libdir}/python2.4/distutils " | ||
22 | |||
23 | DESCRIPTION_python-textutils="Python Option Parsing, Text Wrapping and Comma-Separated-Value Support" | ||
24 | PR_python-textutils="ml0" | ||
25 | RDEPENDS_python-textutils="python-core python-io python-re python-stringold" | ||
26 | FILES_python-textutils="${libdir}/python2.4/lib-dynload/_csv.so ${libdir}/python2.4/csv.* ${libdir}/python2.4/optparse.* ${libdir}/python2.4/textwrap.* " | ||
27 | |||
28 | DESCRIPTION_python-codecs="Python Codecs, Encodings & i18n Support" | ||
29 | PR_python-codecs="ml0" | ||
30 | RDEPENDS_python-codecs="python-core" | ||
31 | FILES_python-codecs="${libdir}/python2.4/codecs.* ${libdir}/python2.4/encodings ${libdir}/python2.4/gettext.* ${libdir}/python2.4/locale.* ${libdir}/python2.4/lib-dynload/_locale.so ${libdir}/python2.4/lib-dynload/unicodedata.so ${libdir}/python2.4/stringprep.* ${libdir}/python2.4/xdrlib.* " | ||
32 | |||
33 | DESCRIPTION_python-pickle="Python Persistence Support" | ||
34 | PR_python-pickle="ml0" | ||
35 | RDEPENDS_python-pickle="python-core python-codecs python-re" | ||
36 | FILES_python-pickle="${libdir}/python2.4/pickle.* ${libdir}/python2.4/shelve.* ${libdir}/python2.4/lib-dynload/cPickle.so " | ||
37 | |||
38 | DESCRIPTION_python-datetime="Python Calendar and Time support" | ||
39 | PR_python-datetime="ml0" | ||
40 | RDEPENDS_python-datetime="python-core python-codecs" | ||
41 | FILES_python-datetime="${libdir}/python2.4/_strptime.* ${libdir}/python2.4/calendar.* ${libdir}/python2.4/lib-dynload/datetime.so " | ||
42 | |||
43 | DESCRIPTION_python-core="Python Interpreter and core modules (needed!)" | ||
44 | PR_python-core="ml0" | ||
45 | RDEPENDS_python-core="" | ||
46 | FILES_python-core="/usr/lib/python2.4/__future__.* /usr/lib/python2.4/copy.* /usr/lib/python2.4/copy_reg.* /usr/lib/python2.4/ConfigParser.py /usr/lib/python2.4/getopt.* /usr/lib/python2.4/linecache.* /usr/lib/python2.4/new.* /usr/lib/python2.4/os.* /usr/lib/python2.4/posixpath.* /usr/lib/python2.4/warnings.* /usr/lib/python2.4/site.* /usr/lib/python2.4/stat.* /usr/lib/python2.4/UserDict.* /usr/lib/python2.4/lib-dynload/binascii.so /usr/lib/python2.4/lib-dynload/struct.so /usr/lib/python2.4/lib-dynload/time.so /usr/lib/python2.4/lib-dynload/xreadlines.so /usr/lib/python2.4/types.* /usr/bin/python " | ||
47 | |||
48 | DESCRIPTION_python-io="Python Low-Level I/O" | ||
49 | PR_python-io="ml0" | ||
50 | RDEPENDS_python-io="python-core python-math" | ||
51 | FILES_python-io="${libdir}/python2.4/lib-dynload/_socket.so ${libdir}/python2.4/lib-dynload/_ssl.so ${libdir}/python2.4/lib-dynload/select.so ${libdir}/python2.4/lib-dynload/termios.so ${libdir}/python2.4/lib-dynload/cStringIO.so ${libdir}/python2.4/pipes.* ${libdir}/python2.4/socket.* ${libdir}/python2.4/tempfile.* ${libdir}/python2.4/StringIO.* " | ||
52 | |||
53 | DESCRIPTION_python-compiler="Python Compiler Support" | ||
54 | PR_python-compiler="ml0" | ||
55 | RDEPENDS_python-compiler="python-core" | ||
56 | FILES_python-compiler="${libdir}/python2.4/compiler " | ||
57 | |||
58 | DESCRIPTION_python-compression="Python High Level Compression Support" | ||
59 | PR_python-compression="ml0" | ||
60 | RDEPENDS_python-compression="python-core python-zlib" | ||
61 | FILES_python-compression="${libdir}/python2.4/gzip.* ${libdir}/python2.4/zipfile.* " | ||
62 | |||
63 | DESCRIPTION_python-re="Python Regular Expression APIs" | ||
64 | PR_python-re="ml0" | ||
65 | RDEPENDS_python-re="python-core" | ||
66 | FILES_python-re="${libdir}/python2.4/re.* ${libdir}/python2.4/sre.* ${libdir}/python2.4/sre_compile.* ${libdir}/python2.4/sre_constants* ${libdir}/python2.4/sre_parse.* " | ||
67 | |||
68 | DESCRIPTION_python-xmlrpc="Python XMLRPC Support" | ||
69 | PR_python-xmlrpc="ml0" | ||
70 | RDEPENDS_python-xmlrpc="python-core python-xml python-netserver python-lang" | ||
71 | FILES_python-xmlrpc="${libdir}/python2.4/xmlrpclib.* ${libdir}/python2.4/SimpleXMLRPCServer.* " | ||
72 | |||
73 | DESCRIPTION_python-terminal="Python Terminal Controlling Support" | ||
74 | PR_python-terminal="ml0" | ||
75 | RDEPENDS_python-terminal="python-core python-io" | ||
76 | FILES_python-terminal="${libdir}/python2.4/pty.* ${libdir}/python2.4/tty.* " | ||
77 | |||
78 | DESCRIPTION_python-email="Python Email Support" | ||
79 | PR_python-email="ml0" | ||
80 | RDEPENDS_python-email="python-core python-io python-re" | ||
81 | FILES_python-email="${libdir}/python2.4/email " | ||
82 | |||
83 | DESCRIPTION_python-image="Python Graphical Image Handling" | ||
84 | PR_python-image="ml0" | ||
85 | RDEPENDS_python-image="python-core" | ||
86 | FILES_python-image="${libdir}/python2.4/colorsys.* ${libdir}/python2.4/imghdr.* ${libdir}/python2.4/lib-dynload/imageop.so ${libdir}/python2.4/lib-dynload/rgbimg.so " | ||
87 | |||
88 | DESCRIPTION_python-resource="Python Resource Control Interface" | ||
89 | PR_python-resource="ml0" | ||
90 | RDEPENDS_python-resource="python-core" | ||
91 | FILES_python-resource="${libdir}/python2.4/lib-dynload/resource.so " | ||
92 | |||
93 | DESCRIPTION_python-devel="Python Development Package" | ||
94 | PR_python-devel="ml0" | ||
95 | RDEPENDS_python-devel="python-core" | ||
96 | FILES_python-devel="/usr/include /usr/lib/python2.4/config " | ||
97 | |||
98 | DESCRIPTION_python-math="Python Math Support" | ||
99 | PR_python-math="ml0" | ||
100 | RDEPENDS_python-math="python-core" | ||
101 | FILES_python-math="${libdir}/python2.4/lib-dynload/cmath.so ${libdir}/python2.4/lib-dynload/math.so ${libdir}/python2.4/lib-dynload/_random.so ${libdir}/python2.4/random.* ${libdir}/python2.4/sets.* " | ||
102 | |||
103 | DESCRIPTION_python-hotshot="Python Hotshot Profiler" | ||
104 | PR_python-hotshot="ml0" | ||
105 | RDEPENDS_python-hotshot="python-core" | ||
106 | FILES_python-hotshot="${libdir}/python2.4/hotshot ${libdir}/python2.4/lib-dynload/_hotshot.so " | ||
107 | |||
108 | DESCRIPTION_python-unixadmin="Python Unix Administration Support" | ||
109 | PR_python-unixadmin="ml0" | ||
110 | RDEPENDS_python-unixadmin="python-core" | ||
111 | FILES_python-unixadmin="${libdir}/python2.4/lib-dynload/nis.so ${libdir}/python2.4/lib-dynload/grp.so ${libdir}/python2.4/lib-dynload/pwd.so ${libdir}/python2.4/getpass.* " | ||
112 | |||
113 | DESCRIPTION_python-tkinter="Python Tcl/Tk Bindings" | ||
114 | PR_python-tkinter="ml0" | ||
115 | RDEPENDS_python-tkinter="python-core" | ||
116 | FILES_python-tkinter="${libdir}/python2.4/lib-dynload/_tkinter.so ${libdir}/python2.4/lib-tk " | ||
117 | |||
118 | DESCRIPTION_python-gdbm="Python GNU Database Support" | ||
119 | PR_python-gdbm="ml0" | ||
120 | RDEPENDS_python-gdbm="python-core libgdbm3" | ||
121 | FILES_python-gdbm="${libdir}/python2.4/lib-dynload/gdbm.so " | ||
122 | |||
123 | DESCRIPTION_python-fcntl="Python's fcntl Interface" | ||
124 | PR_python-fcntl="ml0" | ||
125 | RDEPENDS_python-fcntl="python-core" | ||
126 | FILES_python-fcntl="${libdir}/python2.4/lib-dynload/fcntl.so " | ||
127 | |||
128 | DESCRIPTION_python-netclient="Python Internet Protocol Clients" | ||
129 | PR_python-netclient="ml0" | ||
130 | RDEPENDS_python-netclient="python-core python-datetime python-io python-lang python-logging python-mime" | ||
131 | FILES_python-netclient="${libdir}/python2.4/_LWPCookieJar.* ${libdir}/python2.4/_MozillaCookieJar.* ${libdir}/python2.4/base64.* ${libdir}/python2.4/cookielib.* ${libdir}/python2.4/ftplib.* ${libdir}/python2.4/gopherlib.* ${libdir}/python2.4/hmac.* ${libdir}/python2.4/httplib.* ${libdir}/python2.4/mimetypes.* ${libdir}/python2.4/nntplib.* ${libdir}/python2.4/poplib.* ${libdir}/python2.4/smtplib.* ${libdir}/python2.4/telnetlib.* ${libdir}/python2.4/urllib.* ${libdir}/python2.4/urllib2.* ${libdir}/python2.4/urlparse.* " | ||
132 | |||
133 | DESCRIPTION_python-pprint="Python Pretty-Print Support" | ||
134 | PR_python-pprint="ml0" | ||
135 | RDEPENDS_python-pprint="python-core" | ||
136 | FILES_python-pprint="${libdir}/python2.4/pprint.* " | ||
137 | |||
138 | DESCRIPTION_python-netserver="Python Internet Protocol Servers" | ||
139 | PR_python-netserver="ml0" | ||
140 | RDEPENDS_python-netserver="python-core python-netclient" | ||
141 | FILES_python-netserver="${libdir}/python2.4/cgi.* ${libdir}/python2.4/BaseHTTPServer.* ${libdir}/python2.4/SimpleHTTPServer.* ${libdir}/python2.4/SocketServer.* " | ||
142 | |||
143 | DESCRIPTION_python-curses="Python Curses Support" | ||
144 | PR_python-curses="ml0" | ||
145 | RDEPENDS_python-curses="python-core libncurses5" | ||
146 | FILES_python-curses="${libdir}/python2.4/curses ${libdir}/python2.4/lib-dynload/_curses.so ${libdir}/python2.4/lib-dynload/_curses_panel.so " | ||
147 | |||
148 | DESCRIPTION_python-syslog="Python's syslog Interface" | ||
149 | PR_python-syslog="ml0" | ||
150 | RDEPENDS_python-syslog="python-core" | ||
151 | FILES_python-syslog="${libdir}/python2.4/lib-dynload/syslog.so " | ||
152 | |||
153 | DESCRIPTION_python-html="Python HTML Processing" | ||
154 | PR_python-html="ml0" | ||
155 | RDEPENDS_python-html="python-core" | ||
156 | FILES_python-html="${libdir}/python2.4/formatter.* ${libdir}/python2.4/htmlentitydefs.* ${libdir}/python2.4/htmllib.* ${libdir}/python2.4/markupbase.* ${libdir}/python2.4/sgmllib.* " | ||
157 | |||
158 | DESCRIPTION_python-readline="Python Readline Support" | ||
159 | PR_python-readline="ml0" | ||
160 | RDEPENDS_python-readline="python-core libreadline4" | ||
161 | FILES_python-readline="${libdir}/python2.4/lib-dynload/readline.so ${libdir}/python2.4/rlcompleter.* " | ||
162 | |||
163 | DESCRIPTION_python-pydoc="Python Interactive Help Support" | ||
164 | PR_python-pydoc="ml0" | ||
165 | RDEPENDS_python-pydoc="python-core python-lang python-stringold python-re" | ||
166 | FILES_python-pydoc="/usr/bin/pydoc /usr/lib/python2.4/pydoc.* " | ||
167 | |||
168 | DESCRIPTION_python-logging="Python Logging Support" | ||
169 | PR_python-logging="ml0" | ||
170 | RDEPENDS_python-logging="python-core" | ||
171 | FILES_python-logging="${libdir}/python2.4/logging " | ||
172 | |||
173 | DESCRIPTION_python-mailbox="Python Mailbox Format Support" | ||
174 | PR_python-mailbox="ml0" | ||
175 | RDEPENDS_python-mailbox="python-core python-mime" | ||
176 | FILES_python-mailbox="${libdir}/python2.4/mailbox.* " | ||
177 | |||
178 | DESCRIPTION_python-xml="Python basic XML support." | ||
179 | PR_python-xml="ml0" | ||
180 | RDEPENDS_python-xml="python-core python-re" | ||
181 | FILES_python-xml="${libdir}/python2.4/lib-dynload/pyexpat.so ${libdir}/python2.4/xml ${libdir}/python2.4/xmllib.* " | ||
182 | |||
183 | DESCRIPTION_python-mime="Python MIME Handling APIs" | ||
184 | PR_python-mime="ml0" | ||
185 | RDEPENDS_python-mime="python-core python-io" | ||
186 | FILES_python-mime="${libdir}/python2.4/mimetools.* ${libdir}/python2.4/quopri.* ${libdir}/python2.4/rfc822.* " | ||
187 | |||
188 | DESCRIPTION_python-tests="Python Tests" | ||
189 | PR_python-tests="ml0" | ||
190 | RDEPENDS_python-tests="python-core" | ||
191 | FILES_python-tests="${libdir}/python2.4/test " | ||
192 | |||
193 | DESCRIPTION_python-unittest="Python Unit Testing Framework" | ||
194 | PR_python-unittest="ml0" | ||
195 | RDEPENDS_python-unittest="python-core python-stringold python-lang" | ||
196 | FILES_python-unittest="${libdir}/python2.4/unittest.* " | ||
197 | |||
198 | DESCRIPTION_python-stringold="Python Deprecated String APIs" | ||
199 | PR_python-stringold="ml0" | ||
200 | RDEPENDS_python-stringold="python-core python-re" | ||
201 | FILES_python-stringold="${libdir}/python2.4/lib-dynload/strop.so ${libdir}/python2.4/string.* " | ||
202 | |||
203 | DESCRIPTION_python-lib-old-and-deprecated="Python Deprecated Libraries" | ||
204 | PR_python-lib-old-and-deprecated="ml0" | ||
205 | RDEPENDS_python-lib-old-and-deprecated="python-core" | ||
206 | FILES_python-lib-old-and-deprecated="${libdir}/python2.4/lib-old " | ||
207 | |||
208 | DESCRIPTION_python-compile="Python Bytecode Compilation Support" | ||
209 | PR_python-compile="ml0" | ||
210 | RDEPENDS_python-compile="python-core" | ||
211 | FILES_python-compile="${libdir}/python2.4/py_compile.* ${libdir}/python2.4/compileall.* " | ||
212 | |||
213 | DESCRIPTION_python-shell="Python Shell-Like Functionality" | ||
214 | PR_python-shell="ml0" | ||
215 | RDEPENDS_python-shell="python-core python-re" | ||
216 | FILES_python-shell="${libdir}/python2.4/commands.* ${libdir}/python2.4/dircache.* ${libdir}/python2.4/fnmatch.* ${libdir}/python2.4/glob.* ${libdir}/python2.4/popen2.* ${libdir}/python2.4/shutil.* " | ||
217 | |||
218 | DESCRIPTION_python-bsddb="Python Berkeley Database Bindings" | ||
219 | PR_python-bsddb="ml0" | ||
220 | RDEPENDS_python-bsddb="python-core" | ||
221 | FILES_python-bsddb="${libdir}/python2.4/bsddb " | ||
222 | |||
223 | DESCRIPTION_python-mmap="Python Memory-Mapped-File Support" | ||
224 | PR_python-mmap="ml0" | ||
225 | RDEPENDS_python-mmap="python-core python-io" | ||
226 | FILES_python-mmap="${libdir}/python2.4/lib-dynload/mmap.so " | ||
227 | |||
228 | DESCRIPTION_python-zlib="Python zlib Support." | ||
229 | PR_python-zlib="ml0" | ||
230 | RDEPENDS_python-zlib="python-core libz1" | ||
231 | FILES_python-zlib="${libdir}/python2.4/lib-dynload/zlib.so " | ||
232 | |||
233 | DESCRIPTION_python-db="Python File-Based Database Support" | ||
234 | PR_python-db="ml0" | ||
235 | RDEPENDS_python-db="python-core" | ||
236 | FILES_python-db="${libdir}/python2.4/anydbm.* ${libdir}/python2.4/dumbdbm.* ${libdir}/python2.4/whichdb.* " | ||
237 | |||
238 | DESCRIPTION_python-crypt="Python Basic Cryptographic and Hashing Support" | ||
239 | PR_python-crypt="ml0" | ||
240 | RDEPENDS_python-crypt="python-core" | ||
241 | FILES_python-crypt="${libdir}/python2.4/lib-dynload/crypt.so ${libdir}/python2.4/lib-dynload/md5.so ${libdir}/python2.4/lib-dynload/rotor.so ${libdir}/python2.4/lib-dynload/sha.so " | ||
242 | |||
243 | DESCRIPTION_python-idle="Python Integrated Development Environment" | ||
244 | PR_python-idle="ml0" | ||
245 | RDEPENDS_python-idle="python-core python-tkinter" | ||
246 | FILES_python-idle="/usr/bin/idle /usr/lib/python2.4/idlelib " | ||
247 | |||
248 | DESCRIPTION_python-lang="Python Low-Level Language Support" | ||
249 | PR_python-lang="ml0" | ||
250 | RDEPENDS_python-lang="python-core" | ||
251 | FILES_python-lang="${libdir}/python2.4/lib-dynload/array.so ${libdir}/python2.4/lib-dynload/parser.so ${libdir}/python2.4/lib-dynload/operator.so ${libdir}/python2.4/lib-dynload/_weakref.so ${libdir}/python2.4/lib-dynload/itertools.so ${libdir}/python2.4/lib-dynload/collections.so ${libdir}/python2.4/atexit.* ${libdir}/python2.4/code.* ${libdir}/python2.4/codeop.* ${libdir}/python2.4/dis.* ${libdir}/python2.4/inspect.* ${libdir}/python2.4/keyword.* ${libdir}/python2.4/opcode.* ${libdir}/python2.4/repr.* ${libdir}/python2.4/token.* ${libdir}/python2.4/tokenize.* ${libdir}/python2.4/traceback.* ${libdir}/python2.4/linecache.* ${libdir}/python2.4/weakref.* " | ||
252 | |||
253 | DESCRIPTION_python-audio="Python Audio Handling" | ||
254 | PR_python-audio="ml0" | ||
255 | RDEPENDS_python-audio="python-core" | ||
256 | FILES_python-audio="${libdir}/python2.4/wave.* ${libdir}/python2.4/chunk.* ${libdir}/python2.4/lib-dynload/ossaudiodev.so ${libdir}/python2.4/lib-dynload/audioop.so " | ||
257 | |||
258 | |||
259 | |||