mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
libproxy: move to python3
This commit is contained in:
parent
c8551ea64b
commit
98c4fd3660
3 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'libproxy'
|
# Template file for 'libproxy'
|
||||||
pkgname=libproxy
|
pkgname=libproxy
|
||||||
version=0.4.18
|
version=0.4.18
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
|
||||||
-DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
|
-DWITH_PERL=0 -DWITH_PYTHON3=1 -DWITH_WEBKIT=0"
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="Library handling all the details of proxy configuration"
|
short_desc="Library handling all the details of proxy configuration"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -28,9 +28,10 @@ libproxy-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
libproxy-python_package() {
|
|
||||||
depends="libproxy>=${version} python"
|
libproxy-python3_package() {
|
||||||
short_desc+=" - python bindings"
|
depends="libproxy>=${version} python3"
|
||||||
|
short_desc+=" - python3 bindings"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/python*"
|
vmove "usr/lib/python*"
|
||||||
}
|
}
|
||||||
|
|
|
@ -312,6 +312,7 @@ replaces="
|
||||||
libpipewire0.2-devel<=0.2.7_2
|
libpipewire0.2-devel<=0.2.7_2
|
||||||
libpipewire0.2<=0.2.7_2
|
libpipewire0.2<=0.2.7_2
|
||||||
libpng12<=1.2.59_1
|
libpng12<=1.2.59_1
|
||||||
|
libproxy-python<=0.4.18_1
|
||||||
libpyside-python3<=5.15.0_2
|
libpyside-python3<=5.15.0_2
|
||||||
libqmatrixclient-devel<=0.5.3.2_1
|
libqmatrixclient-devel<=0.5.3.2_1
|
||||||
libqmatrixclient<=0.5.3.2_1
|
libqmatrixclient<=0.5.3.2_1
|
||||||
|
|
Loading…
Add table
Reference in a new issue