summaryrefslogtreecommitdiff
path: root/contrib/python
AgeCommit message (Collapse)AuthorFiles
2010-04-26python: fix SSL for 2.6Jesse Gilles1
* Add SSL module to build -- fixes "import ssl"
2009-10-06python: Fixed -dbg QA error (config/.debug in python-distutils).Stanislav Brabec1
* For more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-October/013964.html
2009-08-31python: fix -netserver and -devel packaging, convert 2.6.1 to inc_prKoen Kooi1
2009-08-12python: merge some improvements done in various oe.dev-boycott branches back ↵Michael 'Mickey' Lauer1
into oe.dev
2009-08-12python: add missing dependenciesThomas Zimmermann1
* Added mimetools.py and rfc822.py to python-netclient * Added python-json package * Let python-email depend on python-netclient, because email/utils.py depends on base64.py NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
2008-12-14python 2.6.1: catch up with packaging changes in 2.6.Michael 'Mickey' Lauer1
Python now starts and correctly imports the site file; More tests necessary before we make this the default version.
2008-12-13python 2.6.1: ship generic module in python-core, get rid of individual ↵Michael 'Mickey' Lauer1
subpackage revision
2008-12-09python-traits: new recipe; explicitly typed attributes for PythonAndrew Straw1
Signed-off-by: Andrew Straw <strawman@astraw.com>
2008-12-05generate-manifest-2.5.py: generate python-modules packageMarcin Juszkiewicz1
'python-modules' depends on all Python modules to make installation of whole Python easier
2008-11-02python 2.5.2: python-profile depends on python-textutils. closes Openmoko ↵Michael 'Mickey' Lauer1
bug #2106
2008-11-02python 2.5.2 add cProfile and low level module companion to python-profileMichael 'Mickey' Lauer1
2008-10-19python 2.5.2: add some patches from pymaemo, remove old-and-deprecated packageMichael 'Mickey' Lauer1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2008-10-11python : Add python-pkgutil package.Philip Balister1
2008-10-11python 2.5 add python-bz2 and python-elementtree (from hrw), add symbol.py ↵Michael Lauer1
to python-lang
2008-09-03python 2.5.2 ship shlex in python-shellMichael Lauer1
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer1
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer1
2008-07-21generate-manifest-2.5.py restore alphabetical order and update versionMichael Lauer1
2008-07-21generate-manifest-2.5.py: add python-doctestJohn Lee1
2008-07-21generate-manifest-2.5.py: add python-difflibJohn Lee1
2008-07-21generate-manifest-2.5.py: pdb requires pprintJohn Lee1
2008-07-21generate-manifest-2.5.py: not in sync with manifest.incJohn Lee1
* python-compression with tarfile is not in generate-manifest
2008-04-10python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵Michael Lauer1
thinking?)
2008-03-21python 2.5 improve pysqlite2|3 packaging. Patch based on work by Aloisios ↵Michael Lauer1
Almeida.
2008-03-06python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵Michael Lauer1
for spotting)
2008-01-22python 2.5.1 ship sitecustomize.py that enables some convenient features whenMichael Lauer1
working with the interactive interpreter: attribute completion and persistent command history
2008-01-13python 2.5.1 remove bogus RPROVIDE for python-curses, RRECOMMEND python-readlineMichael Lauer1
2007-12-07python2.5: fix RDEPENDS for python-codecs and python-netclientJeremy Laine1
* add python-lang to python-codecs RDEPENDS * add python-crypt to python-netclient RDEPENDS * bump PR to ml5 (catch up with python-core)
2007-12-05python 2.5.1 enable and package ctypes module/package. closes #3368 -- ↵Michael Lauer1
thanks emdete!
2007-11-17Fix python 2.5 manifest:Jeremy Laine1
* fix/simplify generate-manifest-2.5.py * add missing dependencies for python-logging (Closes: #3272) * add struct.py to python-core (Closes: #3296) * add missing files to python-crypt (Closes: #3303)
2007-08-23python 2.5.1: catch up with some build system changes from 2.4 - 2.5 causing ↵Michael Lauer1
only half of the packages being installed into the prop places
2007-08-15generate-manifest-2.5.py: add sqlite3 package that's now in the python ↵Michael Lauer1
mainstram distribution
2007-08-15contrib/python: add generate-manifest script for Python 2.5, rename the one ↵Michael Lauer2
for 2.4
2007-07-21python: add subpackage python-debugger including pdb.py* and bdb.py*Michael Lauer1
2007-06-21python 2.4.4 fix debug package name to python-core-dbgMichael Lauer1
2007-06-21python 2.4.4 properly ship debug information in appropriate packagesMichael Lauer1
2007-06-21python-2.4.4: update manifest, update manifest generator, close #2487Michael Lauer1
2006-12-25python: update to 2.4.4Michael Lauer1
2006-11-05contrib/python/generate-manifest.py: python-pickle depends on python-ioMichael Lauer1
2006-10-14python: add heapq and bisect support to python-lang, remove bisect from ↵Michael Lauer1
python-threading
2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵Marcin Juszkiewicz1
in correct way
2006-08-25contrib/python/generate-manifest.py: update to latest versionMichael Lauer1
2006-08-25contrib/python: add the script that I use to generate the python manifest fileMichael Lauer2