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

Jonas Witschel diabonas at gemini.archlinux.org
Tue Apr 5 13:20:50 UTC 2022


    Date: Tuesday, April 5, 2022 @ 13:20:49
  Author: diabonas
Revision: 1181435

upgpkg: python-python-socks 2.0.3-2: enable anyio testing and add optdepends

Modified:
  python-python-socks/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 13:19:30 UTC (rev 1181434)
+++ PKGBUILD	2022-04-05 13:20:49 UTC (rev 1181435)
@@ -2,7 +2,7 @@
 pkgname=python-python-socks
 pkgver=2.0.3
 _tag=55f744af9066682165c354897055508eb4c19877 # git rev-parse "v$pkgver"
-pkgrel=1
+pkgrel=2
 pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
 arch=('any')
 url='https://github.com/romis2012/python-socks'
@@ -9,9 +9,10 @@
 license=('APACHE')
 depends=('python') 
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-async-timeout' 'python-curio' 'python-flask' 'python-pytest'
+checkdepends=('python-anyio' 'python-async-timeout' 'python-curio' 'python-flask' 'python-pytest'
               'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl')
-optdepends=('python-async-timeout: asyncio support'
+optdepends=('python-anyio: anyio support'
+            'python-async-timeout: asyncio support'
             'python-curio: curio support'
             'python-trio: trio support')
 provides=('python-python_socks')



More information about the arch-commits mailing list