summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python3-django: add python3 recipe and update to 1.11.2Jackie Huang2017-06-143-3/+7
| | | | | | | | | * move the mommon portions into .inc * update to version 1.11.2 * add new recipe for python3-django Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-django-south: add new recipeJackie Huang2017-06-143-17/+21
| | | | | | | | * move the common portions into .inc * add new recipe for python3-django-south Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-numeric: Fix build with muslKhem Raj2017-06-122-1/+33
| | | | | | | Use gettimeofday() definition from system Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Upgrade to 1.10.0Khem Raj2017-06-123-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyroute: Add support for python3Moritz Fischer2017-06-123-24/+30
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-netaddr: Add support for python3Moritz Fischer2017-06-123-8/+12
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-mprpc: Add support for python3Moritz Fischer2017-06-123-17/+21
| | | | | | | Extend recipe to add support for python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gsocketpool: Add support for python3Moritz Fischer2017-06-123-16/+20
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gevent: Add support for python3Moritz Fischer2017-06-123-27/+39
| | | | | | | Extends recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-msgpack: Add support for python3Moritz Fischer2017-06-123-9/+13
| | | | | | | Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-greenlet: Add support for python3Moritz Fischer2017-06-123-10/+13
| | | | | | | Extend recipe to support python3 as well Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyudev: add a python3 recipeHongxu Jia2017-06-053-18/+31
| | | | | | | | | - Split to a common python-pyudev.inc for python2 and python3 - The contextlib module is moved to python3-lang. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pyparted: add a python3 recipeHongxu Jia2017-06-054-19/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | - Split to a common python-pyparted.inc for python2 and python3 - Tweak 0001-fix-version-float-check.patch for python3 to fix do_compile errror ---- | ERROR: python3 setup.py build_ext execution failed. | Traceback (most recent call last): | File "setup.py", line 62, in <module> | check_mod_version('libparted', need_libparted_version) | File "setup.py", line 55, in check_mod_version | match = re.search('([0-9]+\.[0-9]+)', modversion) | File "work/core2-64-wrs-linux/python3-pyparted/3.10.7+gitAU TOINC+69c4a478e4-r0/recipe-sysroot-native/usr/lib/python3.5/re.py", line 173, in search | return _compile(pattern, flags).search(string) | TypeError: cannot use a string pattern on a bytes-like object ---- The reason is the return of subprocess.check_output is byte in python3, but string in python2 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-typing: update to version 3.6.1Derek Straka2017-06-052-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysocks: update to version 1.6.7Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-progress: update to version 1.3 and add RDEPENDSDerek Straka2017-06-053-2/+7
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-babel: update to version 2.4.0Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sdnotify/python3-sdnotify: Add new recipeMoritz Fischer2017-06-053-0/+24
| | | | | | | | python-sdnotify/python3-sdnotify is a pure python implementation for systemd's sd_notify mechanism. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: mangle scripts to use /usr/bin/env pythonS. Lockwood-Childs2017-06-051-0/+7
| | | | | | | | | | | This prevents runtime failure "bad interpreter: No such file or directory" from running native cython when the native python is installed at a long path, exceeding the 128-character limit for shebang lines on linux. Exceeding the limit was already possible when using a long path for topdir, but it got easier to exceed after the switch to per-recipe sysroots. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-psutil: update to version 5.2.2Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyro4: update to version 4.59Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-certifi: update to version 2017.4.17Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pymisp: update to version 2.4.71Derek Straka2017-06-053-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-markupsafe: update to version 1.0Derek Straka2017-06-053-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography: update to version 1.8.1Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cryptography-vectors: update to version 1.8.1Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-backports-functools-lru-cache: update to version 1.4Derek Straka2017-06-052-14/+19
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-jinja: update to version 2.9.6Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-zopeinterface: add python3 packagingMark Asselstine2017-06-053-20/+25
| | | | | | | | | | Matching what has been done with other python packages, move the existing recipe into a .inc file and then create python and python3 specific bb files to allow the generation of python2 or python3 versions. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: fixup test packageMark Asselstine2017-06-051-1/+6
| | | | | | | | | | The recipe seems to have the intent of creating a 'tests' package but doesn't follow through on this intent. Rename 'tests' to 'test' to match other python test packages and follow through on the intent to actually produce a 'test' package. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-werkzeug: update to version 0.12.2Derek Straka2017-06-053-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pbr: update to version 3.0.0Derek Straka2017-06-051-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-six: re-add the recipe for Python 2.xAlexander Kanavin2017-05-232-0/+20
| | | | | | | python-six was removed from oe-core, so we should provide it in meta-oe. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-networkmanager: Recipe for python-networkmanagerJohann Fridriksson2017-05-231-0/+13
| | | | | | | Created a new recipe for python-networkmanager 2.0.1. Depends on python-dbus, python-six and networkmanager. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyudev: correct LICENSE from GPLv2 to LGPLv2.1+Frederico Cadete2017-05-231-1/+1
| | | | | | | | | LGPLv2.1 is what is in the project's COPYING file. LGPLv2.1+ is what is mentioned in the project's setup.py and in the headers of the source files. Signed-off-by: Frederico Cadete <Frederico.Cadete-ext@oneaccess-net.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-prettytable: fix files permissionsMarc Ferland2017-05-041-1/+1
| | | | | | | | | | | | Got this runtime error: IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/PKG-INFO' After some investigation, it looks like the pypi package is the culprit as almost all the files in the tar.gz are set to 600 instead of 644. Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-unidiff: Upgrade to 0.5.3Khem Raj2017-04-261-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytz, python3-pytz: update to 2017.2Pascal Bach2017-04-263-3/+4
| | | | | | | | - License checksum changed due to copyright year update to 2017. - Source package extension changed form to zip. Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-sqlalchemy, python3-sqlalchemy: update to 1.1.9Pascal Bach2017-04-263-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-chardet, python3-chardet: update to 3.0.2Pascal Bach2017-04-263-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-pytest-runner: make available for both Python 2 & 3Pascal Bach2017-04-263-13/+23
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-setuptools-scm: make version available for both Python 2 & 3Pascal Bach2017-04-263-15/+18
| | | | | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-snimpy: add new recipeJackie Huang2017-04-261-0/+26
| | | | | | | | Snimpy is a Python-based tool providing a simple interface to build SNMP query. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysnmp: add new recipeJackie Huang2017-04-261-0/+25
| | | | | | | | python-pysnmp is a pure-Python SNMPv1/v2c/v3 library, it's required by python-snimpy. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pysmi: add new recipeJackie Huang2017-04-261-0/+22
| | | | | | | | | | python-pysmi is a pure-Python implementation of SNMP/SMI MIB parsing and conversion library. It's required by python-pysnmp. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-ply: add new recipeJackie Huang2017-04-261-0/+17
| | | | | | | | | | python-ply: PLY is yet another implementation of lex and yacc for Python. It's required by python-pysmi. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml,python3-lxml: Fix libxslt format warningsKhem Raj2017-04-244-0/+88
| | | | | | Found with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-mprpc: add new recipeAndrej Rode2017-04-242-0/+51
| | | | | | | Add recipe for python-mprpc, a messagepack RPC library for python Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-gsocketpool: add new recipeAndrej Rode2017-04-242-0/+51
| | | | | | | Adds recipe for python-gsocketpool as a dependency for python-mprpc Signed-off-by: Andrej Rode <andrej.rode@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-can: add initial recipe for version 1.5.2Stefan Agner2017-04-243-0/+17
| | | | | | | | Add initial recipe for python-can library which provides controller area network support for Python 2/3. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>