[arch-commits] Commit in python-tornado/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Aug 17 07:47:02 UTC 2018
Date: Friday, August 17, 2018 @ 07:47:01
Author: felixonmars
Revision: 372226
upgpkg: python-tornado 5.1.0-2
fix dependency on python2-futures (FS#59555)
Modified:
python-tornado/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-17 07:46:43 UTC (rev 372225)
+++ PKGBUILD 2018-08-17 07:47:01 UTC (rev 372226)
@@ -5,15 +5,15 @@
pkgbase=python-tornado
pkgname=('python-tornado' 'python2-tornado')
pkgver=5.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='open source version of the scalable, non-blocking web server and tools'
arch=('x86_64')
url='http://www.tornadoweb.org/'
license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-futures' 'python2-singledispatch'
+ 'python2-backports-abc')
checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 'python-twisted'
- 'python2-twisted' 'python2-futures' 'python2-singledispatch' 'python2-backports-abc'
- 'python2-trollius' 'python2-monotonic')
+ 'python2-twisted' 'python2-trollius' 'python2-monotonic')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tornadoweb/tornado/archive/v$pkgver.tar.gz")
sha512sums=('7960449ebae76501aa0ae08e3ec9a89f4de2b47a497253477c82acbf5f6f54415587fb921b619271b751312049dbb3334ff59867a536da9c71b7bd6684b9d9d9')
@@ -77,9 +77,8 @@
}
package_python2-tornado() {
- depends=('python2-singledispatch' 'python2-backports-abc')
- optdepends=('python2-futures: recommended thread pool and for tornado.netutil.ThreadedResolver'
- 'python2-monotonic: enable support for a monotonic clock'
+ depends=('python2-futures' 'python2-singledispatch' 'python2-backports-abc')
+ optdepends=('python2-monotonic: enable support for a monotonic clock'
'python2-pycurl: for tornado.curl_httpclient'
'python2-twisted: for tornado.platform.twisted')
# 'python2-pycares: an alternative non-blocking DNS resolver'
More information about the arch-commits
mailing list