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

Antonio Rojas arojas at archlinux.org
Sun Jan 5 20:19:27 UTC 2020


    Date: Sunday, January 5, 2020 @ 20:19:27
  Author: arojas
Revision: 549378

Update to 0.3.3

Modified:
  python-aiohttp-socks/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-05 19:33:44 UTC (rev 549377)
+++ PKGBUILD	2020-01-05 20:19:27 UTC (rev 549378)
@@ -1,8 +1,8 @@
 # Maintainer: Santiago Torres-Arias <santiago at archlinux.org>
 
 pkgname=python-aiohttp-socks
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.3.3
+pkgrel=1
 pkgdesc="SOCKS proxy connector for aiohttp. SOCKS4(a) and SOCKS5 are supported."
 arch=('any')
 url="https://github.com/romis2012/aiohttp-socks/"
@@ -15,13 +15,10 @@
 
 check() {
     cd "aiohttp-socks"
-    # pytest # fails as regular user
-           # due to permission errors
+    pytest
 }
 
 package() {
-    depends=('python' 'python-setuptools')
-
     cd "aiohttp-socks"
     python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
 }



More information about the arch-commits mailing list