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 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-flask-mail.inc (limited to 'meta-python/recipes-devtools/python/python-flask-mail.inc') 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" -- cgit v1.2.3-54-g00ecf