blob: b3ba14ff7f7b1015eb7d826cc4517e2b4d4f5056 [file] [log] [blame]
Patrick Williams169d7bc2024-01-05 11:33:25 -06001DESCRIPTION = "A flexible forms validation and rendering library for python web development."
2HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5
6LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=17ed54aa95f4a6cd0d7a4747d14b64d0"
7
Patrick Williams705982a2024-01-12 09:51:57 -06008SRC_URI[sha256sum] = "f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9"
Patrick Williams169d7bc2024-01-05 11:33:25 -06009
10UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/WTForms"
11UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)"
12
13inherit pypi python_hatchling
14
15DEPENDS += "\
Patrick Williams39653562024-03-01 08:54:02 -060016 python3-pip-native \
17 python3-babel-native \
Patrick Williams169d7bc2024-01-05 11:33:25 -060018 "
19
20RDEPENDS:${PN} += "\
Patrick Williams39653562024-03-01 08:54:02 -060021 python3-netserver \
22 python3-numbers \
23 python3-markupsafe \
Patrick Williams169d7bc2024-01-05 11:33:25 -060024 "