python-Django: retab
This commit is contained in:
parent
a243e1e5bc
commit
59f46d41a5
1 changed files with 8 additions and 8 deletions
|
@ -27,14 +27,14 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-Django_package() {
|
python3.4-Django_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="django"
|
pycompile_module="django"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove 'usr/bin/django-admin3*'
|
vmove 'usr/bin/django-admin3*'
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue