summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python(3)-redis: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-requests: 2.7.0 -> 2.9.1 and add python3 recipeSven Ebenfeld2016-02-014-18/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-passlib: add recipesSven Ebenfeld2016-02-013-0/+18
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-markupsafe: add recipesSven Ebenfeld2016-02-013-18/+20
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-itsdangerous: add recipesSven Ebenfeld2016-02-013-0/+13
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-dateutil: 1.5 -> 2.4.2 and add python3 recipeSven Ebenfeld2016-02-014-22/+27
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-six: 1.9.0 -> 1.10.0 and add python3-recipeSven Ebenfeld2016-02-013-4/+6
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* add pypi3 bbclass to make python3 recipe creation easier as wellSven Ebenfeld2016-02-013-21/+23
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-feedformatter: add recipesSven Ebenfeld2016-02-013-0/+15
| | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python(3)-lxml: 3.4.4 -> 3.5.0Sven Ebenfeld2016-02-013-7/+18
| | | | | | | Update python-lxml and python3-lxml to version 3.5.0 and correct licensing information. The file LICENSES.txt states four different licenses. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
* python-tornado: upgrade to 4.3Derek Straka2016-01-271-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: Error fix for recipes depend on python-sixLi xin2016-01-271-0/+8
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-six such as python-cryptography. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/six/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'six' (maybe misspelled?) No local packages or download links found for six So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pip: 7.1.0 -> 7.1.2Dai Caiyun2016-01-271-2/+2
| | | | | | | Upgrade python-pip from 7.1.0 to 7.1.2. Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonpointer: add recipe for 1.10Derek Straka2016-01-271-0/+20
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jsonpatch: add recipe for 1.12Derek Straka2016-01-271-0/+21
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vcversioner: Error Fix for recipes depend on python-vcversioner.Li xin2016-01-041-0/+9
| | | | | | | | | | | | | | If you bitbake recipes which depends on python-vcversioner such as python-jsonschema. And also your network is not very well. Error will occur as following: Download error on https://pypi.python.org/simple/vcversioner/: [Errno -5] No address associated with hostname -- Some packages may not be found! Couldn't find index page for 'vcversioner' (maybe misspelled?) No local packages or download links found for vcversioner So add do_compile_append() to fix it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: move old version recipe from meta-oe to meta-pythonKai Kang2016-01-042-0/+48
| | | | | | | | | Move old version recipe of python-tornado from meta-oe to meta-python that there is a higher version in meta-python already. And rename from _git to exact version _2.2.1. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pexpect: drop old version recipeKai Kang2016-01-041-23/+0
| | | | | | | | | | | | | Drop old version recipe of python-pexpect and use the one in oe-core which version is 3.3 now. And according to release notes of version 3.0, "The new major version number doesn’t indicate any deliberate API incompatibility." Ref: http://pexpect.readthedocs.org/en/stable/history.html Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-monotonic: new recipe, version 0.4Andreas Oberritter2015-12-181-0/+10
| | | | | | | | | On Python 3.3 or newer, monotonic will be an alias of time.monotonic from the standard library. On older versions, it will fall back to an equivalent implementation. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-chardet: add recipe for version 2.3.0Mario Domenech Goulart2015-12-181-0/+8
| | | | | Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography, python-cryptography-vectors: uprevMark Asselstine2015-12-187-8/+98
| | | | | | | | | | | | Pick up many fixes and enhancements made since 0.8.1 was released. See: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst The uprev requires an uprev of pyasn1 and also pulls in two new packages idna and ipaddress. The idna software has 3 licenses, one of which is the 'Unicode' license: http://www.unicode.org/copyright.html Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pygpgme: add ptest supportWenzong Fan2015-12-182-2/+14
| | | | | | | | * add ptest support * runtime depends on gnupg Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Update to version 1.3.1Fabio Berton2015-12-181-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-daemonize: Update to version 2.4.1Fabio Berton2015-12-181-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jinja2: Disable `make clean`Haris Okanovic2015-12-181-0/+2
| | | | | | | | | | Makefile doesn't define "clean". Unless disabled, base_do_configure() will fail the build attempting to run `make clean` when rebuilding this recipe. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Natinst-ReviewBoard-ID: 119389 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-bitarray: Add new recipe.Philip Balister2015-12-181-0/+20
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-txws: Add new recipe.Philip Balister2015-12-181-0/+15
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-vcversioner: Add new recipe.Philip Balister2015-12-181-0/+14
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-evdev: add python-evdev 0.5.0Nicolas Ferre2015-12-181-0/+11
| | | | | | | | | Python-evdev is a Python module that gives access to the input event interface from userspace. https://python-evdev.readthedocs.org/en/latest/ Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-requests: Add RDEPENDSScott Ellis2015-12-181-0/+2
| | | | | | | The python-requests module has runtime dependencies. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gateone: update to latest gitDan McGregor2015-11-066-50/+31
| | | | | | | | This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-html5lib: import recipe from meta-openstackDan McGregor2015-11-061-0/+15
| | | | | | | This recipe is needed for GateOne. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pygpgme: add python-pygpgme 0.3Wenzong Fan2015-11-061-0/+18
| | | | | | | | PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Update to version 1.3.0Fabio Berton2015-11-061-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: do not overwrite inherited DEPENDSAndreas Müller2015-11-021-1/+1
| | | | | | | | | | | | | | | | python-lxml recipe inherits setuptools3 and after that includes python-lxml.inc. In the current situation DEPENDS inherited by setuptools3-tree are overwritten causing: DEBUG: Executing shell function do_compile /home/superandy/tmp/oe-core-glibc/work/x86_64-linux/python3-lxml-native/3.4.4-r0/temp/run.do_compile.30454: line 118: /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/python3-native/python3: No such file or directory ERROR: python3 setup.py build_ext execution failed. WARNING: /home/superandy/tmp/oe-core-glibc/work/x86_64-linux/python3-lxml-native/3.4.4-r0/temp/run.do_compile.30454:1 exit 1 from exit 1 ERROR: Function failed: do_compile (log file is located at /home/superandy/tmp/oe-core-glibc/work/x86_64-linux/python3-lxml-native/3.4.4-r0/temp/log.do_compile.30454) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vpnc, arptables, lirc, debootstrap, log4cpp, python-ldap: drop unused ↵Martin Jansa2015-10-231-1/+0
| | | | | | variable PRIORITY Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tornado: upgrade to 4.2.1Alejandro del Castillo2015-10-131-3/+3
| | | | | Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pyroute2: update to 0.3.14, fix depends, fix licenseAdrian2015-10-132-14/+24
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Add missing RDEPENDS on "six" and "cryptography"mike.looijmans@topic.nl2015-09-231-1/+1
| | | | | | | | | | | | | | Fixes the following errors when doing "import OpenSSL": File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding ImportError: No module named cryptography.hazmat.bindings.openssl.binding File "/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 9, in <module> from six import integer_types as _integer_types ImportError: No module named six Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: fix pkg-config for libxml2 and libxsltTim Orling2015-09-231-4/+8
| | | | | Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Upgrade to version 1.2.1Fabio Berton2015-09-231-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyzmq: Add python-multiprocessing in RDEPENDSFabio Berton2015-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | Fix the following runtime error: >>> import zmq Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/zmq/__init__.py", line 53, in <module> from zmq import devices File "/usr/lib/python2.7/site-packages/zmq/devices/__init__.py", line 7, in <module> from zmq.devices import basedevice, proxydevice, monitoredqueue, monitoredqueuedevice File "/usr/lib/python2.7/site-packages/zmq/devices/basedevice.py", line 9, in <module> from multiprocessing import Process ImportError: No module named multiprocessing Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyroute2: Add recipeFabio Berton2015-09-082-0/+40
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyopenssl: Inherit setuptools to fix failing installMike Looijmans2015-09-081-1/+1
| | | | | | | | | | | Fixes the following error during install phase: ImportError: No module named setuptools_ext ERROR: python setup.py install execution failed. Reported-by: athoik@openpli.org Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyparted: update to 3.10.5Tim Orling2015-09-083-23/+53
| | | | | | | | | | | | | * add patch to fix float cast error when version is x.y.z form * add minimal parted version (>= 2.3) to RDEPENDS NOTE: If your tree defaults to an earlier parted version (e.g. 1.8.6), you will need to add PREFERRED_VERSION_parted = "3.%" to local.conf or you will see a do_compile error (complaining about required libparted version). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyzmq: Update to version 14.7.0.Philip Balister2015-08-311-2/+2
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyinotify: Add new recipeDominic Sacré2015-08-313-16/+18
| | | | | | | | Use a common .inc file for the python-pyinotify and python3-pyinotify recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyserial: Add new recipeDominic Sacré2015-08-313-20/+27
| | | | | | | | | Use a common .inc file for the python-pyserial and python3-pyserial recipes. Remove ${bindir}/miniterm.py from the Python 3 version of the package. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-decorator: Add new recipeDominic Sacré2015-08-313-21/+23
| | | | | | | | Use a common .inc file for the python-decorator and python3-decorator recipes. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-cython: Add new recipeDominic Sacré2015-08-313-19/+40
| | | | | | | | | Use a common .inc file for the python-cython and python3-cython recipes. Add suffix '3' to scripts in ${bindir} to avoid conflict between the two packages. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>