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

Morten Linderud foxboron at archlinux.org
Wed Mar 10 23:21:39 UTC 2021


    Date: Wednesday, March 10, 2021 @ 23:21:39
  Author: foxboron
Revision: 887365

upgpkg: python-pysocks 1.7.1-4 - Removed python2 checkdepends

Modified:
  python-pysocks/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-10 23:21:23 UTC (rev 887364)
+++ PKGBUILD	2021-03-10 23:21:39 UTC (rev 887365)
@@ -5,13 +5,13 @@
 pkgname=(python-pysocks python2-pysocks)
 pkgver=1.7.1
 _commit=f660e75d4844e64e4b162b0c01f8df8d866ee000
-pkgrel=3
+pkgrel=4
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')
 license=('BSD')
 url="https://github.com/Anorov/PySocks"
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
+checkdepends=('lib32-glibc')
 source=("$pkgbase-$_commit.tar.gz::https://github.com/Anorov/PySocks/archive/$_commit.tar.gz")
 sha512sums=('d5db8d55603758cecd0e4974729df437febcfabe8a80dcbfe6132d0ce5a23caeccfefff01bf918cdbb9f26db4cb795d26ed1f3c536c415b496e4ac1bd43e9240')
 
@@ -29,6 +29,7 @@
 }
 
 # Tests disabled as it requires external services to run
+# Fox: Removed depends. I didn't want to remove the code<3
 check_disabled() {
   cd "$srcdir"/PySocks-$pkgver-py2/test
   python2 socks4server.py &



More information about the arch-commits mailing list