[arch-commits] Commit in python-socketio/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat Nov 16 23:44:29 UTC 2019
Date: Saturday, November 16, 2019 @ 23:44:28
Author: anthraxx
Revision: 529844
upgpkg: python-socketio 4.3.1-1
Modified:
python-socketio/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-16 23:42:19 UTC (rev 529843)
+++ PKGBUILD 2019-11-16 23:44:28 UTC (rev 529844)
@@ -1,8 +1,8 @@
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=python-socketio
-pkgver=3.1.2
-pkgrel=3
+pkgver=4.3.1
+pkgrel=1
pkgdesc='Python implementation of the Socket.IO realtime server'
url='https://github.com/miguelgrinberg/python-socketio'
arch=('any')
@@ -12,12 +12,11 @@
optdepends=('python-tornado: tornado asyncio webserver')
checkdepends=('python-pytest' 'python-mock')
options=('!makeflags')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('a44950c0535f92b3ad6f055536f4ffc35a4be8af8f88919ec25e55c2765f5fa8')
-sha512sums=('026aa04ef3d3dd32a3617b8572e0d704ec03cb9a694059ef89325a8d766ff25f93341f1f2621b46729b9462d4927bdc7052fe051a73ea7b94046a0da0d5aaf21')
+source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('d0b26230a2877d2dab8d74503987f92dcef9da0ad1b7aeffa469133ee829ffcf')
+sha512sums=('abec4b66f229ee6df653aa52c67ed6ce582b6093b0070562b0c6c60a6e5fb032c5b9580bed55a38423fff37df4b939e6ebbe6a6d4dbc2c5d08abb056283346d0')
build() {
- msg2 'Building python...'
cd ${pkgbase}-${pkgver}
python setup.py build
make -C docs man text SPHINXBUILD=sphinx-build
@@ -24,7 +23,6 @@
}
check() {
- msg2 'Checking python...'
cd ${pkgbase}-${pkgver}
py.test -k 'not test_logger'
}
More information about the arch-commits
mailing list