1 pkgname=python2-tornado
4 pkgdesc='open source version of the scalable, non-blocking web server and tools that power FriendFeed'
6 url="http://www.tornadoweb.org/"
8 depends=('python2>=2.7')
9 makedepends=('python2-distribute')
10 source=(https://github.com/downloads/facebook/tornado/tornado-$pkgver.tar.gz)
15 python2 ./setup.py install --root=$pkgdir --prefix=/usr || return 1
18 md5sums=('3cfa12efec87a26e013128388e1e6aa7')