#Packager: George Vlahavas pkgname=tornado pkgver=4.3 pkgrel=1gv source=("https://pypi.python.org/packages/source/t/tornado/tornado-$pkgver.tar.gz") docs=("authors" "install" "readme" "copying") url=http://pypi.python.org/pypi/tornado slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "tornado (web framework and asynchronous networking library)" "Tornado is a Python web framework and asynchronous networking library" "originally developed at FriendFeed. By using non-blocking network I/O" "Tornado can scale to tens of thousands of open connections, making it" "ideal for long polling, WebSockets, and other applications that" "require a long-lived connection to each user." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }