]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
python-tornado: Update to 3.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Apr 2013 16:02:14 +0000 (18:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Apr 2013 16:02:14 +0000 (18:02 +0200)
python-tornado/python-tornado.nm

index 78fcbbaf50f09308a2eb125eb4ae6c59d8a2dc9b..0610edb09d43098c5dbc3692d8fdeaa9fe194224 100644 (file)
@@ -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