python-redis: retab

This commit is contained in:
Eivind Uggedal 2015-08-31 11:35:08 +00:00
parent bc35352657
commit 8602010f6e

View file

@ -22,13 +22,13 @@ post_install() {
}
python3.4-redis_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="redis"
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="redis"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
vlicense LICENSE
}
}
}