From 63a46ebd4748ea1b0c925427a3d08ce7a6d82679 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 21 Jun 2007 04:11:10 +0000 Subject: python-2.4.4: update manifest, update manifest generator, close #2487 --- contrib/python/generate-manifest.py | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/generate-manifest.py b/contrib/python/generate-manifest.py index ec65d221c3..1c0a024db7 100755 --- a/contrib/python/generate-manifest.py +++ b/contrib/python/generate-manifest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # generate Python Manifest for the OpenEmbedded build system -# (C) 2002-2006 Michael Lauer +# (C) 2002-2007 Michael 'Mickey' Lauer # MIT license import os @@ -158,8 +158,8 @@ if __name__ == "__main__": m.setPrefix( "/", "/usr/" ) - m.addPackage( 0, "python-core", "Python Interpreter and core modules (needed!)", "", - "lib/python2.4/__future__.* lib/python2.4/copy.* lib/python2.4/copy_reg.* lib/python2.4/ConfigParser.py " + + m.addPackage( 2, "python-core", "Python Interpreter and core modules (needed!)", "", + "lib/python2.4/__future__.* lib/python2.4/copy.* lib/python2.4/copy_reg.* lib/python2.4/ConfigParser.* " + "lib/python2.4/getopt.* lib/python2.4/linecache.* lib/python2.4/new.* " + "lib/python2.4/os.* lib/python2.4/posixpath.* " + "lib/python2.4/warnings.* lib/python2.4/site.* lib/python2.4/stat.* " + @@ -167,6 +167,9 @@ if __name__ == "__main__": "lib/python2.4/lib-dynload/binascii.so lib/python2.4/lib-dynload/struct.so lib/python2.4/lib-dynload/time.so " + "lib/python2.4/lib-dynload/xreadlines.so lib/python2.4/types.* bin/python" ) + m.addPackage( 0, "python-core-debug", "Python core module debug information", "python-core", + "lib/python2.4/lib-dynload/.debug" ) # package + m.addPackage( 0, "python-devel", "Python Development Package", "python-core", "include lib/python2.4/config" ) # package @@ -179,7 +182,7 @@ if __name__ == "__main__": m.setPrefix( "/lib/python2.4/", "${libdir}/python2.4/" ) m.addPackage( 0, "python-audio", "Python Audio Handling", "python-core", - "wave.* chunk.* lib-dynload/ossaudiodev.so lib-dynload/audioop.so" ) + "wave.* chunk.* sndhdr.* lib-dynload/ossaudiodev.so lib-dynload/audioop.so" ) m.addPackage( 0, "python-bsddb", "Python Berkeley Database Bindings", "python-core", "bsddb" ) # package @@ -214,7 +217,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-distutils", "Python Distribution Utilities", "python-core", "config distutils" ) # package - m.addPackage( 0, "python-email", "Python Email Support", "python-core, python-io, python-re", + m.addPackage( 0, "python-email", "Python Email Support", "python-core, python-io, python-re, python-mime, python-audio python-image", "email" ) # package m.addPackage( 0, "python-fcntl", "Python's fcntl Interface", "python-core", @@ -255,7 +258,7 @@ if __name__ == "__main__": "lib-dynload/cmath.so lib-dynload/math.so lib-dynload/_random.so random.* sets.*" ) m.addPackage( 0, "python-mime", "Python MIME Handling APIs", "python-core, python-io", - "mimetools.* quopri.* rfc822.*" ) + "mimetools.* uu.* quopri.* rfc822.*" ) m.addPackage( 0, "python-mmap", "Python Memory-Mapped-File Support", "python-core, python-io", "lib-dynload/mmap.so " ) @@ -291,7 +294,10 @@ if __name__ == "__main__": m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core, python-re", "commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" ) - m.addPackage( 0, "python-subprocess", "Python Subprocess Support", "python-core, python-io, python-re", + m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core, python-netclient", + "robotparser.*") + + m.addPackage( 0, "python-subprocess", "Python Subprocess Support", "python-core, python-io, python-re, python-fcntl, python-pickle", "subprocess.*" ) m.addPackage( 0, "python-stringold", "Python String APIs [deprecated]", "python-core, python-re", -- cgit 1.2.3-korg