mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-lazy-object-proxy: fix python3 pkg name
This commit is contained in:
parent
14f27d5ea8
commit
ba8e196f32
1 changed files with 3 additions and 3 deletions
|
@ -20,15 +20,15 @@ post_install() {
|
||||||
|
|
||||||
python3-lazy-object-proxy_package() {
|
python3-lazy-object-proxy_package() {
|
||||||
pycompile_module="lazy_object_proxy"
|
pycompile_module="lazy_object_proxy"
|
||||||
replaces="python3.4-lazy_object_proxy>=0"
|
replaces="python3.4-lazy-object-proxy>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-lazy_object_proxy_package() {
|
python3.4-lazy-object-proxy_package() {
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
depends="python3-lazy_object_proxy>=${version}_${revision}"
|
depends="python3-lazy-object-proxy>=${version}_${revision}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue