aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
AgeCommit message (Collapse)Author
2010-12-28python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail ↵Koen Kooi
if python-setuptools hasn't been built yet Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-27python-cheetah: add 2.4.4Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-23python-pysqlite2: Fix SRC_URITom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-19python-pycairo_1.8.0: remove `DEFAULT_PREFERENCE = "-1"`Paul Menzel
Cairo 1.8 is available for some time and ?ngström and other distributions have pinned this Pycairo version for quite some time. Build tested with Minimal and Minimal uClibc. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "977d4dd" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101217" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "977d4dd" TARGET_ARCH = "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO = "minimal-uclibc" DISTRO_VERSION = "dev-snapshot-20101217" TARGET_FPU = "hard" `python-pygtk_2.16.0.bb` does not build with `python-pycairo_1.4.0` because it does not put its package config files in `sysroots`. checking for ATK... yes checking for PANGO... yes checking for codegen... /oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/share/pygobject/2.0/codegen checking for PYCAIRO... no no not checking for gtk due to missing pycairo checking for GDK target... x11 configure: WARNING: Could not find a valid numpy installation, disabling. checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb understands -Wall... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb understands -fno-strict-aliasing... yes checking whether arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb understands -std=c9x... yes configure: error: conditional "HAVE_GTK_2_16" was never defined. Usually this means the macro was only invoked conditionally. ERROR: Function do_configure failed Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-14python-pygtksourceview: add latest version 2.10.1Andrea Adami
* apply hack around PKG_CONFIG until the issue is sanitized in python Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-12-14python-pygtksourceview: hack around PKG_CONFIG issues and unbreak buildAndrea Adami
* temporarly apply same fix (sed) used in python-pygtk * | checking for pygtk codegen... /usr/share/pygobject/2.0/codegen * | no * | configure: error: Error: codegen not found (should be shipped with pygtk!) * fix packaging of gtksourceview2.defs * bump PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2010-12-09python: depend on virtual/libsdl instead of libsdl-x11Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2010-12-02e-wm,efl: create e-base.bbclass with common settings and EFL_SRCREVMartin Jansa
* include it from e.bbclass, efl.bbclass and now also python-efl.inc * also use BPN instead of "${@bb.data.getVar('PN', d, 1).replace('-native', '')}" Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-19python : Add platform module to python-core.Philip Balister
2010-11-18python-elementary: add missing python-evas to DEPENDSMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-15python-pyopengl-accelerate: addMichael Smith
Signed-off-by: Bram Cymet <bcymet@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-15python-pyopengl: addMichael Smith
Signed-off-by: Bram Cymet <bcymet@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-06python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().Yann Dirson
Delete cmp method which has been dropped from later releases. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-02python-cython_0.13.bb: Add python to DEPENDS.Graham Gower
/usr/bin/cython is a python script. Fix the license while here. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-25python-pyopenssl-0.8: reduce package sizeAndreas Oberritter
* Move tests to FILES_${PN}-test. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-25python-twisted-8.2.0: reduce package sizeAndreas Oberritter
* Don't install *.{bat,c,h} * Move more tests to FILES_${PN}-test Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-16python-twisted: removed 2.5.0 versionFrans Meulenbroeks
we already have 8.2.0 for 1.5 year no one pins this some recipes depend on python-twisted-native but this version does not have a native counterpart Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-15python-pygobject: forcefully disable introspectionKoen Kooi
It will pick up the .pc from the native sysroot and then fail to build since we don't have target introspection libs to link against
2010-10-13python-setuptools: add newer version 06c11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-13python-numeric: add newer version 24.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-06python-native_2.6.5: Correct indentation. Use spaces instead of a tabulator.Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-06python-{native}-2.6.5: Fix parallel build.Paul Menzel
Randomly the build failed for me with the following error message. libpython2.6.so: undefined reference to `_PyParser_Grammar' The applied patch in [5] tried to fix this problem, but it turns out that this also was due to a possible race. This is already known in OpenOffice too [3]. R. David Murray (dmalcolm) <dmalcolm@fedoraproject.org> fixed this in Fedora [1] and I applied his patch. I reported this issue upstream [4] and this will only be fixed in Python 2.7, so we have to keep this patch for Python 2.6. I put 00 in front of the name of the patch file because I did not want to rename the other patches. I build tested this with `MACHINE = " beagleboard"` for `angstrom-2008.1` and `minimal-{eglibc,uclibc,libc}`. [1] http://pkgs.fedoraproject.org/gitweb/?p=python.git;a=commitdiff;h=b95f6cc2ca6a009f97436c6aa16cfd70547353d9 [2] http://www.openoffice.org/issues/show_bug.cgi?id=114866 [3] http://doc.services.openoffice.org/wiki/RedTinderboxStatusInEIS [4] http://bugs.python.org/issue10013 [5] http://patchwork.openembedded.org/patch/1899/ Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-06EFL: bump SRCREV for latest bugfixes and beta releaseMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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>