[Lunar-commits] <moonbase-other> tornado: added as dependency for ipython

v4hn me at v4hn.de
Wed May 29 18:38:44 CEST 2013


commit b52522b41519cd23e635e2d82a9944183d733e67
Author: v4hn <me at v4hn.de>
Date: Wed, 29 May 2013 09:36:40 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b52522b41519cd23e635e2d82a9944183d733e67

tornado: added as dependency for ipython
---
  python/tornado/BUILD   | +2/-0     
  python/tornado/DEPENDS | +1/-0     
  python/tornado/DETAILS | +19/-0    
  3 files changed, 22 insertions(+)

--- /dev/null
+++ b/python/tornado/BUILD
@@ -0,0 +1,2 @@
+prepare_install  &&
+python ./setup.py install
--- /dev/null
+++ b/python/tornado/DEPENDS
@@ -0,0 +1 @@
+optional_depends Twisted "" "" "support tornado.platform.twisted"
--- /dev/null
+++ b/python/tornado/DETAILS
@@ -0,0 +1,19 @@
+            MODULE=tornado
+           VERSION=3.0.1
+            SOURCE=$MODULE-$VERSION.tar.gz
+        SOURCE_URL=https://pypi.python.org/packages/source/${MODULE:0:1}/$MODULE
+        SOURCE_VFY=sha1:676b8c1094a34c4a82ef314dba0ddbbc4e840fa8
+          WEB_SITE=http://www.tornadoweb.org
+           ENTERED=20130529
+           UPDATED=20130529
+             SHORT="Python web framework and networking library"
+
+cat << EOF
+Tornado is a Python web framework and asynchronous
+networking library, originally developed at FriendFeed.
+By using non-blocking network I/O, Tornado can scale
+to tens of thousands of open connections, making it
+ideal for long polling, WebSockets, and other
+applications that require a long-lived
+connection to each user.
+EOF




More information about the Lunar-commits mailing list