From 8a677a1e06fc53a52551319f5192932a5a8a1d26 Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Thu, 7 Dec 2017 21:49:05 -0800 Subject: python[3]-flask-mail: new recipes Signed-off-by: Bill Randle Signed-off-by: Armin Kuster --- 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 (limited to 'meta-python/recipes-devtools') 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 0000000000..bb08703483 --- /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 0000000000..8324da867e --- /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 0000000000..0b963be56f --- /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 -- cgit 1.2.3-korg