From 7425e434606ecc588a4fa957b40d498b5e5d5431 Mon Sep 17 00:00:00 2001 From: DragonGhost7 Date: Sat, 8 Oct 2022 16:09:07 -0400 Subject: [PATCH] python3-WTForms: update to 3.0.1, adopt. --- srcpkgs/python3-WTForms/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template index aea6345e471..a3eb0e15e0e 100644 --- a/srcpkgs/python3-WTForms/template +++ b/srcpkgs/python3-WTForms/template @@ -1,18 +1,19 @@ # Template file for 'python3-WTForms' pkgname=python3-WTForms -version=2.2.1 -revision=5 +version=3.0.1 +revision=1 wrksrc="WTForms-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3" +hostmakedepends="python3-setuptools python3-wheel python3-Babel" +depends="python3 python3-MarkupSafe python3-email-validator" +checkdepends="python3-pytest ${depends}" short_desc="Forms validation and rendering library for Python3" -maintainer="Orphaned " +maintainer="DragonGhost7 " 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=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61 +checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc post_install() { vlicense LICENSE.rst LICENSE