guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-tornado: Update to 4.3.


From: Efraim Flashner
Subject: 02/02: gnu: python-tornado: Update to 4.3.
Date: Sun, 28 Feb 2016 09:06:53 +0000

efraim pushed a commit to branch master
in repository guix.

commit a724924bebfdab5b451b830d0db3ef892eb925ce
Author: Efraim Flashner <address@hidden>
Date:   Fri Feb 26 10:55:56 2016 +0200

    gnu: python-tornado: Update to 4.3.
    
    * gnu/packages/python.scm (python-tornado): Update to 4.3.
    [native-inputs]: Add python-backports-abc.
    (python2-tornado)[inputs]: Add python2-singledispatch.
---
 gnu/packages/python.scm |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3cd02c1..812aeb0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4958,20 +4958,19 @@ It is written entirely in Python.")
 (define-public python-tornado
   (package
     (name "python-tornado")
-    (version "4.1")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/t/tornado/";
-             "tornado-" version ".tar.gz"))
+       (uri (pypi-uri "tornado" version))
        (sha256
-        (base32 "0a12f00h277zbifibnj46wf14801f573irvf6hwkgja5vspd7awr"))))
+        (base32 "1gzgwayl6hmc9jfcl88bni4jcsk2jcca9dn1rvrfsvnijcjx7hn9"))))
     (build-system python-build-system)
     (inputs
      `(("python-certifi" ,python-certifi)))
     (native-inputs
-     `(("python-setuptools" ,python-setuptools)))
+     `(("python-backports-abc" ,python-backports-abc)
+       ("python-setuptools" ,python-setuptools)))
     (home-page "http://www.tornadoweb.org/";)
     (synopsis "Python web framework and asynchronous networking library")
     (description
@@ -4988,6 +4987,7 @@ connection to each user.")
       (inputs
        `(("python2-backport-ssl-match-hostname"
           ,python2-backport-ssl-match-hostname)
+         ("python2-singledispatch", python2-singledispatch)
          ,@(package-inputs tornado))))))
 
 ;; the python- version can be removed with python-3.5



reply via email to

[Prev in Thread] Current Thread [Next in Thread]