20 lines
728 B
Bash
20 lines
728 B
Bash
# Template file for 'python3-WTForms'
|
|
pkgname=python3-WTForms
|
|
version=3.1.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools hatchling python3-Babel"
|
|
depends="python3 python3-MarkupSafe python3-email-validator"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="Forms validation and rendering library for Python3"
|
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="http://wtforms.simplecodes.com/"
|
|
changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/W/WTForms/wtforms-${version}.tar.gz"
|
|
checksum=f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9
|
|
|
|
post_install() {
|
|
vlicense LICENSE.rst LICENSE
|
|
}
|