[oe-commits] org.oe.dev python: add subpackage python-debugger including pdb.py* and bdb.py*

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Jul 21 14:45:12 UTC 2007


python: add subpackage python-debugger including pdb.py* and bdb.py*

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 486c22df4951b58659c2d2f960d561f44ede72e7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=486c22df4951b58659c2d2f960d561f44ede72e7
Files:
1
contrib/python/generate-manifest.py
packages/python/python-2.4.4-manifest.inc
Diffs:

#
# mt diff -r15a71bc10dfda511628c2bd03cad08430b3f8cb0 -r486c22df4951b58659c2d2f960d561f44ede72e7
#
# 
# 
# patch "contrib/python/generate-manifest.py"
#  from [fc5557c7229ed48a1697f1c02eaa427e772c5096]
#    to [b1824618e47ebdec281e0b893c8ccd17703add98]
# 
# patch "packages/python/python-2.4.4-manifest.inc"
#  from [b0214b4ddca7cee82b002cc188103d4585f961de]
#    to [11915e907ed775ce0c93a724902fc824ea0a9891]
# 
============================================================
--- contrib/python/generate-manifest.py	fc5557c7229ed48a1697f1c02eaa427e772c5096
+++ contrib/python/generate-manifest.py	b1824618e47ebdec281e0b893c8ccd17703add98
@@ -208,6 +208,9 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-db", "Python File-Based Database Support", "python-core",
     "anydbm.* dumbdbm.* whichdb.* " )
 
+    m.addPackage( 0, "python-debugger", "Python Debugger", "python-core, python-io, python-lang, python-re, python-stringold, python-shell",
+    "bdb.* pdb.*" )
+
     m.addPackage( 0, "python-distutils", "Python Distribution Utilities", "python-core",
     "config distutils" ) # package
 
@@ -286,7 +289,7 @@ if __name__ == "__main__":
     "lib-dynload/resource.so" )
 
     m.addPackage( 0, "python-shell", "Python Shell-Like Functionality", "python-core, python-re",
-    "commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" )
+    "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shutil.*" )
 
     m.addPackage( 0, "python-robotparser", "Python robots.txt parser", "python-core, python-netclient",
     "robotparser.*")
============================================================
--- packages/python/python-2.4.4-manifest.inc	b0214b4ddca7cee82b002cc188103d4585f961de
+++ packages/python/python-2.4.4-manifest.inc	11915e907ed775ce0c93a724902fc824ea0a9891
@@ -1,5 +1,5 @@
 ########################################################################################################################
-### AUTO-GENERATED by './generate-manifest.py' [(C) 2002-2007 Michael 'Mickey' Lauer <mickey at Vanille.de>] on Thu Jun 21 09:51:32 2007
+### AUTO-GENERATED by './generate-manifest.py' [(C) 2002-2007 Michael 'Mickey' Lauer <mickey at Vanille.de>] on Sat Jul 21 14:25:07 2007
 ###
 ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
 ###
@@ -8,9 +8,9 @@
 ########################################################################################################################
  
 
-PROVIDES+="python-profile 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-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-robotparser 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 "
+PROVIDES+="python-profile 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-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
 
-PACKAGES="python-profile 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-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-robotparser 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 "
+PACKAGES="python-profile 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-core-dbg python-resource python-devel python-math python-hotshot python-unixadmin python-syslog python-tkinter python-gdbm python-fcntl python-netclient python-pprint python-netserver python-curses python-smtpd python-html python-readline python-subprocess python-pydoc python-logging python-mailbox python-xml python-mime python-tests python-unittest python-stringold python-robotparser python-lib-old-and-deprecated python-compile python-debugger python-shell python-bsddb python-mmap python-zlib python-db python-crypt python-idle python-lang python-audio "
 
 DESCRIPTION_python-profile="Python Basic Profiling Support"
 PR_python-profile="ml2"
@@ -237,10 +237,15 @@ FILES_python-compile="${libdir}/python2.
 RDEPENDS_python-compile="python-core"
 FILES_python-compile="${libdir}/python2.4/py_compile.* ${libdir}/python2.4/compileall.* "
 
+DESCRIPTION_python-debugger="Python Debugger"
+PR_python-debugger="ml2"
+RDEPENDS_python-debugger="python-core python-io python-lang python-re python-stringold python-shell"
+FILES_python-debugger="${libdir}/python2.4/bdb.* ${libdir}/python2.4/pdb.* "
+
 DESCRIPTION_python-shell="Python Shell-Like Functionality"
 PR_python-shell="ml2"
 RDEPENDS_python-shell="python-core python-re"
-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.* "
+FILES_python-shell="${libdir}/python2.4/cmd.* ${libdir}/python2.4/commands.* ${libdir}/python2.4/dircache.* ${libdir}/python2.4/fnmatch.* ${libdir}/python2.4/glob.* ${libdir}/python2.4/popen2.* ${libdir}/python2.4/shutil.* "
 
 DESCRIPTION_python-bsddb="Python Berkeley Database Bindings"
 PR_python-bsddb="ml2"






More information about the Openembedded-commits mailing list