[oe-commits] org.oe.dev python 2.5.2 ship shlex in python-shell

mickeyl commit oe at amethyst.openembedded.net
Wed Sep 3 19:14:43 UTC 2008


python 2.5.2 ship shlex in python-shell

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a7504315b5c16b67be053b02c29a05120b61b94e
ViewMTN: http://monotone.openembedded.org/revision/info/a7504315b5c16b67be053b02c29a05120b61b94e
Files:
1
contrib/python/generate-manifest-2.5.py
packages/python/python-2.5-manifest.inc
packages/python/python_2.5.2.bb
Diffs:

#
# mt diff -r598d5025ea4162573353b5ee4d15c3e12107d171 -ra7504315b5c16b67be053b02c29a05120b61b94e
#
#
#
# patch "contrib/python/generate-manifest-2.5.py"
#  from [a971b5ac6ae0a98cd7a45562b0dfd4991014637f]
#    to [a4fed01002a31d26fb074c4cc8d3c9aa9781badc]
# 
# patch "packages/python/python-2.5-manifest.inc"
#  from [13b67caca5703e8fb96a7cf8044439b362803e36]
#    to [ad0640bf271aee3f9908624e53aac886402d641e]
# 
# patch "packages/python/python_2.5.2.bb"
#  from [437e0240108d8f5b46ff45d7960aa2572d4526a2]
#    to [099c7ab1919b1355631502567db282c216a573d3]
#
============================================================
--- contrib/python/generate-manifest-2.5.py	a971b5ac6ae0a98cd7a45562b0dfd4991014637f
+++ contrib/python/generate-manifest-2.5.py	a4fed01002a31d26fb074c4cc8d3c9aa9781badc
@@ -289,8 +289,8 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-resource", "Python Resource Control Interface", "python-core",
     "lib-dynload/resource.so" )
 
-    m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core python-re",
-    "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" )
+    m.addPackage( 1, "python-shell", "Python Shell-Like Functionality", "python-core python-re",
+    "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" )
 
     m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core python-netclient",
     "robotparser.*")
============================================================
--- packages/python/python-2.5-manifest.inc	13b67caca5703e8fb96a7cf8044439b362803e36
+++ packages/python/python-2.5-manifest.inc	ad0640bf271aee3f9908624e53aac886402d641e
@@ -264,9 +264,9 @@ DESCRIPTION_python-shell="Python Shell-L
 FILES_python-debugger="${libdir}/python2.5/bdb.* ${libdir}/python2.5/pdb.* "
 
 DESCRIPTION_python-shell="Python Shell-Like Functionality"
-PR_python-shell="ml0"
+PR_python-shell="ml1"
 RDEPENDS_python-shell="python-core python-re"
-FILES_python-shell="${libdir}/python2.5/cmd.* ${libdir}/python2.5/commands.* ${libdir}/python2.5/dircache.* ${libdir}/python2.5/fnmatch.* ${libdir}/python2.5/glob.* ${libdir}/python2.5/popen2.* ${libdir}/python2.5/shutil.* "
+FILES_python-shell="${libdir}/python2.5/cmd.* ${libdir}/python2.5/commands.* ${libdir}/python2.5/dircache.* ${libdir}/python2.5/fnmatch.* ${libdir}/python2.5/glob.* ${libdir}/python2.5/popen2.* ${libdir}/python2.5/shlex.* ${libdir}/python2.5/shutil.* "
 
 DESCRIPTION_python-bsddb="Python Berkeley Database Bindings"
 PR_python-bsddb="ml1"
============================================================
--- packages/python/python_2.5.2.bb	437e0240108d8f5b46ff45d7960aa2572d4526a2
+++ packages/python/python_2.5.2.bb	099c7ab1919b1355631502567db282c216a573d3
@@ -6,7 +6,7 @@ DEPENDS_sharprom = "python-native db rea
 DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
 # bump this on every change in contrib/python/generate-manifest-2.5.py
-PR = "ml9"
+PR = "ml10"
 
 PYTHON_MAJMIN = "2.5"
 






More information about the Openembedded-commits mailing list