diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-04-13 10:17:00 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:20 +0200 |
commit | 9676ebb7d14090126f667671d525ce3f3ee89279 (patch) | |
tree | 7b5055048763b9110434e631338b4fe0ccb501cf /meta-python | |
parent | 49b35175d5018dc626a17a9a0662d97e812aab7c (diff) | |
download | meta-openembedded-9676ebb7d14090126f667671d525ce3f3ee89279.tar.gz |
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@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000..ae605d5bc --- /dev/null +++ b/meta-python/recipes-devtools/python/python-wtforms_2.0.2.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "A flexible forms validation and rendering library for python web development." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/WTForms" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e9377f5e4bfad82b40ed63f0fd4d1cce" | ||
6 | |||
7 | SRC_URI[md5sum] = "613cf723ab40537705bec02733c78d95" | ||
8 | SRC_URI[sha256sum] = "10737758ceae03b53021f3aa7e81bfc8dd6f679c879ffeb5e64ac6570facb6c1" | ||
9 | |||
10 | PYPI_PACKAGE = "WTForms" | ||
11 | PYPI_PACKAGE_EXT = "zip" | ||
12 | |||
13 | inherit pypi setuptools | ||