Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libproxy: move to python3
@ 2023-05-15 17:08 classabbyamp
  2023-06-14  7:18 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: classabbyamp @ 2023-05-15 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages remove/libproxy-python
https://github.com/void-linux/void-packages/pull/43883

libproxy: move to python3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



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

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

From 4bf33c38a1aca8cd98c1a1f3a32e2af8409de515 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 15 May 2023 13:06:02 -0400
Subject: [PATCH] libproxy: move to python3

---
 srcpkgs/{libproxy-python => libproxy-python3} |  0
 srcpkgs/libproxy/template                     | 13 +++++++------
 srcpkgs/removed-packages/template             |  1 +
 3 files changed, 8 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..bb619c15ec74 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_PYTHON3=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,10 @@ 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 9d87a81fde56..fd2ffff947c6 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -291,6 +291,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] [Merged]: libproxy: move to python3
  2023-05-15 17:08 [PR PATCH] libproxy: move to python3 classabbyamp
@ 2023-06-14  7:18 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-06-14  7:18 UTC (permalink / raw)
  To: ml

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

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

libproxy: move to python3
https://github.com/void-linux/void-packages/pull/43883

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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



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

end of thread, other threads:[~2023-06-14  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 17:08 [PR PATCH] libproxy: move to python3 classabbyamp
2023-06-14  7:18 ` [PR PATCH] [Merged]: " classabbyamp

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).