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

Levente Polyak anthraxx at gemini.archlinux.org
Thu Feb 24 22:46:41 UTC 2022


    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
===================================================================
--- PKGBUILD	2022-02-24 22:45:11 UTC (rev 1136520)
+++ PKGBUILD	2022-02-24 22:46:41 UTC (rev 1136521)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 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=('7f0cae9758168463c01e6af3128cf32d630169a31b8abbb8cb88881cf25b408826b87fe3a6c4b36a0bee56bb5035254226951e159826448dbd5fc0cb095a674c')
 
 build() {
   cd ${pkgbase}-${pkgver}
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgbase}-${pkgver}
-  python setup.py test
+  PYTHONPATH=build/lib python setup.py test
 }
 
 package() {



More information about the arch-commits mailing list