summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
...
* python-nose: remove, migrated to oe-coreRoss Burton2014-01-221-14/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add support for powerpc architectureZhenhua Luo2013-12-055-0/+216
| | | | | Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-futures: New package (provides concurrent.futures)Dan McDougall2013-11-241-0/+14
| | | | | | | | The python-futures package is a backport of Python 3.2+'s concurrent.futures module to Python 2.6+. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add native supportRoss Burton2013-11-181-1/+5
| | | | | | | | The compile hack to use a correct config.h isn't needed for native builds, so mark it as target-specific. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-greenlet: uprev to 0.4.1Bruce Ashfield2013-11-181-2/+2
| | | | | | | | | | | During runtime testing of meta-cloud-services several python scripts were continunously segfaulting the interpreter. corefiles and gdb pointed at the greenlet implementation. Moving to 0.4.1 fixed the segfaults, and showed no regressions. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: use BBCLASSEXTEND instead of native recipeRoss Burton2013-11-182-5/+3
| | | | | | | | There isn't a need for a separate native recipe, so use BBCLASSEXTEND and overrides. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-013-3/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: add 1.3.1Koen Kooi2013-10-151-0/+14
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add config files for armeb architectureFathi Boudra2013-10-143-0/+43
| | | | | | | | Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cloudeebus: Add recipe vor 0.6.0Frederic PAUT2013-10-051-0/+35
| | | | | | | | | | | Cloudeebus, D-Bus for the cloud, is a component that provides D-Bus proxies for JavaScript. Unlike a web runtime, it doesn't rely on any custom web browser API, but on HTML5 WebSockets and python D-Bus bindings. Cloudeebus can be used as a web API fast prototyping tool. Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-autobahn: Add recipe for 0.5.14Frederic PAUT2013-10-051-0/+18
| | | | | | | | | | | AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76) framework for creating WebSocket-based clients and servers. AutobahnPython also includes an implementation of WAMP (The WebSockets Application Messaging Protocol), a light-weight, asynchronous RPC/PubSub over JSON/WebSocket protocol. Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-docutils: removePaul Eggleton2013-09-031-19/+0
| | | | | | | This is now in OE-Core as of 1bc1ff887c29376bb0d05beee1bbc2cf25b08419. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: fix formatingMartin Jansa2013-05-131-13/+17
| | | | | | * last patch added couple of tabs to multiline variables Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy : Add support for x86-64 builds.Philip Balister2013-05-133-1/+173
| | | | | | | Build tested with a qemux86-64 build. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy: update to 0.7.9Mihai Prica2013-05-101-6/+5
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-feedparser: Changed from distutils to setuptoolsMihai Prica2013-05-101-1/+1
| | | | | | | This package uses setuptools not distutils. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-dateutil: update to 1.5Lukas Bulwahn2013-05-031-3/+3
| | | | | | | This commit updates python-dateutil to the latest version 1.5 and resets PR. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: fix license namePaul Barker2013-04-221-1/+1
| | | | | | | | | Upstream source (https://github.com/facebook/tornado) says this is released under version 2.0 of the Apache license which we have in the common licenses directory as 'Apache-2.0'. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-1515-111/+111
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: update to top of 2.2 branchKoen Kooi2013-04-151-3/+3
| | | | | | | Drags in a few bugfixes needed for gateone Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vobject: fix LICENSE formatMartin Jansa2013-04-121-1/+1
| | | | | | | | WARNING: python-vobject: No generic license file exists for: Apache in any provider WARNING: python-vobject: No generic license file exists for: License in any provider WARNING: python-vobject: No generic license file exists for: V2.0 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cheetah : Add support for sdk generation.Philip Balister2013-04-041-1/+1
| | | | | | | We need to run cheetah on the host. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: add 0.21.1Koen Kooi2013-04-022-0/+58
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
* python-numpy: add i586 *config.h filesKoen Kooi2013-03-183-0/+136
| | | | | | | Generated using native compile on FRI2/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: update to 1.7.0Marcin Juszkiewicz2013-02-192-51/+7
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-feedparser: add new recipe for version 5.1.3Paul Eggleton2013-02-171-0/+14
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* python-lxml: update to 3.0.2 and tweakPaul Eggleton2013-02-161-7/+6
| | | | | | | | | | | * Update to version 3.0.2 * Update LIC_FILES_CHKSUM - substance of the license did not change, but some copyright/origin notes for specific parts were added. * Add SUMMARY * Move packaging definitions to the end Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: tweak recipePaul Eggleton2013-02-161-2/+2
| | | | | | | | * Set SUMMARY instead of DESCRIPTION * Make LICENSE more specific Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-psutil: add new recipe for version 0.6.1Paul Eggleton2013-02-161-0/+14
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gevent: add new recipe for version 0.13.8Paul Eggleton2013-02-161-0/+19
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-greenlet: add new recipe for version 0.3.4Paul Eggleton2013-02-161-0/+14
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyyaml: update to version 3.10 and tweakPaul Eggleton2013-02-161-9/+9
| | | | | | | | | * Update to 3.10, using tarball instead of svn * Set SUMMARY instead of description * Drop PR Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add 1.7.0rc1Marcin Juszkiewicz2013-02-054-7/+236
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-nose: add 1.2.1Marcin Juszkiewicz2013-01-311-0/+14
| | | | | Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-smbus: add 3.0.3Koen Kooi2013-01-271-0/+20
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: Fixed non-existing twisted-bin packageDavid Nyström2013-01-271-2/+4
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: use setuptools.bbclass, fixing install pathsRoss Burton2013-01-131-6/+2
| | | | | | | | | | | An argument was missed in the manual setuptools configuration which meant that the tool was installed into /data/poky-master/tmp/sysroots/x86_64-linux/usr/bin/mako-render. Using the setuptools class reduces duplication and puts the tool into /usr/bin where it belongs. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt: upgrade to 4.9.6Martin Jansa2013-01-023-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sip: upgrade to 4.14.2Martin Jansa2013-01-022-4/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sip, sip-native: use SF mirror instead of riverbankcomputing.comMartin Jansa2012-12-252-1/+5
| | | | | | * riverbankcomputing.com keeps only very latest version while SF keeps few versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-231-1/+1
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mako: install standalone, not as an eggRoss Burton2012-12-191-1/+5
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyudev: upgrade to 0.16.1 and fix some issuesMartin Jansa2012-12-191-4/+7
| | | | | | | | | | * RDEPENDing on libudev always selects udev as provider (even when systemd should be used), for details see: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3622 * don't import pyudev from setup.py to get right pyudev version, this does not work without pyudev installed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy: add missing runtime dependenciesRoss Burton2012-12-161-1/+3
| | | | | | | MJ: added PR bump Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: fix packaging QA warningsMartin Jansa2012-12-111-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | * package topfiles and egg-info in PN-core * fix find call (without braces it removes only last match -name ".h") and _epoll.c, _initgroups.c are left in image * fixes python-twisted-10.2.0: python-twisted: Files/directories were installed but not shipped /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/top_level.txt /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/requires.txt /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/not-zip-safe /usr/lib/python2.7/site-packages/twisted/topfiles /usr/lib/python2.7/site-packages/twisted/python/_epoll.c /usr/lib/python2.7/site-packages/twisted/python/_initgroups.c /usr/lib/python2.7/site-packages/twisted/topfiles/NEWS /usr/lib/python2.7/site-packages/twisted/topfiles/README /usr/lib/python2.7/site-packages/twisted/topfiles/ChangeLog.Old /usr/lib/python2.7/site-packages/twisted/topfiles/CREDITS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pyrtm: import from OE-ClassicMartin Jansa2012-12-111-0/+12
| | | | | | | * needed for rtmom * add LIC_FILES_CHKSUM Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-phoneutils: drop due to lack of libphone-utilsMarcin Juszkiewicz2012-12-041-15/+0
| | | | | | | ERROR: Nothing PROVIDES 'libphone-utils' (but meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'python-phoneutils' has no buildable providers. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* meta-oe: add python-mako, a templating libraryRoss Burton2012-12-042-0/+25
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-cheetah : Drop RDEPENDS from native build.Philip Balister2012-11-271-0/+1
| | | | | | | | If the native recipe has the RDEPENDS in, the build fails because these packages are not provided by python-native. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-numpy: Move static libraries to -staticdevStefan Herbrechtsmeier2012-11-161-1/+3
| | | | | Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>