From d03e91491384965c1fcbb6f44e7cd7acc17f6936 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 31 Aug 2015 11:34:39 +0000 Subject: [PATCH] python-WTForms: retab --- srcpkgs/python-WTForms/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template index ac80cf25f6..5999e78033 100644 --- a/srcpkgs/python-WTForms/template +++ b/srcpkgs/python-WTForms/template @@ -21,13 +21,13 @@ post_install() { } python3.4-WTForms_package() { - noarch=yes - depends="python3.4" - pycompile_version="3.4" - pycompile_module="wtforms" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 + noarch=yes + depends="python3.4" + pycompile_version="3.4" + pycompile_module="wtforms" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 vlicense LICENSE.txt LICENSE - } + } }