From dcd5edf769a6f5725087589bb1b670768d7fa10b Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 31 Aug 2015 11:33:33 +0000 Subject: [PATCH] python-Flask-Assets: retab --- srcpkgs/python-Flask-Assets/template | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template index 33b4a989bba..795043e85dd 100644 --- a/srcpkgs/python-Flask-Assets/template +++ b/srcpkgs/python-Flask-Assets/template @@ -21,13 +21,13 @@ post_install() { } python3.4-Flask-Assets_package() { - noarch=yes - depends="python3.4-Flask python3.4-webassets" - pycompile_version="3.4" - pycompile_module="flask_assets" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 + noarch=yes + depends="python3.4-Flask python3.4-webassets" + pycompile_version="3.4" + pycompile_module="flask_assets" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 vlicense LICENSE - } + } }