Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Bill Randle <bill.randle@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python][V2 PATCH 00/12] Create Python3 recipies for several existing Python2 recipes
Date: Thu,  7 Dec 2017 21:45:36 -0800	[thread overview]
Message-ID: <20171208054548.26218-1-bill.randle@gmail.com> (raw)

This set of patches creates the Python3 variant of several existing Python2 packages.
It first moves the core of the existing recipe(s) into a .inc file, then creates
python-*-.bb and python3-*.bb files that reference the new .inc file.

V2: the only change is to patch 07 of the series.

Bill Randle (12):
  python-dominate: move core of recipe to a .inc file
  python3-dominate: new recipe
  python-flask-bootstrap: move core of recipe to a .inc file
  python3-flask-bootstrap: new recipe
  python-flask-sqlalchemy: move core of recipe to a .inc file
  python3-flask-sqlalchemy: new recipe
  python-flask-wtf: move core of recipe to a .inc file
  python3-flask-wtf: new recipe
  python-visitor: move core of recipe to a .inc file
  python3-visitor: new recipe
  python-wtforms: move core of recipe to a .inc file
  python3-wtforms: new recipe

 .../recipes-devtools/python/python-dominate.inc        | 11 +++++++++++
 .../recipes-devtools/python/python-dominate_2.3.1.bb   | 13 +------------
 .../recipes-devtools/python/python-flask-bootstrap.inc | 14 ++++++++++++++
 .../python/python-flask-bootstrap_3.3.7.1.bb           | 16 +---------------
 .../python/python-flask-sqlalchemy.inc                 | 10 ++++++++++
 .../python/python-flask-sqlalchemy_2.3.2.bb            | 12 +-----------
 .../recipes-devtools/python/python-flask-wtf.inc       | 16 ++++++++++++++++
 .../recipes-devtools/python/python-flask-wtf_0.12.bb   | 17 +----------------
 meta-python/recipes-devtools/python/python-visitor.inc |  6 ++++++
 .../recipes-devtools/python/python-visitor_0.1.3.bb    |  8 +-------
 meta-python/recipes-devtools/python/python-wtforms.inc | 16 ++++++++++++++++
 .../recipes-devtools/python/python-wtforms_2.1.bb      | 18 +-----------------
 .../recipes-devtools/python/python3-dominate_2.3.1.bb  |  2 ++
 .../python/python3-flask-bootstrap_3.3.7.1.bb          |  2 ++
 .../python/python3-flask-sqlalchemy_2.3.2.bb           |  2 ++
 .../recipes-devtools/python/python3-flask-wtf_0.12.bb  |  2 ++
 .../recipes-devtools/python/python3-visitor_0.1.3.bb   |  2 ++
 .../recipes-devtools/python/python3-wtforms_2.1.bb     |  2 ++
 18 files changed, 90 insertions(+), 78 deletions(-)
 create mode 100644 meta-python/recipes-devtools/python/python-dominate.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-bootstrap.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-sqlalchemy.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-wtf.inc
 create mode 100644 meta-python/recipes-devtools/python/python-visitor.inc
 create mode 100644 meta-python/recipes-devtools/python/python-wtforms.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.3.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-bootstrap_3.3.7.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.3.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-wtf_0.12.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-visitor_0.1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-wtforms_2.1.bb

-- 
2.7.4



             reply	other threads:[~2017-12-08  5:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08  5:45 Bill Randle [this message]
2017-12-08  5:45 ` [meta-python][V2 PATCH 01/12] python-dominate: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 02/12] python3-dominate: new recipe Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 03/12] python-flask-bootstrap: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 04/12] python3-flask-bootstrap: new recipe Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 05/12] python-flask-sqlalchemy: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 06/12] python3-flask-sqlalchemy: new recipe Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 07/12] python-flask-wtf: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 08/12] python3-flask-wtf: new recipe Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 09/12] python-visitor: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 10/12] python3-visitor: new recipe Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 11/12] python-wtforms: move core of recipe to a .inc file Bill Randle
2017-12-08  5:45 ` [meta-python][V2 PATCH 12/12] python3-wtforms: new recipe Bill Randle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171208054548.26218-1-bill.randle@gmail.com \
    --to=bill.randle@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox