[oe] [meta-python][PATCH 0/8] Add Python 3 module recipes

Dominic Sacré dominic.sacre at gmx.de
Mon Aug 24 15:27:49 UTC 2015


These patches add Python 3 versions of some of the module recipes in
meta-python.
The Python 3 recipes are largely identical to their Python 2 counterparts,
so most of the original recipes' content is moved to .inc files that are
shared between both variants.

The affected packages are updated to their latest versions.

Dominic Sacré (8):
  python-cython: Upgrade 0.20.2 -> 0.23.1
  python-decorator: Upgrade 3.4.2 -> 4.0.2
  python-pyserial: Upgrade 2.4 -> 2.7
  python3-lxml: Add new recipe
  python3-cython: Add new recipe
  python3-decorator: Add new recipe
  python3-pyserial: Add new recipe
  python3-pyinotify: Add new recipe

 .../{python-cython_0.20.2.bb => python-cython.inc} | 13 ++++-----
 .../python/python-cython_0.23.1.bb                 |  6 ++++
 ...hon-decorator_3.4.2.bb => python-decorator.inc} |  8 ++---
 .../python/python-decorator_4.0.2.bb               |  2 ++
 .../recipes-devtools/python/python-lxml.inc        | 31 ++++++++++++++++++++
 .../recipes-devtools/python/python-lxml_3.4.4.bb   | 34 +---------------------
 .../recipes-devtools/python/python-pyinotify.inc   | 15 ++++++++++
 .../python/python-pyinotify_0.9.6.bb               | 17 +----------
 ...{python-pyserial_2.4.bb => python-pyserial.inc} | 15 ++++------
 .../recipes-devtools/python/python-pyserial_2.7.bb |  2 ++
 .../python/python3-cython_0.23.1.bb                | 18 ++++++++++++
 .../python/python3-decorator_4.0.2.bb              |  2 ++
 .../recipes-devtools/python/python3-lxml_3.4.4.bb  |  2 ++
 .../python/python3-pyinotify_0.9.6.bb              |  2 ++
 .../python/python3-pyserial_2.7.bb                 |  7 +++++
 15 files changed, 103 insertions(+), 71 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cython_0.20.2.bb => python-cython.inc} (68%)
 create mode 100644 meta-python/recipes-devtools/python/python-cython_0.23.1.bb
 rename meta-python/recipes-devtools/python/{python-decorator_3.4.2.bb => python-decorator.inc} (72%)
 create mode 100644 meta-python/recipes-devtools/python/python-decorator_4.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-lxml.inc
 create mode 100644 meta-python/recipes-devtools/python/python-pyinotify.inc
 rename meta-python/recipes-devtools/python/{python-pyserial_2.4.bb => python-pyserial.inc} (49%)
 create mode 100644 meta-python/recipes-devtools/python/python-pyserial_2.7.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-cython_0.23.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-decorator_4.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-lxml_3.4.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pyinotify_0.9.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pyserial_2.7.bb

-- 
2.5.0




More information about the Openembedded-devel mailing list