python-Flask-Assets: retab

This commit is contained in:
Eivind Uggedal 2015-08-31 11:33:33 +00:00
parent 59f46d41a5
commit dcd5edf769

View file

@ -21,13 +21,13 @@ post_install() {
} }
python3.4-Flask-Assets_package() { python3.4-Flask-Assets_package() {
noarch=yes noarch=yes
depends="python3.4-Flask python3.4-webassets" depends="python3.4-Flask python3.4-webassets"
pycompile_version="3.4" pycompile_version="3.4"
pycompile_module="flask_assets" pycompile_module="flask_assets"
short_desc="${short_desc/Python2/Python3.4}" short_desc="${short_desc/Python2/Python3.4}"
pkg_install() { pkg_install() {
vmove usr/lib/python3.4 vmove usr/lib/python3.4
vlicense LICENSE vlicense LICENSE
} }
} }