From 8189a62a8a30583bd801aacd14ba7bee4373d809 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Sat, 9 Jun 2018 15:28:09 -0300 Subject: [PATCH] python-WTForms: update to 2.2. (#14937) --- srcpkgs/python-WTForms/template | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template index 9a0fc1c25bd..2586741ff21 100644 --- a/srcpkgs/python-WTForms/template +++ b/srcpkgs/python-WTForms/template @@ -1,22 +1,23 @@ # Template file for 'python-WTForms' pkgname=python-WTForms -version=2.1 -revision=3 +version=2.2 +revision=1 noarch=yes -wrksrc="${pkgname#*-}-${version}" +wrksrc="WTForms-${version}" build_style=python-module pycompile_module="wtforms" -hostmakedepends="python-setuptools python3-setuptools unzip" +hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Forms validation and rendering library for Python2" maintainer="Eivind Uggedal " -license="BSD" +license="BSD-3-Clause" homepage="http://wtforms.simplecodes.com/" -distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.zip" -checksum=ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f +#changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst" +distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz" +checksum=49c6dc46a188db98be7582046db35bae3e4701b71a2e8f4212873289cd51553a post_install() { - vlicense LICENSE.txt LICENSE + vlicense LICENSE.rst LICENSE } python3-WTForms_package() { @@ -26,6 +27,6 @@ python3-WTForms_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* - vlicense LICENSE.txt LICENSE + vlicense LICENSE.rst LICENSE } }