python-Flask-WTF: retab
This commit is contained in:
parent
3d094c7d1a
commit
d8b614fc7d
1 changed files with 8 additions and 8 deletions
|
@ -21,13 +21,13 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-Flask-WTF_package() {
|
python3.4-Flask-WTF_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-Flask python3.4-WTForms"
|
depends="python3.4-Flask python3.4-WTForms"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="flask_wtf"
|
pycompile_module="flask_wtf"
|
||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue