Date: Saturday, August 17, 2013 @ 16:38:51 Author: fyan Revision: 95840
upgpkg: python-tornado 3.1.0-2 Replacement of distribute dependency in favour of setuptools Modified: python-tornado/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-17 14:38:28 UTC (rev 95839) +++ PKGBUILD 2013-08-17 14:38:51 UTC (rev 95840) @@ -4,12 +4,12 @@ pkgname=('python-tornado' 'python2-tornado') pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='open source version of the scalable, non-blocking web server and tools' arch=('any') url='http://www.tornadoweb.org/' license=('Apache') -makedepends=('python-distribute' 'python2-distribute') +makedepends=('python-setuptools' 'python2-setuptools') source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz") build() {