aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
AgeCommit message (Collapse)Author
2012-12-14python-pygtk: Update LICENSE field version to LGPLv2.1chase maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-14python-pygobject: Update LICENSE field version to LGPLv2.1chase maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-14python-pycairo: Update LICENSE field version to LGPLv2.1chase maupin
* Updated LICENSE field version from generic LGPL/MPL to LGPLv2.1 and MPL-1.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-27python-numpy: Add release 1.6.1Florian Boor
The new release fixes issues on PowerPC platforms Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
2012-01-30python-2.6.6: Fix python-2.6.6 build failure on linux-3.xUlf Samuelsson
python-2.6.6 build will crash when host is running linux kernel 3.x. Fix backported from openembedded-core. meta/recipes-devtools/python/python/07-linux3-regen-fix.patch Signed-Off-By: Ulf Samuelsson <ulf.samuelsson@telia.com>
2011-10-14python-numpy: copied missing files from arm directoryMarco Cavallini
* this is a temporary patch that allow build to complete * python-numpy mantainer should verify and reorganize files in this recipe
2011-05-28python-2.6.6: backport pkgconfig support from version 2.7.1 and bump PRSimon Busch
Version 2.6.6 of python does not have support for pkgconfig and 2.7.1 is not yet ready in OE so I back-ported the new pkgconfig feature to 2.6.6. Signed-off-by: Simon Busch <morphis@gravedo.de> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2011-05-18python-numpy: add missing runtime dependenciesChristian Charreyre
Without these runtime dependencies there are errors on the target when executing `mypaint`, because `python-numpy` code calls `import` from the distinct packages. TODO: It is not clear where this error originates from and what the best fix is. There are the following alternatives. 1. Add the runtime dependencies to `mypaint`. 2. Add these packages to `RRECOMMENDS`. This patch is build tested using `angstrom-2010.x` for `MACHINE = "beagleboard"`. Signed-off-by: Christian Charreyre <christian.charreyre@cioinfoindus.fr> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-16python-pyqt: update to 4.8.4Eric Bénard
4.8.3 is no more fetchable Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2011-05-16python-sip: update to 4.12.2Eric Bénard
4.12.1 is no more fetchable Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2011-05-07python-argparse: add new recipe to provide argparse module for python and ↵Martin Jansa
python-native older then 2.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-03python-sip: catch up with upstream changesMichael 'Mickey' Lauer
upstream did change a lot, and with the next major version of sip they will change everything again. Take care when updating this recipe.
2011-05-03PyQt: introduce 4.8.3; remove obsolete 4.4.3Michael 'Mickey' Lauer
This version of PyQt builds against Qt 4.7.x; please don't remove this version unless you also bring in a PyQt version that works.
2011-05-03python-sip: 4.8.2 -> 4.12.1Michael 'Mickey' Lauer
2011-04-26python-scons_1.3.0: add `python-native` to `DEPENDS_virtclass-native`Paul Menzel
A clean build fails with the following error [1]. | ERROR: Function 'do_compile' failed (see /home/sgh/oe-new-oe/build-vmc16/tmp/work/x86_64-linux/python-scons-native-1.3.0-r1/temp/log.do_compile.26596 for further information) | + cd /home/sgh/oe-new-oe/build-vmc16/tmp/work/x86_64-linux/python-scons-native-1.3.0-r1/scons-1.3.0 | + do_compile | + distutils_do_compile | + STAGING_INCDIR=/home/sgh/oe-new-oe/build-vmc16/tmp/sysroots/x86_64-linux/usr/include | + STAGING_LIBDIR=/home/sgh/oe-new-oe/build-vmc16/tmp/sysroots/x86_64-linux/usr/lib | + BUILD_SYS=x86_64-linux | + HOST_SYS=x86_64-linux | + /home/sgh/oe-new-oe/build-vmc16/tmp/sysroots/x86_64-linux/usr/bin/python setup.py build | /home/sgh/oe-new-oe/build-vmc16/tmp/work/x86_64-linux/python-scons-native-1.3.0-r1/temp/run.do_compile.26596: line 94: /home/sgh/oe-new-oe/build-vmc16/tmp/sysroots/x86_64-linux/usr/bin/python: No such file or directory | + oefatal 'python setup.py build_ext execution failed.' | + echo FATAL: 'python setup.py build_ext execution failed.' Adding `python-native` to `DEPENDS_virtclass-native` as suggested in [1] and done for `python-scons-native_1.2.0` fixes the issue. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032180.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Søren Holm <sgh@sgh.dk>
2011-02-23python-2.6: python-xml depends on python-elementtreeAndreas Oberritter
* Fixes the following error: import xml.etree.cElementTree File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in <module> from _elementtree import * ImportError: No module named _elementtree Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-19python-dbus: update to 0.83.2 and fix rpath to use absolute pathOtavio Salvador
In case prefix and exec_prefix are empty, rpath can end up with no absolute paths thus failing to build due a linking issue. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-14python_2.6.6.bb: Fix QA ERRORS due to staging libdir in rpathKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-14python: generate-manifest-2.6.py, update few entriesMartin Jansa
* config was in python-dev as well as python-distutils, keep in distutils * linecache.* was in python-core as well as python-lang, keep in core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate itMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: generate-manifest-2.6.py, sort packages when generating output fileMartin Jansa
* iteritems and packages didn't have defined order, so every regeneration created huge patch, hard to review * alphabetical order should work fine here as long as we have disjunct FILES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: merge few s/python/${PN}/g from pokyMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-14python: upgrade from 2.6.5 to 2.6.6Martin Jansa
* refresh patches from poky where applicable Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-06python-pygobject-native: set RDEPENDS to nothingHenning Heinold
2011-01-31python-pygobject: Add glib-2.0 to DEPENDSTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-29python-edbus: simplify recipeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-29e-base: prepare for releasesMartin Jansa
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28python-native: Mangle shebang-invoking scriptsTom Rini
Need to make sure python*-config is invokable even in deep path builds. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-28python: fix RDEPENDS version syntaxAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2011-01-25python-scons_1.3.0: fix licence typeVíctor Manuel Jáquez Leal
According to the wiki [1], the licence of the project [2] is MIT, not GPL. 1. http://www.scons.org/wiki/FrequentlyAskedQuestions#head-4fe23271137d5e5e95370a1360909ca303157c0d 2. http://scons.tigris.org/source/browse/scons/trunk/LICENSE?revision=557&view=markup Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-25python-scons_1.3.0: add missing dependenciesVíctor Manuel Jáquez Leal
In order to launch scons in a board it depends on a couple python packages which were not managed by the recipe. This patch adds them. Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Acked-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-22python-caldav: Recipe cleanups; Fixed missing depLars Michelsen
- Updated the recipe according to the feedback on mailinglist - Added missing installation depenencies Tested building on Ubuntu 10.10 x86_64 for beagleboard rev. c4. Tested installation and functionality on beagleboard rev. c4. Signed-off-by: Lars Michelsen <lm@larsmichelsen.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-22python-caldav: New recipe - CalDAV rfc4791 clientLars Michelsen
This patch adds a new recipe for the python caldav client library module. Tested building on Ubuntu 10.10 x86_64 for beagleboard c4. Tested functionality on beagleboard c4. Signed-off-by: Lars Michelsen <lm@larsmichelsen.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-15python: Fix configure tests when using --enable-ipv6Khem Raj
* Add cross compile awareness to configure test in 2.6 * Cache ac_cv_buggy_getaddrinfo for all which is used by python 2.7 onwards Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-14python-native: drop old versions 2.6.1 and 2.6.4, remove unneeded ↵Martin Jansa
python-native-* directories * python-native-2.7.1 is the same as python-2.7.1 and thanks to FILESPATHPKG .= ':python-:python' it's not needed to keep it twice Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-13python-pyrex: move patch used only in python-pyrex to own directory instead ↵Martin Jansa
of files * bonus: faster patch lookup Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-08python-lxml: add 2.2.8Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-07python: Initial commit of python 2.7.1Ben Gamari
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-01-06python-wifi: remove version 0.3.1Andreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-01-06python-wifi: add recipe for version 0.5.0Andreas Oberritter
* package previously unpackaged files into -doc and -examples Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
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>