aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
AgeCommit message (Collapse)Author
2009-10-06python: Fixed -dbg QA error (config/.debug in python-distutils).Stanislav Brabec
* 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 Kooi
2009-08-12python: merge some improvements done in various oe.dev-boycott branches back ↵Michael 'Mickey' Lauer
into oe.dev
2009-08-12python: add missing dependenciesThomas Zimmermann
* 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' Lauer
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' Lauer
subpackage revision
2008-12-09python-traits: new recipe; explicitly typed attributes for PythonAndrew Straw
Signed-off-by: Andrew Straw <strawman@astraw.com>
2008-12-05generate-manifest-2.5.py: generate python-modules packageMarcin Juszkiewicz
'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' Lauer
bug #2106
2008-11-02python 2.5.2 add cProfile and low level module companion to python-profileMichael 'Mickey' Lauer
2008-10-19python 2.5.2: add some patches from pymaemo, remove old-and-deprecated packageMichael 'Mickey' Lauer
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-11python : Add python-pkgutil package.Philip Balister
2008-10-11python 2.5 add python-bz2 and python-elementtree (from hrw), add symbol.py ↵Michael Lauer
to python-lang
2008-09-03python 2.5.2 ship shlex in python-shellMichael Lauer
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer
2008-07-21generate-manifest-2.5.py restore alphabetical order and update versionMichael Lauer
2008-07-21generate-manifest-2.5.py: add python-doctestJohn Lee
2008-07-21generate-manifest-2.5.py: add python-difflibJohn Lee
2008-07-21generate-manifest-2.5.py: pdb requires pprintJohn Lee
2008-07-21generate-manifest-2.5.py: not in sync with manifest.incJohn Lee
* 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 Lauer
thinking?)
2008-03-21python 2.5 improve pysqlite2|3 packaging. Patch based on work by Aloisios ↵Michael Lauer
Almeida.
2008-03-06python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵Michael Lauer
for spotting)
2008-01-22python 2.5.1 ship sitecustomize.py that enables some convenient features whenMichael Lauer
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 Lauer
2007-12-07python2.5: fix RDEPENDS for python-codecs and python-netclientJeremy Laine
* 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 Lauer
thanks emdete!
2007-11-17Fix python 2.5 manifest:Jeremy Laine
* 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 Lauer
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 Lauer
mainstram distribution
2007-08-15contrib/python: add generate-manifest script for Python 2.5, rename the one ↵Michael Lauer
for 2.4
2007-07-21python: add subpackage python-debugger including pdb.py* and bdb.py*Michael Lauer
2007-06-21python 2.4.4 fix debug package name to python-core-dbgMichael Lauer
2007-06-21python 2.4.4 properly ship debug information in appropriate packagesMichael Lauer
2007-06-21python-2.4.4: update manifest, update manifest generator, close #2487Michael Lauer
2006-12-25python: update to 2.4.4Michael Lauer
2006-11-05contrib/python/generate-manifest.py: python-pickle depends on python-ioMichael Lauer
2006-10-14python: add heapq and bisect support to python-lang, remove bisect from ↵Michael Lauer
python-threading
2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵Marcin Juszkiewicz
in correct way
2006-08-25contrib/python/generate-manifest.py: update to latest versionMichael Lauer
2006-08-25contrib/python: add the script that I use to generate the python manifest fileMichael Lauer