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

2022-08-29 Thread Levente Polyak via arch-commits
Date: Monday, August 29, 2022 @ 21:35:32
  Author: anthraxx
Revision: 1286261

upgpkg: python-socketio 5.7.1-1

Modified:
  python-socketio/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-29 21:35:29 UTC (rev 1286260)
+++ PKGBUILD2022-08-29 21:35:32 UTC (rev 1286261)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.6.0
+pkgver=5.7.1
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -8,17 +8,18 @@
 arch=('any')
 license=('MIT')
 depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
-makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel'
+ 'python-sphinx' 'python-tornado')
 optdepends=('python-tornado: tornado asyncio webserver')
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('65512b5d81013b1af636dbf61ed27154796ce86d4a470ecb9a749e722aaf442030a88172cd9ce6600e5c1ebd7d838be8aa26fa5887f4252174020fc926d3a447')
-b2sums=('1642053479c527d3019be67113eb57a6237aec9b6e3e3b58d5d0a5d0c5f2a20090fa2cc94b98b6036a3c96b744ab05ab3abf133e88ab629ceb7ecf2f7fc53794')
+sha512sums=('0d2962aa10f1b2cef5a18f97aba32c015960d5aa70ada9ca4d63db18b24a68d08033036ed5f2b93f0d618bb946e7a792fdfcabca655b21b6aa479042bb07f43a')
+b2sums=('aea56b52ef7f9bea12497e419818936d2fcc1b6fe3eb289555d3e5219fffa7011ecd05603fbdd7c104b2795aa0b0f4941069e97f80c91f6978327aa823bb')
 
 build() {
   cd ${pkgbase}-${pkgver}
-  python setup.py build
+  python -m build --wheel --no-isolation
   make -C docs man text SPHINXBUILD=sphinx-build
 }
 
@@ -29,7 +30,7 @@
 
 package() {
   cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"



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

2022-05-06 Thread Levente Polyak via arch-commits
Date: Friday, May 6, 2022 @ 21:48:59
  Author: anthraxx
Revision: 1196076

upgpkg: python-socketio 5.6.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-06 21:48:19 UTC (rev 1196075)
+++ PKGBUILD2022-05-06 21:48:59 UTC (rev 1196076)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.5.2
+pkgver=5.6.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9cc7c51085b1568d7a4d8a9e8846323f3ec2ab7371ae996cd296109a82fd2a9b3c6a294bff55e30da5b8412dff91e3f0afffc09aac22d618fbf81c93a1628a86')
-b2sums=('7f0cae9758168463c01e6af3128cf32d630169a31b8abbb8cb1cf25b408826b87fe3a6c4b36a0bee56bb5035254226951e159826448dbd5fc0cb095a674c')
+sha512sums=('65512b5d81013b1af636dbf61ed27154796ce86d4a470ecb9a749e722aaf442030a88172cd9ce6600e5c1ebd7d838be8aa26fa5887f4252174020fc926d3a447')
+b2sums=('1642053479c527d3019be67113eb57a6237aec9b6e3e3b58d5d0a5d0c5f2a20090fa2cc94b98b6036a3c96b744ab05ab3abf133e88ab629ceb7ecf2f7fc53794')
 
 build() {
   cd ${pkgbase}-${pkgver}



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

2022-02-24 Thread Levente Polyak via arch-commits
Date: Thursday, February 24, 2022 @ 22:46:41
  Author: anthraxx
Revision: 1136521

upgpkg: python-socketio 5.5.2-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-02-24 22:45:11 UTC (rev 1136520)
+++ PKGBUILD2022-02-24 22:46:41 UTC (rev 1136521)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.4.0
-pkgrel=3
+pkgver=5.5.2
+pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cc5907c35428103b42bbd4bf95d59012211c3efaa925485e5dd31f8c0a8c626074f84f1a4d4e660abc02a019da90299f584c25f6a7c51fd41f5c7df126f2ef26')
-b2sums=('e818fded7a7166363a1794de965bda49e8608b4614755a024550d083be738ed3e9c1a60f9298411ee9bf0699f4dfd1ed0c9106ea2a27da15822eaf2f045b7357')
+sha512sums=('9cc7c51085b1568d7a4d8a9e8846323f3ec2ab7371ae996cd296109a82fd2a9b3c6a294bff55e30da5b8412dff91e3f0afffc09aac22d618fbf81c93a1628a86')
+b2sums=('7f0cae9758168463c01e6af3128cf32d630169a31b8abbb8cb1cf25b408826b87fe3a6c4b36a0bee56bb5035254226951e159826448dbd5fc0cb095a674c')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  python setup.py test
+  PYTHONPATH=build/lib python setup.py test
 }
 
 package() {



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

2021-12-02 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 2, 2021 @ 21:52:51
  Author: foutrelis
Revision: 1062706

upgpkg: python-socketio 5.4.0-3: Python 3.10 rebuild

Modified:
  python-socketio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-02 21:52:50 UTC (rev 1062705)
+++ PKGBUILD2021-12-02 21:52:51 UTC (rev 1062706)
@@ -2,7 +2,7 @@
 
 pkgname=python-socketio
 pkgver=5.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')



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

2021-12-01 Thread Felix Yan via arch-commits
Date: Wednesday, December 1, 2021 @ 11:26:23
  Author: felixonmars
Revision: 1059198

upgpkg: python-socketio 5.4.0-2: Python 3.10 rebuild

Modified:
  python-socketio/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-12-01 11:26:23 UTC (rev 1059197)
+++ PKGBUILD2021-12-01 11:26:23 UTC (rev 1059198)
@@ -2,7 +2,7 @@
 
 pkgname=python-socketio
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')



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

2021-09-08 Thread Levente Polyak via arch-commits
Date: Wednesday, September 8, 2021 @ 18:41:10
  Author: anthraxx
Revision: 1012950

upgpkg: python-socketio 5.4.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 18:39:38 UTC (rev 1012949)
+++ PKGBUILD2021-09-08 18:41:10 UTC (rev 1012950)
@@ -1,20 +1,20 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.3.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-six' 'python-engineio' 'python-bidict')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict' 
'python-msgpack')
 makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
 optdepends=('python-tornado: tornado asyncio webserver')
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('1313b0d6308676ff5ff2e1652f8fdd8f66d0bd38148bdfbccf134adca0d64b53a1da21e6ad8bd6eb270354091e2bd48a3cdb26b5a7cae3a1ea991cd2f1c5e873')
-b2sums=('f835f2e6bfc3e9bd409fab3c0ce21975dde9c39479bad59fc5decca894bfc169733b2cf23cae51dbd98b3f7ae39c10ad874b4a5aa98fb28d172cf4705920927d')
+sha512sums=('cc5907c35428103b42bbd4bf95d59012211c3efaa925485e5dd31f8c0a8c626074f84f1a4d4e660abc02a019da90299f584c25f6a7c51fd41f5c7df126f2ef26')
+b2sums=('e818fded7a7166363a1794de965bda49e8608b4614755a024550d083be738ed3e9c1a60f9298411ee9bf0699f4dfd1ed0c9106ea2a27da15822eaf2f045b7357')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  py.test -k 'not test_logger'
+  python setup.py test
 }
 
 package() {
@@ -31,7 +31,7 @@
   cd ${pkgbase}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
   install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }



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

2021-06-07 Thread Levente Polyak via arch-commits
Date: Monday, June 7, 2021 @ 19:37:00
  Author: anthraxx
Revision: 958101

upgpkg: python-socketio 5.3.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-06-07 19:36:58 UTC (rev 958100)
+++ PKGBUILD2021-06-07 19:37:00 UTC (rev 958101)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.2.1
+pkgver=5.3.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5e28e1038c99746308b2f8f2014c567c4cfc6fb236e953216578f690c5fc10cf72bfdaae0969c1c5f739827fe547032b021cd05baf6db6bcee20e925da889c4f')
-b2sums=('47f32f7f6a666cd56c23df798827bb27f45f29358c8c8dc32154e19b084af2173d3402d90a0e3b6c9a2510c00dca31a3cf804a2c745ced99f6f16f0aa59a75b8')
+sha512sums=('1313b0d6308676ff5ff2e1652f8fdd8f66d0bd38148bdfbccf134adca0d64b53a1da21e6ad8bd6eb270354091e2bd48a3cdb26b5a7cae3a1ea991cd2f1c5e873')
+b2sums=('f835f2e6bfc3e9bd409fab3c0ce21975dde9c39479bad59fc5decca894bfc169733b2cf23cae51dbd98b3f7ae39c10ad874b4a5aa98fb28d172cf4705920927d')
 
 build() {
   cd ${pkgbase}-${pkgver}


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

2021-05-09 Thread Levente Polyak via arch-commits
Date: Sunday, May 9, 2021 @ 10:12:58
  Author: anthraxx
Revision: 929023

upgpkg: python-socketio 5.2.1-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-09 10:08:46 UTC (rev 929022)
+++ PKGBUILD2021-05-09 10:12:58 UTC (rev 929023)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=5.0.4
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -13,8 +13,8 @@
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('655d884edaf3404f231cc9c35f2e4a2300d92b144ea5f8933e33c4dd7fc8d973b53c47b9c17de65edf02add10dce8ded0efd34a7be65633a1cbb6e377137d4c9')
-b2sums=('387fbc93186c7185565bad4402bd2dd0ba427c590a94db5b3a87935fae009b8debc041589a8a19e6cb00182750cdd839a52666d529508838e1d6192bd4f2566e')
+sha512sums=('5e28e1038c99746308b2f8f2014c567c4cfc6fb236e953216578f690c5fc10cf72bfdaae0969c1c5f739827fe547032b021cd05baf6db6bcee20e925da889c4f')
+b2sums=('47f32f7f6a666cd56c23df798827bb27f45f29358c8c8dc32154e19b084af2173d3402d90a0e3b6c9a2510c00dca31a3cf804a2c745ced99f6f16f0aa59a75b8')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -33,7 +33,7 @@
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build/man/1/python-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:


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

2021-01-20 Thread Levente Polyak via arch-commits
Date: Wednesday, January 20, 2021 @ 22:55:53
  Author: anthraxx
Revision: 824027

upgpkg: python-socketio 5.0.4-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-20 22:44:02 UTC (rev 824026)
+++ PKGBUILD2021-01-20 22:55:53 UTC (rev 824027)
@@ -1,20 +1,20 @@
 # Maintainer: Levente Polyak 
 
 pkgname=python-socketio
-pkgver=4.6.0
-pkgrel=3
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-six' 'python-engineio')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict')
 makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
 optdepends=('python-tornado: tornado asyncio webserver')
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('715f0529c44c8c2d895fdc8430acc80b37d8cf772be09bb37d215a85be11e3c2853b7d2cfb0836930695c18db5df6f5b54eb945d84db5980830c8e0773e972da')
-b2sums=('6148e661a21bb0076046d3ce35a9c18e2d9dd0fc50b7abef6f3446ba829a925812d1127f967bf709b6fbce3089143588c595d1c92e348e53c9ad1cebf9e31b11')
+sha512sums=('655d884edaf3404f231cc9c35f2e4a2300d92b144ea5f8933e33c4dd7fc8d973b53c47b9c17de65edf02add10dce8ded0efd34a7be65633a1cbb6e377137d4c9')
+b2sums=('387fbc93186c7185565bad4402bd2dd0ba427c590a94db5b3a87935fae009b8debc041589a8a19e6cb00182750cdd839a52666d529508838e1d6192bd4f2566e')
 
 build() {
   cd ${pkgbase}-${pkgver}