aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
AgeCommit message (Collapse)Author
2013-02-16python-greenlet: add new recipe for version 0.3.4Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-16python-pyyaml: update to version 3.10 and tweakPaul Eggleton
* 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>
2013-02-05python-numpy: add 1.7.0rc1Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31python-nose: add 1.2.1Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-27python-smbus: add 3.0.3Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-27python-twisted: Fixed non-existing twisted-bin packageDavid Nyström
Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-13python-mako: use setuptools.bbclass, fixing install pathsRoss Burton
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>
2013-01-02python-pyqt: upgrade to 4.9.6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-02python-sip: upgrade to 4.14.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-25python-sip, sip-native: use SF mirror instead of riverbankcomputing.comMartin Jansa
* riverbankcomputing.com keeps only very latest version while SF keeps few versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23meta-openembedded: use correct format of Upstream-StatusMartin Jansa
* 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>
2012-12-19python-mako: install standalone, not as an eggRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19python-pyudev: upgrade to 0.16.1 and fix some issuesMartin Jansa
* 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>
2012-12-16python-numpy: add missing runtime dependenciesRoss Burton
MJ: added PR bump Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11python-twisted: fix packaging QA warningsMartin Jansa
* 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>
2012-12-11pyrtm: import from OE-ClassicMartin Jansa
* needed for rtmom * add LIC_FILES_CHKSUM Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-04python-phoneutils: drop due to lack of libphone-utilsMarcin Juszkiewicz
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>
2012-12-04meta-oe: add python-mako, a templating libraryRoss Burton
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-27python-cheetah : Drop RDEPENDS from native build.Philip Balister
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>
2012-11-16python-numpy: Move static libraries to -staticdevStefan Herbrechtsmeier
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-28Remove NATIVE_INSTALL_WORKSPaul Eggleton
This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-26python-pyqt: don't bypass sstate with sip filesMartin Jansa
* discovered with http://patchwork.openembedded.org/patch/38521/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-05python-numpy 1.4.1: update hack to find the new location for python-nativeKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-05python-pyqt: don't fail when do_configure is executed twice in the same WORKDIRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02python-pyqt: upgrade to 4.9.5Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07python-pyqt: import from oe-classicMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-07python-sip: import from oe-classic and upgrade to latestMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31python-epydoc, python-gdata, python-ldap, python-webdav: import from ↵Martin Jansa
meta-smartphone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-19python_numpy: Fix SRC_URI warnings.Elvis Dowson
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-13meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson
This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20python-matplotlib : Add recipe for matplotlib 1.1.0.Dan McDougall
Adding python-matplotlib recipe. I'm sure many folks will find this useful. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-07python: bump PR of packages after update of distutils.bbclassAndreas Oberritter
* Bump every recipe inheriting distutils or setuptools and not overriding do_install without calling distutils_do_install. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2012-06-07python-numpy : Correct difflib dependency.Dan McDougall
The previous patch had python-diffutils when it should have been python-difflib. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-05python-numpy: Fixed numpy dependencies.Dan McDougall
Numpy was missing a number of dependencies in the .bb file without which it will not work. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-21python-imaging: removePaul Eggleton
Fixes from this version have now been merged into OE-Core, so remove it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04python-twisted: update to 10.2.0Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-03-04python-tornado: update to the 2.2 releaseKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-24python-setuptools: removePaul Eggleton
This is identical to the version now in OE-Core except for the NATIVE_INSTALL_WORKS line and that variable is no longer used, so remove this recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01python-twisted: import from OE-classicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-01python-zopeinterface: import from OE-classicKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-20python-imaging: fix #!/usr/local/bin/python problemKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-05python-pyusb: add recipe to support usb development in PythonPeter A. Bigot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-19python-tornada git: bump SRCREV for websocket API fixKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-15python-imaging: add 1.1.7Koen Kooi
Based on OE classic 1.1.6 recipe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-simplejson: import from OE classic and update to 2.2.1Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-tornado: add patch to fix crasherKoen Kooi
socket.gaierror: [Errno 3] invalid value for ai_flags. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-02python-pyopenssl: import from OE classic, update to 0.13Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-01recipes: bump PR after python upgradeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-17python-tornado: add 2.1.1gitKoen Kooi
2011-10-12python-argparse: drop from meta-oe, moved to oe-core with glibMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>