Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libproxy: switch to python3 bindings
@ 2023-02-06  7:14 kruceter
  2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter
  0 siblings, 1 reply; 2+ messages in thread
From: kruceter @ 2023-02-06  7:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

There is a new pull request by kruceter against master on the void-packages repository

https://github.com/kruceter/void-packages libproxy
https://github.com/void-linux/void-packages/pull/42104

libproxy: switch to python3 bindings
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

Part of #38229.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42104.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libproxy-42104.patch --]
[-- Type: text/x-diff, Size: 2106 bytes --]

From 2a3229a9f24f1c07660d6535633f0f7fdd1ea40a Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Mon, 6 Feb 2023 10:02:43 +0300
Subject: [PATCH] libproxy: switch to python3 bindings

---
 srcpkgs/{libproxy-python => libproxy-python3} |  0
 srcpkgs/libproxy/template                     | 12 ++++++------
 srcpkgs/removed-packages/template             |  1 +
 3 files changed, 7 insertions(+), 6 deletions(-)
 rename srcpkgs/{libproxy-python => libproxy-python3} (100%)

diff --git a/srcpkgs/libproxy-python b/srcpkgs/libproxy-python3
similarity index 100%
rename from srcpkgs/libproxy-python
rename to srcpkgs/libproxy-python3
diff --git a/srcpkgs/libproxy/template b/srcpkgs/libproxy/template
index 3b516025354e..f69c8e9a71a0 100644
--- a/srcpkgs/libproxy/template
+++ b/srcpkgs/libproxy/template
@@ -1,11 +1,11 @@
 # Template file for 'libproxy'
 pkgname=libproxy
 version=0.4.18
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DWITH_GNOME=0 -DWITH_KDE4=0 -DWITH_MOZJS=0 -DWITH_NM=0
- -DWITH_PERL=0 -DWITH_PYTHON=1 -DWITH_WEBKIT=0"
-hostmakedepends="pkg-config python"
+ -DWITH_PERL=0 -DWITH_PYTHON_3=1 -DWITH_WEBKIT=0"
+hostmakedepends="pkg-config python3"
 makedepends="zlib-devel"
 short_desc="Library handling all the details of proxy configuration"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -28,9 +28,9 @@ libproxy-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-libproxy-python_package() {
-	depends="libproxy>=${version} python"
-	short_desc+=" - python bindings"
+libproxy-python3_package() {
+	depends="libproxy>=${version} python3"
+	short_desc+=" - python3 bindings"
 	pkg_install() {
 		vmove "usr/lib/python*"
 	}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index ef781a412eb8..2ed4c972c98a 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -287,6 +287,7 @@ replaces="
  libpipewire0.2-devel<=0.2.7_2
  libpipewire0.2<=0.2.7_2
  libpng12<=1.2.59_1
+ libproxy-python<=0.4.18_1
  libpyside-python3<=5.15.0_2
  libqmatrixclient-devel<=0.5.3.2_1
  libqmatrixclient<=0.5.3.2_1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: libproxy: switch to python3 bindings
  2023-02-06  7:14 [PR PATCH] libproxy: switch to python3 bindings kruceter
@ 2023-02-08 23:53 ` kruceter
  0 siblings, 0 replies; 2+ messages in thread
From: kruceter @ 2023-02-08 23:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1050 bytes --]

There's a closed pull request on the void-packages repository

libproxy: switch to python3 bindings
https://github.com/void-linux/void-packages/pull/42104

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Notes

Part of #38229.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-08 23:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06  7:14 [PR PATCH] libproxy: switch to python3 bindings kruceter
2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).