All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 00/13] New recipes for additional flask extensions
@ 2017-12-02  5:12 Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 01/13] python[3]-editor: new recipes Bill Randle
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

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



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 01/13] python[3]-editor: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 02/13] python[3]-alembic: " Bill Randle
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-editor.inc       | 9 +++++++++
 meta-python/recipes-devtools/python/python-editor_1.0.3.bb  | 2 ++
 meta-python/recipes-devtools/python/python3-editor_1.0.3.bb | 2 ++
 3 files changed, 13 insertions(+)
 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/python3-editor_1.0.3.bb

diff --git a/meta-python/recipes-devtools/python/python-editor.inc b/meta-python/recipes-devtools/python/python-editor.inc
new file mode 100644
index 0000000..30650bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-editor.inc
@@ -0,0 +1,9 @@
+DESCRIPTION = "Programmatically open and editor, capture the result"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
+
+SRC_URI[md5sum] = "0aca5f2ef176ce68e98a5b7e31372835"
+SRC_URI[sha256sum] = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565"
+
+PYPI_PACKAGE = "python-editor"
+
diff --git a/meta-python/recipes-devtools/python/python-editor_1.0.3.bb b/meta-python/recipes-devtools/python/python-editor_1.0.3.bb
new file mode 100644
index 0000000..f7a9a8c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-editor_1.0.3.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-editor.inc
diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb
new file mode 100644
index 0000000..8ad2b86
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-editor_1.0.3.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-editor.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 02/13] python[3]-alembic: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 01/13] python[3]-editor: new recipes Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 03/13] python[3]-fask-migrate: " Bill Randle
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-alembic.inc      | 13 +++++++++++++
 meta-python/recipes-devtools/python/python-alembic_0.9.6.bb |  2 ++
 .../recipes-devtools/python/python3-alembic_0.9.6.bb        |  2 ++
 3 files changed, 17 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/python3-alembic_0.9.6.bb

diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc
new file mode 100644
index 0000000..2ca6023
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-alembic.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "A database migration tool for SQLAlchemy"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d07407716fd24408b5747b0fa2262775"
+
+SRC_URI[md5sum] = "fcb096bccc87c8770bd07a04606cb989"
+SRC_URI[sha256sum] = "042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732"
+
+PYPI_PACKAGE = "alembic"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-editor \
+    ${PYTHON_PN}-sqlalchemy \
+    "
diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb
new file mode 100644
index 0000000..efcb2b1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-alembic_0.9.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-alembic.inc
diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb b/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb
new file mode 100644
index 0000000..e248fe7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-alembic_0.9.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-alembic.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
  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 ` Bill Randle
  2017-12-06  2:13   ` akuster808
  2017-12-02  5:12 ` [meta-python][PATCH 04/13] python[3]-flask-nav: " Bill Randle
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 .../recipes-devtools/python/python-flask-migrate.inc       | 14 ++++++++++++++
 .../recipes-devtools/python/python-flask-migrate_2.1.1.bb  |  2 ++
 .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb |  2 ++
 3 files changed, 18 insertions(+)
 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/python3-flask-migrate_2.1.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-migrate.inc b/meta-python/recipes-devtools/python/python-flask-migrate.inc
new file mode 100644
index 0000000..7af4fe1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-migrate.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
+
+SRC_URI[md5sum] = "def4106c80897b7fad2afb3bc05360e4"
+SRC_URI[sha256sum] = "b709ca8642559c3c5a81a33ab10839fa052177accd5ba821047a99db635255ed"
+
+PYPI_PACKAGE = "Flask-Migrate"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-flask-sqlalchemy \
+    ${PYTHON_PN}-alembic \
+    ${PYTHON_PN}-flask \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
new file mode 100644
index 0000000..af79997
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-migrate
diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
new file mode 100644
index 0000000..94abbf3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-migrate
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 04/13] python[3]-flask-nav: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (2 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 03/13] python[3]-fask-migrate: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 05/13] python[3]-flask-uploads: " Bill Randle
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-nav.inc    | 13 +++++++++++++
 meta-python/recipes-devtools/python/python-flask-nav_0.6.bb |  2 ++
 .../recipes-devtools/python/python3-flask-nav_0.6.bb        |  2 ++
 3 files changed, 17 insertions(+)
 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/python3-flask-nav_0.6.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-nav.inc b/meta-python/recipes-devtools/python/python-flask-nav.inc
new file mode 100644
index 0000000..932ccdf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-nav.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "Easily create navigation for Flask applications."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2729ee82259d601d90d28b0574d12416"
+
+SRC_URI[md5sum] = "4d51cfd06d58f8d0fe85775a6696c0e5"
+SRC_URI[sha256sum] = "44e40b755380a1e68ab521a2f9174de259a2c94ddcdaabf36b3aca2e110a33f4"
+
+PYPI_PACKAGE = "flask-nav"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-blinker \
+    ${PYTHON_PN}-flask \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-nav_0.6.bb b/meta-python/recipes-devtools/python/python-flask-nav_0.6.bb
new file mode 100644
index 0000000..30b5b3b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-nav_0.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-nav.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb
new file mode 100644
index 0000000..d251152
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-nav_0.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-nav.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 05/13] python[3]-flask-uploads: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (3 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 04/13] python[3]-flask-nav: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 06/13] python[3]-flask-script: " Bill Randle
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-uploads.inc | 12 ++++++++++++
 .../recipes-devtools/python/python-flask-uploads_0.2.1.bb    |  2 ++
 .../recipes-devtools/python/python3-flask-uploads_0.2.1.bb   |  2 ++
 3 files changed, 16 insertions(+)
 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/python3-flask-uploads_0.2.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-uploads.inc b/meta-python/recipes-devtools/python/python-flask-uploads.inc
new file mode 100644
index 0000000..cd7ac1a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-uploads.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Flexible and efficient upload handling for Flask"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b712ac634b39469660c9bdfb8d03421c"
+
+SRC_URI[md5sum] = "e5eee34aa92b64a4d22847672b3858a1"
+SRC_URI[sha256sum] = "53ecbd6033667d50ae02b63adebbaa33c7fc56c09e5293025810cf9d841ecb02"
+
+PYPI_PACKAGE = "Flask-Uploads"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-flask \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python-flask-uploads_0.2.1.bb
new file mode 100644
index 0000000..d39b07f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-uploads_0.2.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-uploads.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb
new file mode 100644
index 0000000..758c2ac
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-uploads_0.2.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-uploads.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 06/13] python[3]-flask-script: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (4 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 05/13] python[3]-flask-uploads: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 07/13] python[3]-flask-mail: " Bill Randle
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-script.inc  | 12 ++++++++++++
 .../recipes-devtools/python/python-flask-script_2.0.6.bb     |  2 ++
 .../recipes-devtools/python/python3-flask-script_2.0.6.bb    |  2 ++
 3 files changed, 16 insertions(+)
 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/python3-flask-script_2.0.6.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-script.inc b/meta-python/recipes-devtools/python/python-flask-script.inc
new file mode 100644
index 0000000..fca777b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-script.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "Scripting support for flask"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e686048adb69341fc8a08caeda528b41"
+
+SRC_URI[md5sum] = "3fbd91fe13cebedfb2431331f6eabb68"
+SRC_URI[sha256sum] = "6425963d91054cfcc185807141c7314a9c5ad46325911bd24dcb489bd0161c65"
+
+PYPI_PACKAGE = "Flask-Script"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-flask \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-script_2.0.6.bb b/meta-python/recipes-devtools/python/python-flask-script_2.0.6.bb
new file mode 100644
index 0000000..b7d55af
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-script_2.0.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-script.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb b/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
new file mode 100644
index 0000000..9f88519
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-script_2.0.6.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-script.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 07/13] python[3]-flask-mail: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (5 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 06/13] python[3]-flask-script: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 08/13] python[3]-flask-user: " Bill Randle
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-flask-mail.inc    | 12 ++++++++++++
 .../recipes-devtools/python/python-flask-mail_0.9.1.bb       |  2 ++
 .../recipes-devtools/python/python3-flask-mail_0.9.1.bb      |  2 ++
 3 files changed, 16 insertions(+)
 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/python3-flask-mail_0.9.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-mail.inc b/meta-python/recipes-devtools/python/python-flask-mail.inc
new file mode 100644
index 0000000..bb08703
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-mail.inc
@@ -0,0 +1,12 @@
+SUMMARY = "Flask extension for sending email"
+DESCRIPTION = "A Flask extension for sending email"
+HOMEPAGE = " https://github.com/rduplain/flask-email"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5b16dfa6d3f275ace5985bb92949f770"
+
+SRC_URI[md5sum] = "04b35a42a44ec7aa724ec8ce55e2e08e"
+SRC_URI[sha256sum] = "22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41"
+
+PYPI_PACKAGE = "Flask-Mail"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-flask"
diff --git a/meta-python/recipes-devtools/python/python-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python-flask-mail_0.9.1.bb
new file mode 100644
index 0000000..8324da8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-mail_0.9.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-mail.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb
new file mode 100644
index 0000000..0b963be
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-mail.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 08/13] python[3]-flask-user: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (6 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 07/13] python[3]-flask-mail: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 09/13] python[3]-speaklater: " Bill Randle
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 .../recipes-devtools/python/python-flask-user.inc       | 17 +++++++++++++++++
 .../recipes-devtools/python/python-flask-user_0.6.19.bb |  2 ++
 .../python/python3-flask-user_0.6.19.bb                 |  2 ++
 3 files changed, 21 insertions(+)
 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/python3-flask-user_0.6.19.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-user.inc b/meta-python/recipes-devtools/python/python-flask-user.inc
new file mode 100644
index 0000000..c2b7182
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-user.inc
@@ -0,0 +1,17 @@
+SUMMARY = "Customizable user account management for Flask"
+DESCRIPTION = "Customizable User Account Management for Flask; Register \
+Confirm email, Login, Change username, Change password, Forgot Password \
+and more."
+HOMEPAGE = " https://github.com/lingthio/Flask-User"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
+
+SRC_URI[md5sum] = "f7965e66ca139c8436896da07e66c21f"
+SRC_URI[sha256sum] = "601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302"
+
+PYPI_PACKAGE = "Flask-User"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-flask \
+    ${PYTHON_PN}-flask-login \
+    ${PYTHON_PN}-flask-mail \
+    ${PYTHON_PN}-babel"
diff --git a/meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb
new file mode 100644
index 0000000..654d377
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-user.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
new file mode 100644
index 0000000..251017f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-user.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 09/13] python[3]-speaklater: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (7 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 08/13] python[3]-flask-user: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 10/13] python[3]-flask-babel: " Bill Randle
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-speaklater.inc     | 9 +++++++++
 meta-python/recipes-devtools/python/python-speaklater_1.3.bb  | 2 ++
 meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 2 ++
 3 files changed, 13 insertions(+)
 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/python3-speaklater_1.3.bb

diff --git a/meta-python/recipes-devtools/python/python-speaklater.inc b/meta-python/recipes-devtools/python/python-speaklater.inc
new file mode 100644
index 0000000..94fa8a6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-speaklater.inc
@@ -0,0 +1,9 @@
+DESCRIPTION = "Media asset management for Python, with glue code for various frameworks"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b810770075a29bf44b96607440e7c801"
+
+SRC_URI[md5sum] = "e8d5dbe36e53d5a35cff227e795e8bbf"
+SRC_URI[sha256sum] = "59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9"
+
+PYPI_PACKAGE = "speaklater"
+
diff --git a/meta-python/recipes-devtools/python/python-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python-speaklater_1.3.bb
new file mode 100644
index 0000000..56fd555
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-speaklater_1.3.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-speaklater.inc
diff --git a/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb
new file mode 100644
index 0000000..aa4f699
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-speaklater_1.3.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-speaklater.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 10/13] python[3]-flask-babel: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (8 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 09/13] python[3]-speaklater: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 11/13] python[3]-xstatic: " Bill Randle
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 .../recipes-devtools/python/python-flask-babel.inc       | 16 ++++++++++++++++
 .../recipes-devtools/python/python-flask-babel_0.11.2.bb |  2 ++
 .../python/python3-flask-babel_0.11.2.bb                 |  2 ++
 3 files changed, 20 insertions(+)
 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/python3-flask-babel_0.11.2.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-babel.inc b/meta-python/recipes-devtools/python/python-flask-babel.inc
new file mode 100644
index 0000000..b60ee17
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-babel.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "i18n and l10n support for Flask based on babel and pytz"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51917f3e8e858f5ae295a7d0e2eb3cc9"
+
+SRC_URI[md5sum] = "07803453743f139309021572a799c6b3"
+SRC_URI[sha256sum] = "c0d75710bd4b0fe866f9f2347de6e19208712f9cec006436b4c1c15d4cb0c939"
+
+PYPI_PACKAGE = "Flask-Babel"
+
+inherit pypi
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-speaklater \
+    ${PYTHON_PN}-babel \
+    ${PYTHON_PN}-flask \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-babel_0.11.2.bb b/meta-python/recipes-devtools/python/python-flask-babel_0.11.2.bb
new file mode 100644
index 0000000..38e78c7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-babel_0.11.2.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-babel.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-babel_0.11.2.bb b/meta-python/recipes-devtools/python/python3-flask-babel_0.11.2.bb
new file mode 100644
index 0000000..104e7c2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-babel_0.11.2.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-babel.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 11/13] python[3]-xstatic: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (9 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 10/13] python[3]-flask-babel: " Bill Randle
@ 2017-12-02  5:12 ` 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
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 meta-python/recipes-devtools/python/python-xstatic.inc     | 14 ++++++++++++++
 .../recipes-devtools/python/python-xstatic_1.0.1.bb        |  2 ++
 .../recipes-devtools/python/python3-xstatic_1.0.1.bb       |  2 ++
 3 files changed, 18 insertions(+)
 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-xstatic_1.0.1.bb

diff --git a/meta-python/recipes-devtools/python/python-xstatic.inc b/meta-python/recipes-devtools/python/python-xstatic.inc
new file mode 100644
index 0000000..f7c7db9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xstatic.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "XStatic base package with minimal support code"
+HOMEPAGE = "https://pypi.python.org/pypi/XStatic"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README.txt;md5=36a1e7eaa71e1bd07b8d2247839f228e"
+
+PYPI_PACKAGE = "XStatic"
+
+SRC_URI[md5sum] = "7064b5ea7fd1ee990e0ae0538301d9bc"
+SRC_URI[sha256sum] = "0ec93d7c66ebb9e0d31b664753437dc8634cb66e13310cb47c9eb1e0bc66d726"
+
+DEPENDS += " \
+        ${PYTHON_PN}-pip \
+        "
diff --git a/meta-python/recipes-devtools/python/python-xstatic_1.0.1.bb b/meta-python/recipes-devtools/python/python-xstatic_1.0.1.bb
new file mode 100644
index 0000000..8073037
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xstatic_1.0.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-xstatic.inc
diff --git a/meta-python/recipes-devtools/python/python3-xstatic_1.0.1.bb b/meta-python/recipes-devtools/python/python3-xstatic_1.0.1.bb
new file mode 100644
index 0000000..76cb702
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xstatic_1.0.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-xstatic.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (10 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 11/13] python[3]-xstatic: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  2017-12-02  5:12 ` [meta-python][PATCH 13/13] python[3]-flask-xstatic: " Bill Randle
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 .../python/python-xstatic-font-awesome.inc              | 17 +++++++++++++++++
 .../python/python-xstatic-font-awesome_4.7.0.0.bb       |  2 ++
 .../python/python3-xstatic-font-awesome_4.7.0.0.bb      |  2 ++
 3 files changed, 21 insertions(+)
 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/python3-xstatic-font-awesome_4.7.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc b/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc
new file mode 100644
index 0000000..d13cb83
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xstatic-font-awesome.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Font Awesome icons packaged for setuptools (easy_install) / pip."
+HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Font-Awesome"
+SECTION = "devel/python"
+LICENSE = "Apache-2"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=313d021898694cd2b0ea6508bdfe51a2"
+
+PYPI_PACKAGE = "XStatic-Font-Awesome"
+
+inherit pypi
+
+SRC_URI[md5sum] = "141a0e9a7e21e82f922573a00ae0c166"
+SRC_URI[sha256sum] = "e01fb480caaa7c7963dcb3328a4700e631bef6070db0e8b685816d220e685f6c"
+
+DEPENDS += " \
+        ${PYTHON_PN}-xstatic \
+        ${PYTHON_PN}-pip \
+        "
diff --git a/meta-python/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb b/meta-python/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
new file mode 100644
index 0000000..41e85f4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xstatic-font-awesome_4.7.0.0.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-xstatic-font-awesome.inc
diff --git a/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb
new file mode 100644
index 0000000..639f80d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xstatic-font-awesome_4.7.0.0.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-xstatic-font-awesome.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [meta-python][PATCH 13/13] python[3]-flask-xstatic: new recipes
  2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
                   ` (11 preceding siblings ...)
  2017-12-02  5:12 ` [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: " Bill Randle
@ 2017-12-02  5:12 ` Bill Randle
  12 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-02  5:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotim

Signed-off-by: Bill Randle <bill.randle@gmail.com>
---
 .../recipes-devtools/python/python-flask-xstatic.inc      | 15 +++++++++++++++
 .../python/python-flask-xstatic/remove-pip-requires.patch |  7 +++++++
 .../recipes-devtools/python/python-flask-xstatic_0.0.1.bb |  2 ++
 .../python/python3-flask-xstatic_0.0.1.bb                 |  2 ++
 4 files changed, 26 insertions(+)
 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/python3-flask-xstatic_0.0.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic.inc b/meta-python/recipes-devtools/python/python-flask-xstatic.inc
new file mode 100644
index 0000000..d992f53
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-xstatic.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "XStatic support for flask"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=659968f6ebd4b70b6c3190d20b4a924c"
+
+SRC_URI[md5sum] = "2f56023e1444c8bd1fec41afe93de743"
+SRC_URI[sha256sum] = "226ea8e97065a9488b59bfe5c94af4c6e2ea70a25052e301fb231a1381490133"
+
+SRC_URI += "file://remove-pip-requires.patch"
+
+PYPI_PACKAGE = "Flask-XStatic"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-flask \
+    ${PYTHON_PN}-xstatic \
+    "
diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch b/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
new file mode 100644
index 0000000..a2d620a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-xstatic/remove-pip-requires.patch
@@ -0,0 +1,7 @@
+--- Flask-XStatic-0.0.1/setup.py.orig	2015-01-30 08:01:56.000000000 -0800
++++ Flask-XStatic-0.0.1/setup.py	2017-04-17 21:40:32.570181626 -0700
+@@ -1,4 +1,3 @@
+-from pip.req import parse_requirements
+ import setuptools
+ 
+ with open('README.rst') as f:
diff --git a/meta-python/recipes-devtools/python/python-flask-xstatic_0.0.1.bb b/meta-python/recipes-devtools/python/python-flask-xstatic_0.0.1.bb
new file mode 100644
index 0000000..dff14a8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-xstatic_0.0.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools
+require python-flask-xstatic.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
new file mode 100644
index 0000000..5412bef
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-xstatic_0.0.1.bb
@@ -0,0 +1,2 @@
+inherit pypi setuptools3
+require python-flask-xstatic.inc
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes
  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
  0 siblings, 1 reply; 16+ messages in thread
From: akuster808 @ 2017-12-06  2:13 UTC (permalink / raw)
  To: Bill Randle, openembedded-devel; +Cc: ticotim



On 12/01/2017 09:12 PM, Bill Randle wrote:
> Signed-off-by: Bill Randle <bill.randle@gmail.com>
> ---
>  .../recipes-devtools/python/python-flask-migrate.inc       | 14 ++++++++++++++
>  .../recipes-devtools/python/python-flask-migrate_2.1.1.bb  |  2 ++
>  .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb |  2 ++
>  3 files changed, 18 insertions(+)
>  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/python3-flask-migrate_2.1.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate.inc b/meta-python/recipes-devtools/python/python-flask-migrate.inc
> new file mode 100644
> index 0000000..7af4fe1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-flask-migrate.inc
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
> +
> +SRC_URI[md5sum] = "def4106c80897b7fad2afb3bc05360e4"
> +SRC_URI[sha256sum] = "b709ca8642559c3c5a81a33ab10839fa052177accd5ba821047a99db635255ed"
> +
> +PYPI_PACKAGE = "Flask-Migrate"
> +
> +RDEPENDS_${PN} += "\
> +    ${PYTHON_PN}-flask-sqlalchemy \
> +    ${PYTHON_PN}-alembic \
> +    ${PYTHON_PN}-flask \
> +    "
> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
> new file mode 100644
> index 0000000..af79997
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
> @@ -0,0 +1,2 @@
> +inherit pypi setuptools
> +require python-flask-migrate
> diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
> new file mode 100644
> index 0000000..94abbf3
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
> @@ -0,0 +1,2 @@
> +inherit pypi setuptools3
Found issue
> +require python-flask-migrate  <<<-- missing .inc

- armin



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes
  2017-12-06  2:13   ` akuster808
@ 2017-12-06  2:16     ` Bill Randle
  0 siblings, 0 replies; 16+ messages in thread
From: Bill Randle @ 2017-12-06  2:16 UTC (permalink / raw)
  To: akuster808; +Cc: Tim Smart, openembedded-devel

Ouch! Good find. I'll issue a revised patch.

    -Bill

On Tue, Dec 5, 2017 at 6:13 PM, akuster808 <akuster808@gmail.com> wrote:
>
>
> On 12/01/2017 09:12 PM, Bill Randle wrote:
>> Signed-off-by: Bill Randle <bill.randle@gmail.com>
>> ---
>>  .../recipes-devtools/python/python-flask-migrate.inc       | 14 ++++++++++++++
>>  .../recipes-devtools/python/python-flask-migrate_2.1.1.bb  |  2 ++
>>  .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb |  2 ++
>>  3 files changed, 18 insertions(+)
>>  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/python3-flask-migrate_2.1.1.bb
>>
>> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate.inc b/meta-python/recipes-devtools/python/python-flask-migrate.inc
>> new file mode 100644
>> index 0000000..7af4fe1
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python-flask-migrate.inc
>> @@ -0,0 +1,14 @@
>> +DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
>> +LICENSE = "MIT"
>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
>> +
>> +SRC_URI[md5sum] = "def4106c80897b7fad2afb3bc05360e4"
>> +SRC_URI[sha256sum] = "b709ca8642559c3c5a81a33ab10839fa052177accd5ba821047a99db635255ed"
>> +
>> +PYPI_PACKAGE = "Flask-Migrate"
>> +
>> +RDEPENDS_${PN} += "\
>> +    ${PYTHON_PN}-flask-sqlalchemy \
>> +    ${PYTHON_PN}-alembic \
>> +    ${PYTHON_PN}-flask \
>> +    "
>> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
>> new file mode 100644
>> index 0000000..af79997
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
>> @@ -0,0 +1,2 @@
>> +inherit pypi setuptools
>> +require python-flask-migrate
>> diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
>> new file mode 100644
>> index 0000000..94abbf3
>> --- /dev/null
>> +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
>> @@ -0,0 +1,2 @@
>> +inherit pypi setuptools3
> Found issue
>> +require python-flask-migrate  <<<-- missing .inc
>
> - armin
>


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2017-12-06  2:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-02  5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
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

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.