author | Felix Yan
<felixonmars@archlinux.org> 2018-08-17 07:47:01 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-08-17 07:47:01 UTC |
parent | 8e96621a52fec9efff75f2c2945bb3ae371743e7 |
PKGBUILD | +6 | -7 |
diff --git a/PKGBUILD b/PKGBUILD index e0df6bf..526ba8d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,15 +4,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') @@ -76,9 +76,8 @@ package_python-tornado() { } 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'