mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
44aa637943
commit
7a0519d840
@@ -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
|
||||||
Reference in New Issue
Block a user