Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -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;md5=c4660c132770d5d0a5757541f6b79493" |
| 6 | |
| 7 | SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a" |
| 8 | SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61" |
| 9 | |
| 10 | PYPI_PACKAGE = "WTForms" |
| 11 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | inherit pypi setuptools3 |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | |
| 14 | RDEPENDS_${PN} += "\ |
| 15 | ${PYTHON_PN}-netserver \ |
| 16 | ${PYTHON_PN}-numbers \ |
| 17 | " |