All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bill Randle <bill.randle@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: ticotim@gmail.com
Subject: [meta-python][PATCH 00/13] New recipes for additional flask extensions
Date: Fri,  1 Dec 2017 21:12:43 -0800	[thread overview]
Message-ID: <1512191576-2302-1-git-send-email-bill.randle@gmail.com> (raw)

The basic flask recipes and recipes for a few flask extensions are currently
present in meta-python. This patch adds several more flask extensions and their
dependencies, useful for building full featured web sites. Both python and
python3 receipes are provided.

Bill Randle (13):
  python[3]-editor: new recipes
  python[3]-alembic: new recipes
  python[3]-fask-migrate: new recipes
  python[3]-flask-nav: new recipes
  python[3]-flask-uploads: new recipes
  python[3]-flask-script: new recipes
  python[3]-flask-mail: new recipes
  python[3]-flask-user: new recipes
  python[3]-speaklater: new recipes
  python[3]-flask-babel: new recipes
  python[3]-xstatic: new recipes
  python[3]-xstatic-font-awesome: new recipes
  python[3]-flask-xstatic: new recipes

 meta-python/recipes-devtools/python/python-alembic.inc  | 13 +++++++++++++
 .../recipes-devtools/python/python-alembic_0.9.6.bb     |  2 ++
 meta-python/recipes-devtools/python/python-editor.inc   |  9 +++++++++
 .../recipes-devtools/python/python-editor_1.0.3.bb      |  2 ++
 .../recipes-devtools/python/python-flask-babel.inc      | 16 ++++++++++++++++
 .../python/python-flask-babel_0.11.2.bb                 |  2 ++
 .../recipes-devtools/python/python-flask-mail.inc       | 12 ++++++++++++
 .../recipes-devtools/python/python-flask-mail_0.9.1.bb  |  2 ++
 .../recipes-devtools/python/python-flask-migrate.inc    | 14 ++++++++++++++
 .../python/python-flask-migrate_2.1.1.bb                |  2 ++
 .../recipes-devtools/python/python-flask-nav.inc        | 13 +++++++++++++
 .../recipes-devtools/python/python-flask-nav_0.6.bb     |  2 ++
 .../recipes-devtools/python/python-flask-script.inc     | 12 ++++++++++++
 .../python/python-flask-script_2.0.6.bb                 |  2 ++
 .../recipes-devtools/python/python-flask-uploads.inc    | 12 ++++++++++++
 .../python/python-flask-uploads_0.2.1.bb                |  2 ++
 .../recipes-devtools/python/python-flask-user.inc       | 17 +++++++++++++++++
 .../recipes-devtools/python/python-flask-user_0.6.19.bb |  2 ++
 .../recipes-devtools/python/python-flask-xstatic.inc    | 15 +++++++++++++++
 .../python-flask-xstatic/remove-pip-requires.patch      |  7 +++++++
 .../python/python-flask-xstatic_0.0.1.bb                |  2 ++
 .../recipes-devtools/python/python-speaklater.inc       |  9 +++++++++
 .../recipes-devtools/python/python-speaklater_1.3.bb    |  2 ++
 .../python/python-xstatic-font-awesome.inc              | 17 +++++++++++++++++
 .../python/python-xstatic-font-awesome_4.7.0.0.bb       |  2 ++
 meta-python/recipes-devtools/python/python-xstatic.inc  | 14 ++++++++++++++
 .../recipes-devtools/python/python-xstatic_1.0.1.bb     |  2 ++
 .../recipes-devtools/python/python3-alembic_0.9.6.bb    |  2 ++
 .../recipes-devtools/python/python3-editor_1.0.3.bb     |  2 ++
 .../python/python3-flask-babel_0.11.2.bb                |  2 ++
 .../recipes-devtools/python/python3-flask-mail_0.9.1.bb |  2 ++
 .../python/python3-flask-migrate_2.1.1.bb               |  2 ++
 .../recipes-devtools/python/python3-flask-nav_0.6.bb    |  2 ++
 .../python/python3-flask-script_2.0.6.bb                |  2 ++
 .../python/python3-flask-uploads_0.2.1.bb               |  2 ++
 .../python/python3-flask-user_0.6.19.bb                 |  2 ++
 .../python/python3-flask-xstatic_0.0.1.bb               |  2 ++
 .../recipes-devtools/python/python3-speaklater_1.3.bb   |  2 ++
 .../python/python3-xstatic-font-awesome_4.7.0.0.bb      |  2 ++
 .../recipes-devtools/python/python3-xstatic_1.0.1.bb    |  2 ++
 40 files changed, 232 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-alembic.inc
 create mode 100644 meta-python/recipes-devtools/python/python-alembic_0.9.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python-editor.inc
 create mode 100644 meta-python/recipes-devtools/python/python-editor_1.0.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-babel.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-babel_0.11.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-mail.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-mail_0.9.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-migrate.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-nav.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-nav_0.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-script.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-script_2.0.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-uploads.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-uploads_0.2.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-user.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb
 create mode 100644 meta-python/recipes-devtools/python/python-flask-xstatic.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
 create mode 100644 meta-python/recipes-devtools/python/python-flask-xstatic_0.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-speaklater.inc
 create mode 100644 meta-python/recipes-devtools/python/python-speaklater_1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc
 create mode 100644 meta-python/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python-xstatic.inc
 create mode 100644 meta-python/recipes-devtools/python/python-xstatic_1.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-editor_1.0.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-babel_0.11.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-speaklater_1.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-xstatic_1.0.1.bb

-- 
2.7.4



             reply	other threads:[~2017-12-02  5:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-02  5:12 Bill Randle [this message]
2017-12-02  5:12 ` [meta-python][PATCH 01/13] python[3]-editor: new recipes Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 02/13] python[3]-alembic: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 03/13] python[3]-fask-migrate: " Bill Randle
2017-12-06  2:13   ` akuster808
2017-12-06  2:16     ` Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 04/13] python[3]-flask-nav: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 05/13] python[3]-flask-uploads: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 06/13] python[3]-flask-script: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 07/13] python[3]-flask-mail: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 08/13] python[3]-flask-user: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 09/13] python[3]-speaklater: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 10/13] python[3]-flask-babel: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 11/13] python[3]-xstatic: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: " Bill Randle
2017-12-02  5:12 ` [meta-python][PATCH 13/13] python[3]-flask-xstatic: " 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=1512191576-2302-1-git-send-email-bill.randle@gmail.com \
    --to=bill.randle@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=ticotim@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.