Github messages for voidlinux
 help / color / mirror / Atom feed
From: kruceter <kruceter@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libproxy: switch to python3 bindings
Date: Mon, 06 Feb 2023 08:14:12 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42104@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-02-06  7:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06  7:14 kruceter [this message]
2023-02-08 23:53 ` [PR PATCH] [Closed]: " kruceter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42104@inbox.vuxu.org \
    --to=kruceter@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).