aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
AgeCommit message (Collapse)Author
2010-10-01python-setuptools: Rework DEPENDS updatesTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01python-pyrex: Rework DEPENDS updatesTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01python-epydoc: Rework DEPENDS updatesTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30python-setuptools: mergerd native and targetFahad Usman
* merged native and target recipes and converted to new style staging * bumped PR * added BBCLASSEXTEND = "native" and NATIVE_INSTALL_WORKS = "1" Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27python-epydoc_3.0.1.bb: merged native and non-native recipesFahad Usman
* removed the python-epydoc-native_3.0.1.bb file * added DEPENDS_pn-python-epydoc-native = "python-native" and added DEPENDS_pn-python-epydoc = "python" * added BBCLASSEXTEND = "native" * added NATIVE_INSTALL_WORKS = "1" * bunped PR Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27python-pyrex_0.9.8.5.bb: merged native and non-native recipesFahad Usman
* removed the python-pyrex-native_0.9.8.5.bb file * added DEPENDS_pn-python-pyrex-native = "python-native" * added BBCLASSEXTEND = "native" * added NATIVE_INSTALL_WORKS = "1" * bunped PR Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-09-27python: moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-24EFL: bump SRCREVMartin Jansa
* python-efl: python EFL bindings are now using autotools instead of setuptools started with r52282 * python-efl: prefix includedir value returned from pkg-config --variable=includedir with STAGING_DIR_HOST * python-efl: don't install .svn files with examples * python-edje: update patch for unicode conversion * elmdentica: jump back to EFL_SRCREV * ecore: rebased patch, see http://patchwork.openembedded.org/patch/2626/ for discussion if it's still really needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-24python-numpy: add mipsel config.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-09-23python-cython: upgrade to 0.13, drop legacy staging, use BBCLASSEXTEND for ↵Martin Jansa
native Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-09-22python-pybluez: update to version 0.18Thomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-09-20python: increase PREric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-09-20python_2.6.5: tune python-distutilsEric Bénard
removing config/libpython2.6.a and distutils/command/win* as suggested by cdricjulien. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-20python-2.6-manifest.inc: regenerate the fileEric Bénard
the patch is quite large because packages seems to have been reordered in the generator but excepting python-dev everything is still present. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-19python-tlslite_0.3.8.bb: bump PRFrans Meulenbroeks
didn't bump PR yesterday when fixing SRC_URI but on hindsight it can be convenient in some cases (especially if you have a failed build around) so here's the bump. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-18python-tlslite_0.3.8.bb: replaced SRC_URI with gentoo oneFrans Meulenbroeks
original src dir does not exist any more, changed recipe to fetch from gentoo. as there is no functional change no PR bump Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-16python-docutils : Add DEPENDS on python.Philip Balister
2010-09-16python-cheetah : Add DEPENDS on python.Philip Balister
2010-09-14python-native: configure unicode to ucs4Eric BENARD
* while trying to run gdb from an SDK created by OE, I got the following errors: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb: undefined symbol: PyUnicodeUCS2_FromEncodedObject * the reason is that the workstation (ubuntu 10.04 or 9.01)'s Python is compiled using ucs4 and the python-native used to create arm-angstrom-linux-gnueabi-gdb is using ucs2, the problem is detailed here : http://docs.python.org/faq/extending#when-importing-module-x-why-do-i-get-undefined-symbol-pyunicodeucs2 * configuring python-native with ucs=4 solves this problem. Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-11python-m2crypto: Fix for openssl-1.0.0: Update to 0.20.2, apply ↵Stanislav Brabec
compatibility patch (gentoo#310461).
2010-08-28python-cheetah: Add native support.Philip Balister
2010-08-25python-numpy_1.4.1.bb: Add recipe checksums.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-23python-numpy_1.4.1.bb : Add version that builds with gcc-4.5.Philip Balister
2010-08-20python-efl: drop do_stageMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-17python: move 2.6.[124] to obsolete, move all distributions to 2.6.5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2010-08-17python: import 2.6.5 from pokyMartin Jansa
* without legacy staging * fix QA issue libpython2: non -dev package contains symlink .so: libpython2 path * use FILESPATHPKG Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2010-08-16python-pygtk_2.8.6.bb removedFrans Meulenbroeks
underlying gtk+ version is not there any more newer version exists Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-16python-native: bump PR after openssl upgradeMartin Jansa
2010-08-16recipes: bump PR in recipes depending on openssl after SHR and Angstrom ↵Martin Jansa
moved to openssl-1.0.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-15python: removed sitebranding patches which were ocmmented outFrans Meulenbroeks
recipes contain 4 commented out patches for sitebranding the files are not in the tree so removed them Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15python-pygobject 2.16.0: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-15python-cython 0.12: remove old versionsFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06python-cython[-native] removed 0.10.3Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06python-pygobject[-native]: removed old 2.14.2 versionFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-06python-docutils: removed legacy staging, converted to BBCLASSEXTENDFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-05recipes: inherit autotools instead of autotools_stageKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-04python-divmodepsilon: removed legacy staging; moved to BBCLASSEXTEND = "native"Frans Meulenbroeks
and added INC_PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-04divmod.inc: added INC_PRFrans Meulenbroeks
and used it in the recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-22python-pygtk2: install .pc fileKoen Kooi
2010-07-13python-django: added recipe for 1.2.1, based on 1.0.2 recipe.Tom Hayward
2010-07-13python 2.6: generated new python-2.6-manifest.inc for python-numbersTom Hayward
2010-07-11python 2.6: add python-numbers subpackage adding support for numerical APIs:Michael 'Mickey' Lauer
Included for now are the modules numbers and decimal
2010-07-08python-native: Switch to non-legacy stagingTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-29python-pycairo 1.8.0: convert to new style staging and install headers in ↵Koen Kooi
proper place
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-04python-setuptools-native: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-04python-pygobject: Drop unnecessary FILESPATHTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>