From: Michael Tremer Date: Mon, 1 Apr 2013 16:02:14 +0000 (+0200) Subject: python-tornado: Update to 3.0. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a39ab26d44eef2bc7a177fb9bb85610e690139;p=ipfire-3.x.git python-tornado: Update to 3.0. --- diff --git a/python-tornado/python-tornado.nm b/python-tornado/python-tornado.nm index 78fcbbaf5..0610edb09 100644 --- a/python-tornado/python-tornado.nm +++ b/python-tornado/python-tornado.nm @@ -4,7 +4,7 @@ ############################################################################### name = python-tornado -version = 2.4 +version = 3.0 release = 1 arch = noarch thisapp = tornado-%{version} @@ -21,15 +21,14 @@ description and reasonably fast. end -source_dl = http://github.com/downloads/facebook/tornado/ +source_dl = https://pypi.python.org/packages/source/t/tornado/ +source_dl += http://github.com/downloads/facebook/tornado/ build requires pakfire-builder >= 0.9.23-2 python-devel python3-devel - python3-setuptools - python3-tools end DIR_APP3 = %{DIR_APP}-python3 @@ -38,7 +37,6 @@ build find tornado -name "*py" | xargs sed -e '/^#!\//, 1d' -i cp -a %{DIR_APP} %{DIR_APP3} - 2to3 --write --nobackups %{DIR_APP3} end build