[arch-commits] Commit in libproxy/trunk (PKGBUILD)

Jelle van der Waa jelle at gemini.archlinux.org
Sun Oct 3 11:26:05 UTC 2021


    Date: Sunday, October 3, 2021 @ 11:26:05
  Author: jelle
Revision: 425036

Drop optional python2 module

A python 3 module already exists and python2 is EOL.

Modified:
  libproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-02 20:38:09 UTC (rev 425035)
+++ PKGBUILD	2021-10-03 11:26:05 UTC (rev 425036)
@@ -4,13 +4,13 @@
 pkgbase=libproxy
 pkgname=(libproxy libproxy-webkit)
 pkgver=0.4.17
-pkgrel=2
+pkgrel=3
 pkgdesc="Automatic proxy configuration management library"
 url="https://libproxy.github.io/libproxy/"
 arch=(x86_64)
 license=(LGPL)
 depends=(gcc-libs glib2 dbus)
-makedepends=(cmake python python2 perl webkit2gtk git)
+makedepends=(cmake python perl webkit2gtk git)
 _commit=e78a5ccfe0a2340f2c73e419767f8492ffc2787a  # tags/0.4.17
 source=("git+https://github.com/libproxy/libproxy#commit=$_commit")
 sha256sums=('SKIP')
@@ -34,7 +34,6 @@
     -DCMAKE_SKIP_RPATH=ON \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
     -DPERL_VENDORINSTALL=yes \
-    -DPYTHON2_EXECUTABLE:FILEPATH=/usr/bin/python2 \
     -DWITH_WEBKIT3=ON
   cmake --build build
 }
@@ -56,7 +55,6 @@
 package_libproxy() {
   optdepends=('networkmanager: NetworkManager configuration module'
               'perl: Perl bindings'
-              'python2: Python 2.x bindings'
               'python: Python 3.x bindings'
               'libproxy-webkit: PAC proxy support (via WebKit)')
   provides+=(libproxy.so)



More information about the arch-commits mailing list