python-Flask-Script: retab

This commit is contained in:
Eivind Uggedal 2015-08-31 11:34:09 +00:00
parent e40ae0c018
commit 3d094c7d1a

View file

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