summaryrefslogtreecommitdiff
path: root/packages/python
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther97
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-17python-django: drop version 0.96.1Jeremy Lainé1
2008-10-17python-django: update to django 1.0Jeremy Lainé1
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther97
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15[python] Add pyxdg to use fdo specs from pythonHolger Hans Peter Freyther1
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe41
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 Lauer2
to python-lang
2008-10-08python-native: attempt to fix python-native build (it's more of a ↵Koen Kooi1
python-cross builds now)
2008-10-04bump some python packages as per distutils-base class changeMichael Lauer5
2008-10-03python-{cython|pyrex}-native 0.9.8 bump to fix people's buildsMichael Lauer2
2008-10-03python-{cython|pyrex}-native 0.9.8 fix breakage introduced with poky syncMichael Lauer4
2008-10-03add svn version of python-pyyaml and build the libyaml C extension to speed ↵Michael Lauer4
up parsing
2008-10-02python-native: sync with pokyKoen Kooi2
2008-09-23python-pycairo: generate pycairo.pc ourselves (fixes QA issue)Jeremy Laine3
2008-09-19python-pygobject 2.14.2 increase PE to fix feeds, 2.15.x was prematureMichael Lauer1
2008-09-17add python-pygobject 2.15.4 and prefer itMichael Lauer1
2008-09-14python-efl: bump version number, move python-etk to svn buildMichael Lauer7
2008-09-03python 2.5.2 ship shlex in python-shellMichael Lauer2
2008-09-01python-xappy: add 0.5Koen Kooi1
2008-09-01python-numpy: add gross hack to make it buildKoen Kooi5
2008-08-31python-numpy: fix wrong include paths, but it still tries to run generated ↵Koen Kooi3
code during configure * it wraps scons with distutils. crazy python dudes
2008-08-27python-pygame 1.8.1 fix bug ending up missing shared objectsMichael Lauer1
2008-08-27python-connexion svn RDEPENDS+=python-ctypesMichael Lauer1
2008-08-26add python-connexion, a versatile (network) connectivity libraryMichael Lauer1
2008-08-24Enlightenment update: commit missing files (thanks Koen)Michael Lauer6
2008-08-24Enlightenment Foundation Libraries MONSTER update courtesy RastermanMichael Lauer7
(mostly motivated by E switching their SCM)
2008-08-20python-numpy: add (currently non-building) new style python-numeric modules, ↵Koen Kooi1
needed for sugar * it uses some python magic to add -L/usr/lib, which breaks the build
2008-08-20python-pygame: Really fix the SRC_URI this time - missing pub pathRod Whitby1
2008-08-20python-pygame: Fix typo in SRC_URIRod Whitby1
2008-08-19python-pygame 1.7.1 update to 1.8.1 and stage headersMichael Lauer4
2008-08-16python-pycap: relax DEPENDS to not require particular versionsRolf Leggewie1
2008-08-13add python-ptrace, a debugger written in python. closes #4496Michael Lauer1
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer2
2008-08-09python-edje cvs add debian patch fixing unicode conversionMichael Lauer3
2008-08-09python-pycurl 7.16.4 update to 7.18.2; use dynamic linkingMichael Lauer3
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer2
2008-08-01python-evas cvs patch has been accepted upstreamMichael Lauer2
2008-08-01python-dbus 0.82.4 update to 0.83.0Michael Lauer1
2008-07-30add python-mako, a super-fast templating language that borrows the best ↵Michael Lauer1
ideas from the existing templating languages
2008-07-30add python-sphinxsearch, a module for querying the sphinx search daemonMichael Lauer1
2008-07-24python-setuptools[-native] 0.6c8 fix log usage bugMichael Lauer4
2008-07-21python-2.5-manifest.inc: update by generate-manifest-2.5.pyJohn Lee2
* bump python_2.5.2.bb PR
2008-07-16python 2.5.2 add parameter to run python in unoptimized bytecode modeMichael Lauer2
Thanks to the default-is-optimized patch, this python was running in optimized mode all the time, there was no way to run it unoptimized. However this is necessary at times (e.g. if you want to run code that contains 'assert' statements, since optimized bytecode strips these out), so I added a new command line parameter 'N' to python that allows you to run it unoptimized.
2008-07-16python-evas cvs quickhack to make it work with newer pyrexMichael Lauer1
2008-07-12python-setuptools[-native] 0.6c6 update to 0.6c8Michael Lauer2
2008-07-12python-native 2.5.1 add distutils patch to catch up with newer SWIG versionsMichael Lauer2
This fixes the infamous: TypeError: swig_sources() takes exactly 2 arguments (3 given)
2008-07-09python-cython[-native]: downgrade to 0.9.6.14 for the time being, 0.9.8 does ↵Michael Lauer3
not compile python-e*
2008-07-08python-{pyrex|cython}[-native] 0.9.x update to 0.9.8Michael Lauer4
2008-07-08add python-opendir, an extension module using POSIX opendir semanticsMichael Lauer4