[oe-commits] [meta-openembedded] 13/35: python-wtforms: Add recipe for version 2.0.2

git at git.openembedded.org git at git.openembedded.org
Tue Apr 19 10:15:27 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3b3e8cca59ec7d886058784f86f1b9e08d99caa5
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Wed Apr 13 10:17:00 2016 -0300

    python-wtforms: Add recipe for version 2.0.2
    
    It's a flexible forms validation and rendering library for python web
    development.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list