[oe] [meta-python][PATCH 3/3] Added python-flask-sijax package

Franz Forstmayr f.forstmayr at gmail.com
Wed May 30 05:40:28 UTC 2018


From: Franz Forstmayr <franz.forstmayr at rosenberger.com>

---
This patch adds the Flask-Sijax package. This one requires Sijax from the previous patch.
 .../recipes-devtools/python/python-flask-sijax.inc        | 8 ++++++++
 .../recipes-devtools/python/python-flask-sijax_0.4.1.bb   | 4 ++++
 .../recipes-devtools/python/python3-flask-sijax_0.4.1.bb  | 4 ++++
 3 files changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-sijax.inc
 create mode 100644 meta-python/recipes-devtools/python/python-flask-sijax_0.4.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc
new file mode 100644
index 000000000..ff4e70a53
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "An extension for the Flask microframework that adds Sijax support."
+HOMEPAGE = "https://github.com/spantaleev/flask-sijax"
+LICENSE = "BSD-3-Clause"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
+
+PYPI_PACKAGE = "Flask-Sijax"
+RDEPENDS_${PN} = "${PYTHON_PN}-sijax"
\ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax_0.4.1.bb b/meta-python/recipes-devtools/python/python-flask-sijax_0.4.1.bb
new file mode 100644
index 000000000..74738fc2f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-sijax_0.4.1.bb
@@ -0,0 +1,4 @@
+inherit pypi setuptools
+require python-flask-sijax.inc
+
+SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
\ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb
new file mode 100644
index 000000000..e9a65c4ae
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb
@@ -0,0 +1,4 @@
+inherit pypi setuptools3
+require python-flask-sijax.inc
+
+SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f"
\ No newline at end of file
-- 
2.17.0




More information about the Openembedded-devel mailing list