python-Werkzeug: fix indention

This commit is contained in:
Duncaen 2015-08-31 22:09:49 +02:00
parent 6420d12573
commit fce6e788be
1 changed files with 8 additions and 8 deletions

View File

@ -17,12 +17,12 @@ distfiles="${PYPI_SITE}/W/Werkzeug/Werkzeug-${version}.tar.gz"
checksum=9d2771e4c89be127bc4bac056ab7ceaf0e0064c723d6b6e195739c3af4fd5c1d
python3.4-Werkzeug_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="werkzeug"
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="werkzeug"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}