summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python-flask-socketio: move to meta-python directoryYi Zhao2019-04-099-0/+60
| | | | | | | | The previous commits put the python-engineio, python-socketio and python-flask-socketio to a wrong directory. Move them to meta-python. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: Move linker flag to .incChris Garren2019-04-091-0/+2
| | | | | | | | Move the -pthread linker flag to the .inc file because it is needed for python 2 & 3. Signed-off-by: Chris Garren <cdgarren@indesign-llc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography: Bump from 2.4.1 to 2.6.1Alistair Francis2019-04-066-4/+4
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xxhash: Initial commitAlistair Francis2019-04-062-0/+9
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pocketsphinx: Initial commitAlistair Francis2019-04-062-0/+11
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyfann2: Initial commitAlistair Francis2019-04-063-0/+41
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyaudio: Initial commitAlistair Francis2019-04-062-0/+15
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-requests: Update 2.20.1 -> 2.21.0Fabio Berton2019-04-063-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: Initial commit of Python3 OBDII moduleAlistair Francis2019-03-292-0/+11
| | | | | Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cachetools: add recipeYi Zhao2019-03-283-0/+20
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-tqdm: add recipeYi Zhao2019-03-283-0/+17
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kconfiglib: addRoss Burton2019-03-212-0/+10
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylyrics: add recipeRoss Burton2019-03-211-0/+12
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: add 5.4.1Hongxu Jia2019-03-193-0/+128
| | | | | | | | | | | | | | | | - Set option by modify setup.py - Do not override do_compile to call `setup.py build_ext', it will missing options at do_install time which causing host contamination ... Found webp/demux.h Found library webpmux at /usr/lib/libwebpmux.so Found library webpdemux at /usr/lib/libwebpdemux.so /usr/include/pthread.h:682:6: error: 'regparm' is not valid on this platform ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyflame: Disable for risv architectureKhem Raj2019-03-141-0/+2
| | | | | | Not yet supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-grpcio: Upgrade to 1.19.0Khem Raj2019-03-065-9/+25
| | | | | | | Refresh patch to apply cleanly Fix build for RISC-V Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-greenlet: Upgrade to 0.4.15Khem Raj2019-03-063-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-idna: Upgrade 2.7 -> 2.8Otavio Salvador2019-03-063-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-idna: Avoid removing executing bit from `.egg-info/` directoryOtavio Salvador2019-03-061-4/+0
| | | | | | | | The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Replaced cryptograpy by crypt.Jan Vermaete2019-03-041-2/+2
| | | | | | | | | | | Replaced 'cryptography' by the much small 'crypto' package. With cryptography, the build is too big with e.g. cpp included. PS: this was already a long time the mailinglist. I guess with my attempt to attach a patch, this could be processed. Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* upgrade python-click from 6.7 to 7.0Felix Snow2019-03-013-3/+5
| | | | | Signed-off-by: Felix Snow <fsnow@phoenixcontact.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests: update to version 2.20.1Ricardo Salveti2019-02-175-187/+3
| | | | | | | | | | | Drop patches as they were backports which are now available as part of this release. License checksum changed but the license is the same (license address changed from http to https). Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-keras-preprocessing: add version 1.0.5Hongxu Jia2019-02-171-0/+15
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-keras-applications: add version 1.0.6Hongxu Jia2019-02-171-0/+19
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gast: add version 0.2.2Hongxu Jia2019-02-171-0/+14
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astor: add version 0.7.1Hongxu Jia2019-02-171-0/+14
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-absl: add version 0.7.0Hongxu Jia2019-02-171-0/+14
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wheel: add version 0.32.3Hongxu Jia2019-02-171-0/+16
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markdown: add version 3.0.1Hongxu Jia2019-02-171-0/+12
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: add version 1.1.0Hongxu Jia2019-02-171-0/+12
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: add version 2.9.0Hongxu Jia2019-02-172-0/+76
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pkgconfig: add version 1.4.0Hongxu Jia2019-02-171-0/+18
| | | | | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: add cpp implementation supportHongxu Jia2019-02-173-0/+108
| | | | | | | | | | | | | | | | | | | | | - Compiling with option `--cpp_implementation', add cpp implementation support which requires to build with protobuf. - Workaround native compile failure while host gcc <= 4.8 Setting environment KOKORO_BUILD_NUMBER, the build will explicitly compile with option `-std=c++11', it could workaround native compile failure while host gcc <= 4.8 ... /usr/include/c++/4.8/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options ... - Add Python 3.7 compatibility Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-paste:upgrade to 3.0.6Hong Liu2019-02-151-2/+5
| | | | | | | | | 1.Upgrade python-paste from 2.0.3 to 3.0.6. 2.Add pytest-runner to run pytest Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pycparser: upgrade to 2.19Hong Liu2019-02-153-2/+3
| | | | | | | Upgrade python-pycparser from 2.18 to 2.19 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-lxml: upgrade to 4.3.1Hong Liu2019-02-143-3/+3
| | | | | | | | | 1.Upgrade python-lxml and python3-lxml from 4.2.4 to 4.3.1 2.Modified some outdated descriptions in iso-schematron.rng Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography-vectors:upgrade to 2.4.1Hong Liu2019-02-123-2/+2
| | | | | | | Upgrade python-cryptography-vectors from 2.3 to 2.4.1 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-cryptography:upgrade to 2.4Hong Liu2019-02-123-2/+2
| | | | | | | Upgrade python-cryptography from 2.3 to 2.4 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-gevent: Upgrade to 1.4.0Khem Raj2019-02-071-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-protobuf: Add nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-1/+1
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-xlrd: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-markupsafe: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | SIGNED-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python*-jinja2: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-02-071-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: update to 1.4.0Alexander Kanavin2019-02-073-5/+32
| | | | | | | | This fixes build issues with Python 3.7. License-Update: added BSD license for one of the source files Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twitter_3.7.0.bb: Yocto recipes for tweepy packagesSai Hari Chandana Kalluri2019-02-063-0/+23
| | | | | | | Yocto recipes for easy to use python2 and python3 libraries for accessing twitter APIs Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests-oauthlib: Recipes to provide support for Requests-Oauthlib ↵Sai Hari Chandana Kalluri2019-02-063-0/+13
| | | | | | | | | | | libraries Yocto recipes for Python Requests and Oauthlib libraries to provide easy-to-use Python 2 and Python 3 interfaces for building OAuth1 and OAuth2 clients. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-slip-dbus: add a python3 version of the recipeCallaghan, Dan2019-02-013-30/+32
| | | | | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-slip-dbus: update to 0.6.5Callaghan, Dan2019-02-011-3/+3
| | | | | Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-twisted: Remove ${PN}-srcKhem Raj2019-01-302-4/+2
| | | | | | | | | | This fixes the QA errors about double defining this in PACKAGES it seems to be removed in py3 version of recipe too so we just do it in inc file so both recipes can use it Fix a typo in specifying rdep Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-vcversioner: remove egg generationStefan Agner2019-01-301-8/+0
| | | | | | | | | | | | | | | | | Remove egg file build. This got introduced with commit fb1696372ff9 ("python-vcversioner: Error Fix for recipes depend on python-vcversioner"). However, it seems that this was actually not related to the missing egg file, but to the back then missing depends on python-vcversioner-native. This got fixed in commit 12d09665bbee ("python-jsonschema, python3-jsonschema: add vcversioner-native dependency"). It also causes issue when trying to build a reproducible build with a timestamp of 0 due to limitations of the ZIP file format used by the Python egg packaging. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>