summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Remove NATIVE_INSTALL_WORKSPaul Eggleton2012-10-282-2/+0
| | | | | | This variable is no longer used with OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* python-pyqt: don't bypass sstate with sip filesMartin Jansa2012-10-261-10/+4
| | | | | | * discovered with http://patchwork.openembedded.org/patch/38521/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numpy 1.4.1: update hack to find the new location for python-nativeKoen Kooi2012-10-051-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyqt: don't fail when do_configure is executed twice in the same WORKDIRMartin Jansa2012-10-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt: upgrade to 4.9.5Martin Jansa2012-10-027-93/+18
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyqt: import from oe-classicMartin Jansa2012-08-076-0/+444
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sip: import from oe-classic and upgrade to latestMartin Jansa2012-08-072-0/+43
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-epydoc, python-gdata, python-ldap, python-webdav: import from ↵Martin Jansa2012-07-315-0/+82
| | | | | | meta-smartphone Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python_numpy: Fix SRC_URI warnings.Elvis Dowson2012-07-191-1/+8
| | | | | | | | | | 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>
* meta-oe: Fix SRC_URI warnings to use "protocol" not "proto"Elvis Dowson2012-07-131-1/+1
| | | | | | | | | | | | | | | | | | 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>
* python-matplotlib : Add recipe for matplotlib 1.1.0.Dan McDougall2012-06-203-0/+94
| | | | | | | 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>
* python: bump PR of packages after update of distutils.bbclassAndreas Oberritter2012-06-0721-15/+21
| | | | | | | * 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>
* python-numpy : Correct difflib dependency.Dan McDougall2012-06-071-2/+2
| | | | | | | | 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>
* python-numpy: Fixed numpy dependencies.Dan McDougall2012-06-051-0/+5
| | | | | | | | 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>
* python-imaging: removePaul Eggleton2012-03-212-96/+0
| | | | | | | | 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>
* python-twisted: update to 10.2.0Koen Kooi2012-03-041-4/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornado: update to the 2.2 releaseKoen Kooi2012-03-042-5/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-setuptools: removePaul Eggleton2012-02-241-33/+0
| | | | | | | | | 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>
* python-twisted: import from OE-classicKoen Kooi2012-02-011-0/+223
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-zopeinterface: import from OE-classicKoen Kooi2012-02-011-0/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: fix #!/usr/local/bin/python problemKoen Kooi2012-01-201-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyusb: add recipe to support usb development in PythonPeter A. Bigot2012-01-051-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornada git: bump SRCREV for websocket API fixKoen Kooi2011-12-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: add 1.1.7Koen Kooi2011-11-152-0/+91
| | | | | | Based on OE classic 1.1.6 recipe Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-simplejson: import from OE classic and update to 2.2.1Koen Kooi2011-11-021-0/+26
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>