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

Felix Yan felixonmars at archlinux.org
Thu Mar 23 07:28:48 UTC 2017


    Date: Thursday, March 23, 2017 @ 07:28:47
  Author: felixonmars
Revision: 218476

upgpkg: python-pysocks 1.6.7-1

Modified:
  python-pysocks/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-23 07:28:22 UTC (rev 218475)
+++ PKGBUILD	2017-03-23 07:28:47 UTC (rev 218476)
@@ -4,32 +4,32 @@
 
 pkgbase=python-pysocks
 pkgname=(python-pysocks python2-pysocks)
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')
 license=('BSD')
 url="https://github.com/Anorov/PySocks"
-makedepends=('python' 'python2' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
-source=("git+https://github.com/Anorov/PySocks.git#tag=$pkgver")
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Anorov/PySocks/archive/$pkgver.tar.gz")
+sha512sums=('6b670b2246c2c3c8d0b5424f6fb65cbab1d030d58b15f99db9eb232ead5e853c52af637f3d429e3fe88c70792f3b4913219b6694fa0e81318cdd40c41c1b17d6')
 
 prepare() {
-  cp -a PySocks{,-py2}
+  cp -a PySocks-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/PySocks
+  cd "$srcdir"/PySocks-$pkgver
   python setup.py build
 
-  cd "$srcdir"/PySocks-py2
+  cd "$srcdir"/PySocks-$pkgver-py2
   python2 setup.py build
 }
 
 # Tests disabled as it requires external services to run
 check_disabled() {
-  cd "$srcdir"/PySocks-py2/test
+  cd "$srcdir"/PySocks-$pkgver-py2/test
   python2 socks4server.py &
   _SOCKS4SERVER=$!
   python2 httpproxy.py &
@@ -41,7 +41,7 @@
 
   python2 sockstest.py
 
-  cd "$srcdir"/PySocks/test
+  cd "$srcdir"/PySocks-$pkgver/test
   python sockstest.py
 
   ./mocks shutdown
@@ -52,7 +52,7 @@
 package_python-pysocks() {
   depends=('python')
 
-  cd PySocks
+  cd PySocks-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }
 
@@ -59,6 +59,6 @@
 package_python2-pysocks() {
   depends=('python2')
 
-  cd PySocks-py2
+  cd PySocks-$pkgver-py2
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list