Date: Sunday, May 7, 2023 @ 11:35:07
  Author: arojas
Revision: 1459247

archrelease: copy trunk to community-any

Added:
  python-python-socks/repos/community-any/PKGBUILD
    (from rev 1459246, python-python-socks/trunk/PKGBUILD)
  python-python-socks/repos/community-any/keys/
Deleted:
  python-python-socks/repos/community-any/PKGBUILD
  python-python-socks/repos/community-any/keys/

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 11:34:56 UTC (rev 1459246)
+++ PKGBUILD    2023-05-07 11:35:07 UTC (rev 1459247)
@@ -1,42 +0,0 @@
-# Maintainer: Jonas Witschel <[email protected]>
-pkgname=python-python-socks
-pkgver=2.0.3
-_tag=55f744af9066682165c354897055508eb4c19877 # git rev-parse "v$pkgver"
-pkgrel=3
-pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
-arch=('any')
-url='https://github.com/romis2012/python-socks'
-license=('APACHE')
-depends=('python') 
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-anyio' 'python-async-timeout' 'python-curio' 
'python-flask' 'python-pytest'
-              'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 
'python-yarl')
-optdepends=('python-anyio: anyio support'
-            'python-async-timeout: asyncio support'
-            'python-curio: curio support'
-            'python-trio: trio support')
-provides=('python-python_socks')
-replaces=('python-python_socks')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev 
<[email protected]>
-
-pkgver() {
-       cd "${pkgname#python-}"
-       git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-       cd "${pkgname#python-}"
-       python -m build --wheel --no-isolation
-}
-
-check() {
-       cd "${pkgname#python-}"
-       pytest
-}
-
-package() {
-       cd "${pkgname#python-}"
-       python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: python-python-socks/repos/community-any/PKGBUILD (from rev 1459246, 
python-python-socks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 11:35:07 UTC (rev 1459247)
@@ -0,0 +1,42 @@
+# Maintainer: Jonas Witschel <[email protected]>
+pkgname=python-python-socks
+pkgver=2.2.0
+_tag=0b14e3d73c7c2a502b6cd46f1762a0020071259c # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python'
+arch=('any')
+url='https://github.com/romis2012/python-socks'
+license=('APACHE')
+depends=('python') 
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-anyio' 'python-async-timeout' 'python-curio' 
'python-flask' 'python-pytest'
+              'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 
'python-yarl' 'python-trustme' 'python-tiny-proxy')
+optdepends=('python-anyio: anyio support'
+            'python-async-timeout: asyncio support'
+            'python-curio: curio support'
+            'python-trio: trio support')
+provides=('python-python_socks')
+replaces=('python-python_socks')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev 
<[email protected]>
+
+pkgver() {
+       cd "${pkgname#python-}"
+       git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+       cd "${pkgname#python-}"
+       python -m build --wheel --no-isolation
+}
+
+check() {
+       cd "${pkgname#python-}"
+       pytest -k 'not proxy_server'
+}
+
+package() {
+       cd "${pkgname#python-}"
+       python -m installer --destdir="$pkgdir" dist/*.whl
+}

Reply via email to