All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0
@ 2016-04-13 13:16 Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4 Fabio Berton
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's a modern password hashing for your software and your servers.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-devtools/python/python-bcrypt_2.0.0.bb        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-bcrypt_2.0.0.bb

diff --git a/meta-python/recipes-devtools/python/python-bcrypt_2.0.0.bb b/meta-python/recipes-devtools/python/python-bcrypt_2.0.0.bb
new file mode 100644
index 0000000..3cbe33e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-bcrypt_2.0.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Modern password hashing for your software and your servers."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e19d0fe40c5ce4109e6bcbf4aab2a5bd"
+
+DEPENDS = "python-cffi-native"
+
+SRC_URI[md5sum] = "e7fb17be46904cdb2ae6a062859ee58c"
+SRC_URI[sha256sum] = "8b2d197ef220d10eb74625dde7af3b10daa973ae9a1eadd6366f763fad4387fa"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "\
+    python-cffi \
+    python-six \
+"
-- 
2.1.4



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

* [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 3/9] python-flask-bcrypt: Add recipe for version 0.7.1 Fabio Berton
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's a fast, simple object-to-object and broadcast signaling.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 meta-python/recipes-devtools/python/python-blinker_1.4.bb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-blinker_1.4.bb

diff --git a/meta-python/recipes-devtools/python/python-blinker_1.4.bb b/meta-python/recipes-devtools/python/python-blinker_1.4.bb
new file mode 100644
index 0000000..0ce141f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-blinker_1.4.bb
@@ -0,0 +1,8 @@
+DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=946d7e89af6f7733aeaebed5635d2682"
+
+SRC_URI[md5sum] = "8b3722381f83c2813c52de3016b68d33"
+SRC_URI[sha256sum] = "471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
+
+inherit pypi setuptools
-- 
2.1.4



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

* [meta-python][PATCH 3/9] python-flask-bcrypt: Add recipe for version 0.7.1
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 4/9] python-flask-bootstrap: Add recipe for version 3.3.5.7 Fabio Berton
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's a brcrypt hashing for Flask.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-devtools/python/python-flask-bcrypt_0.7.1.bb     | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb
new file mode 100644
index 0000000..d08883d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Brcrypt hashing for Flask."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0ee2ee5bee7fe96597770e92db5719a8"
+
+SRC_URI[md5sum] = "d345c36ac6637d3ca9fa942e238d00ca"
+SRC_URI[sha256sum] = "d71c8585b2ee1c62024392ebdbc447438564e2c8c02b4e57b56a4cafd8d13c5f"
+
+PYPI_PACKAGE = "Flask-Bcrypt"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "python-bcrypt"
-- 
2.1.4



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

* [meta-python][PATCH 4/9] python-flask-bootstrap: Add recipe for version 3.3.5.7
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4 Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 3/9] python-flask-bcrypt: Add recipe for version 0.7.1 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 5/9] python-flask-navigation: Add recipe for version 0.2.0 Fabio Berton
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's an extension that includes Bootstrap in your project, without any
boilerplate code.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb  | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb b/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb
new file mode 100644
index 0000000..ecf89ae
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.5.7.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=f270fbb7d3ea88731bfc00916750c6bc"
+
+SRC_URI[md5sum] = "4471ad68dbf71a3c68e00bd0e1301a9f"
+SRC_URI[sha256sum] = "020bf9fcca6d69dce3b19bcb80852da929a2b1adde6cb4d47a4402f5ce54ef78"
+
+PYPI_PACKAGE = "Flask-Bootstrap"
+
+inherit pypi setuptools
-- 
2.1.4



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

* [meta-python][PATCH 5/9] python-flask-navigation: Add recipe for version 0.2.0
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
                   ` (2 preceding siblings ...)
  2016-04-13 13:16 ` [meta-python][PATCH 4/9] python-flask-bootstrap: Add recipe for version 3.3.5.7 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 6/9] python-flask-sqlalchemy: Add recipe for version 2.1 Fabio Berton
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's the navigation of Flask application.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-devtools/python/python-flask-navigation_0.2.0.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb
new file mode 100644
index 0000000..8ff6abc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "The navigation of Flask application."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af2ec695dc1f3eb7bd74f79a68a0d789"
+
+SRC_URI[md5sum] = "d1075ee02a3f69da37e5cadad3395f31"
+SRC_URI[sha256sum] = "c42d30efa989ca877444a410e8a1cd2563546f9effe3d9fe388eedf7a6c69285"
+
+PYPI_PACKAGE = "Flask-Navigation"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "python-blinker"
-- 
2.1.4



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

* [meta-python][PATCH 6/9] python-flask-sqlalchemy: Add recipe for version 2.1
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
                   ` (3 preceding siblings ...)
  2016-04-13 13:16 ` [meta-python][PATCH 5/9] python-flask-navigation: Add recipe for version 0.2.0 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 7/9] python-flask-wtf: Add recipe for version 0.12 Fabio Berton
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's adds SQLAlchemy support to your Flask application.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../recipes-devtools/python/python-flask-sqlalchemy_2.1.bb   | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb
new file mode 100644
index 0000000..a258713
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-sqlalchemy_2.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Adds SQLAlchemy support to your Flask application."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5ed1b8cc741515a835a7f6bf2f62ef4a"
+
+SRC_URI[md5sum] = "dc15fe08b07b434d3d2c4063b4674b72"
+SRC_URI[sha256sum] = "c5244de44cc85d2267115624d83faef3f9e8f088756788694f305a5d5ad137c5"
+
+PYPI_PACKAGE = "Flask-SQLAlchemy"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "python-sqlalchemy"
-- 
2.1.4



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

* [meta-python][PATCH 7/9] python-flask-wtf: Add recipe for version 0.12
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
                   ` (4 preceding siblings ...)
  2016-04-13 13:16 ` [meta-python][PATCH 6/9] python-flask-sqlalchemy: Add recipe for version 2.1 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:16 ` [meta-python][PATCH 8/9] python-pam: Add recipe for version 1.8.2 Fabio Berton
  2016-04-13 13:17 ` [meta-python][PATCH 9/9] python-wtforms: Add recipe for version 2.0.2 Fabio Berton
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's a simple integration of Flask and WTForms.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 .../import-simplejson-as-json.patch                | 28 ++++++++++++++++++++++
 .../python/python-flask-wtf_0.12.bb                | 17 +++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-flask-wtf/import-simplejson-as-json.patch
 create mode 100644 meta-python/recipes-devtools/python/python-flask-wtf_0.12.bb

diff --git a/meta-python/recipes-devtools/python/python-flask-wtf/import-simplejson-as-json.patch b/meta-python/recipes-devtools/python/python-flask-wtf/import-simplejson-as-json.patch
new file mode 100644
index 0000000..678f706
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-wtf/import-simplejson-as-json.patch
@@ -0,0 +1,28 @@
+Upstream-Status: Inappropriate [configuration]
+
+Subject: [PATCH] import simplejson as json
+
+At runtime python-Flask-WTF tries to import json, but the module is not 
+available, import simplejson as json solve the issue.
+
+Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
+---
+ flask_wtf/recaptcha/validators.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/flask_wtf/recaptcha/validators.py b/flask_wtf/recaptcha/validators.py
+index bcff23d..4a244bb 100644
+--- a/flask_wtf/recaptcha/validators.py
++++ b/flask_wtf/recaptcha/validators.py
+@@ -8,7 +8,7 @@ from flask import request, current_app
+ from wtforms import ValidationError
+ from werkzeug import url_encode
+ from .._compat import to_bytes, to_unicode
+-import json
++import simplejson as json
+ 
+ RECAPTCHA_VERIFY_SERVER = 'https://www.google.com/recaptcha/api/siteverify'
+ RECAPTCHA_ERROR_CODES = {
+-- 
+2.1.4
+
diff --git a/meta-python/recipes-devtools/python/python-flask-wtf_0.12.bb b/meta-python/recipes-devtools/python/python-flask-wtf_0.12.bb
new file mode 100644
index 0000000..79afaf6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-wtf_0.12.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Simple integration of Flask and WTForms."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=507e8635f25a06dc4f041a3a1b3359b3"
+
+SRC_URI[md5sum] = "c53a74e8ba481bf53405fd5efdf0339e"
+SRC_URI[sha256sum] = "bd99316c97ed1d1cb90b8f0c242c86420a891a6a2058f20717e424bf5b0bb80e"
+
+SRC_URI += " file://import-simplejson-as-json.patch"
+
+PYPI_PACKAGE = "Flask-WTF"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "\
+    python-wtforms \
+    python-simplejson \
+"
-- 
2.1.4



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

* [meta-python][PATCH 8/9] python-pam: Add recipe for version 1.8.2
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
                   ` (5 preceding siblings ...)
  2016-04-13 13:16 ` [meta-python][PATCH 7/9] python-flask-wtf: Add recipe for version 0.12 Fabio Berton
@ 2016-04-13 13:16 ` Fabio Berton
  2016-04-13 13:17 ` [meta-python][PATCH 9/9] python-wtforms: Add recipe for version 2.0.2 Fabio Berton
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:16 UTC (permalink / raw)
  To: openembedded-devel

It's a python PAM module using ctypes, py3/py2.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 meta-python/recipes-devtools/python/python-pam_1.8.2.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-pam_1.8.2.bb

diff --git a/meta-python/recipes-devtools/python/python-pam_1.8.2.bb b/meta-python/recipes-devtools/python/python-pam_1.8.2.bb
new file mode 100644
index 0000000..05bddd5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pam_1.8.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python PAM module using ctypes, py3/py2."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=64326d42471b493c5c088305364ad5da"
+
+SRC_URI[md5sum] = "db71b6b999246fb05d78ecfbe166629d"
+SRC_URI[sha256sum] = "26efe4e79b869b10f97cd8c4a6bbb04a4e54d41186364e975b4108c9c071812c"
+
+PYPI_PACKAGE = "python-pam"
+
+inherit pypi setuptools
+
+RDEPENDS_${PN} = "libpam"
-- 
2.1.4



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

* [meta-python][PATCH 9/9] python-wtforms: Add recipe for version 2.0.2
  2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
                   ` (6 preceding siblings ...)
  2016-04-13 13:16 ` [meta-python][PATCH 8/9] python-pam: Add recipe for version 1.8.2 Fabio Berton
@ 2016-04-13 13:17 ` Fabio Berton
  7 siblings, 0 replies; 9+ messages in thread
From: Fabio Berton @ 2016-04-13 13:17 UTC (permalink / raw)
  To: openembedded-devel

It's a flexible forms validation and rendering library for python web
development.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb b/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb
new file mode 100644
index 0000000..ae605d5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A flexible forms validation and rendering library for python web development."
+HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e9377f5e4bfad82b40ed63f0fd4d1cce"
+
+SRC_URI[md5sum] = "613cf723ab40537705bec02733c78d95"
+SRC_URI[sha256sum] = "10737758ceae03b53021f3aa7e81bfc8dd6f679c879ffeb5e64ac6570facb6c1"
+
+PYPI_PACKAGE = "WTForms"
+PYPI_PACKAGE_EXT = "zip"
+
+inherit pypi setuptools
-- 
2.1.4



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

end of thread, other threads:[~2016-04-13 13:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 13:16 [meta-python][PATCH 1/9] python-bcrypt: Add recipe for version 2.0.0 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 2/9] python-blinker: Add recipe for version 1.4 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 3/9] python-flask-bcrypt: Add recipe for version 0.7.1 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 4/9] python-flask-bootstrap: Add recipe for version 3.3.5.7 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 5/9] python-flask-navigation: Add recipe for version 0.2.0 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 6/9] python-flask-sqlalchemy: Add recipe for version 2.1 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 7/9] python-flask-wtf: Add recipe for version 0.12 Fabio Berton
2016-04-13 13:16 ` [meta-python][PATCH 8/9] python-pam: Add recipe for version 1.8.2 Fabio Berton
2016-04-13 13:17 ` [meta-python][PATCH 9/9] python-wtforms: Add recipe for version 2.0.2 Fabio Berton

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.