Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 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-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" |
| 6 | |
| 7 | SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c" |
| 8 | SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c" |
| 9 | |
| 10 | PYPI_PACKAGE = "WTForms" |
| 11 | |
| 12 | inherit pypi setuptools3 |
| 13 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 14 | RDEPENDS:${PN} += "\ |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 15 | ${PYTHON_PN}-netserver \ |
| 16 | ${PYTHON_PN}-numbers \ |
| 17 | " |