From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: python-tornado: Update to 4.3.
Date: Fri, 26 Feb 2016 11:11:23 +0200 [thread overview]
Message-ID: <1456477883-21423-3-git-send-email-efraim@flashner.co.il> (raw)
In-Reply-To: <1456477883-21423-1-git-send-email-efraim@flashner.co.il>
* 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 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6d1a73b..1021a8e 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
--
2.7.0
prev parent reply other threads:[~2016-02-26 9:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-26 9:11 [PATCH 0/2] python-tornado-4.3 Efraim Flashner
2016-02-26 9:11 ` [PATCH 1/2] gnu: Add python-backports-abc Efraim Flashner
2016-02-28 8:37 ` Andreas Enge
2016-02-28 9:06 ` Efraim Flashner
2016-02-26 9:11 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456477883-21423-3-git-send-email-efraim@flashner.co.il \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.