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

Felix Yan fyan at archlinux.org
Wed Jul 16 03:28:12 UTC 2014


    Date: Wednesday, July 16, 2014 @ 05:28:12
  Author: fyan
Revision: 115755

upgpkg: python-tornado 4.0.0-1

- new major release

Modified:
  python-tornado/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-16 03:16:08 UTC (rev 115754)
+++ PKGBUILD	2014-07-16 03:28:12 UTC (rev 115755)
@@ -3,14 +3,14 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=3.2.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname' 'git')
-checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 'twisted')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')
+checkdepends=('python-pycurl' 'python2-pycurl' 'python-mock' 'python2-mock' 'python-twisted' 'python2-twisted')
 source=("git+https://github.com/facebook/tornado.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
@@ -34,6 +34,7 @@
   python -m tornado.test.runtests || warning "Tests failed"
   python -m tornado.test.runtests --ioloop=tornado.platform.asyncio.AsyncIOLoop || warning "Tests with AsyncIO failed"
   python -m tornado.test.runtests --ioloop=tornado.platform.select.SelectIOLoop || warning "Tests with SelectIO failed"
+  python -m tornado.test.runtests --ioloop=tornado.platform.twisted.TwistedIOLoop || warning "Tests with TwistedIO failed"
 
   cd ../tornado-py2
   python2 -m tornado.test.runtests || warning "Tests failed"
@@ -42,7 +43,7 @@
 }
 
 package_python-tornado() {
-  depends=('python')
+  depends=('python-certifi')
 
   cd tornado
   python setup.py install --root="${pkgdir}" --optimize=1
@@ -49,7 +50,7 @@
 }
 
 package_python2-tornado() {
-  depends=('python2' 'python2-backports.ssl_match_hostname')
+  depends=('python2-certifi' 'python2-backports.ssl_match_hostname')
 
   cd tornado-py2
   python2 setup.py install --root="${pkgdir}" --optimize=1




More information about the arch-commits mailing list