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

Levente Polyak anthraxx at archlinux.org
Thu Aug 9 08:22:21 UTC 2018


    Date: Thursday, August 9, 2018 @ 08:22:21
  Author: anthraxx
Revision: 370497

upgpkg: python-engineio 2.2.0-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-09 08:18:36 UTC (rev 370496)
+++ PKGBUILD	2018-08-09 08:22:21 UTC (rev 370497)
@@ -2,8 +2,8 @@
 
 pkgbase=python-engineio
 pkgname=('python-engineio' 'python2-engineio')
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
@@ -10,12 +10,12 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python-sphinx' 'python-six'
              'python2-setuptools' 'python2-sphinx' 'python2-six')
-checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 'python-pytest-runner' 'python-aiohttp'
-              'python2-mock' 'python2-eventlet' 'python2-pytest' 'python2-pytest-runner')
+checkdepends=('python-mock' 'python-eventlet' 'python-pytest' 'python-pytest-runner' 'python-aiohttp' 'python-tornado'
+              'python2-mock' 'python2-eventlet' 'python2-pytest' 'python2-pytest-runner' 'python2-tornado')
 options=('!makeflags')
 source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}.tar.gz)
-sha256sums=('053e281005f8d649eb31d514dc2fd5b04330c3ee68e84189f32d0f00b290387c')
-sha512sums=('14f081d351424ed1e562b1bb4b350bafe93946dddae6a1a6153292711a1fb93a73929b3b2902c27e5a278d632a34e519937afe6be4ab7512280f5861586abb4a')
+sha256sums=('965a0d168f5ff42ae0fda4f7cbec4adcc323efffea245d97995e34f45e4dfeaa')
+sha512sums=('408172e522a734fbd921b303832676e9d970c8d121301a13d97c39268c1f20a72e43b610f7e3574895faf4b8c592e4db00def2ba14327d391d821c7136a999ce')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}
@@ -46,6 +46,7 @@
   optdepends=(
     'python-eventlet: eventlet support'
     'python-aiohttp: aiohttp support'
+    'python-tornado: tornado asyncio support'
   )
 
   cd ${pkgbase}-${pkgver}
@@ -60,6 +61,7 @@
   depends=('python2-six')
   optdepends=(
     'python2-eventlet: eventlet support'
+    'python-tornado: tornado asyncio support'
   )
 
   cd ${pkgbase}-${pkgver}-py2



More information about the arch-commits mailing list