[Lunar-commits] <moonbase> Twisted: move it to python dir and version bumped to 8.1.0.

Florin Braescu florin at lunar-linux.org
Wed Sep 17 18:58:08 CEST 2008


commit 7a7e28952bd5325f55c76625a72776a6ee53523c
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 17 19:58:08 2008 +0300

    Twisted: move it to python dir and version bumped to 8.1.0.
    
    Huge improvements, many bugfixes and new features added.
---
 libs/Twisted/BUILD     |    5 -----
 libs/Twisted/DEPENDS   |    1 -
 libs/Twisted/DETAILS   |   21 ---------------------
 python/Twisted/BUILD   |    6 ++++++
 python/Twisted/DEPENDS |    1 +
 python/Twisted/DETAILS |   22 ++++++++++++++++++++++
 6 files changed, 29 insertions(+), 27 deletions(-)

diff --git a/libs/Twisted/BUILD b/libs/Twisted/BUILD
deleted file mode 100644
index b216b3d..0000000
--- a/libs/Twisted/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-(
-        prepare_install &&
-        python ./setup.py install
-
-) > $C_FIFO 2>&1
diff --git a/libs/Twisted/DEPENDS b/libs/Twisted/DEPENDS
deleted file mode 100644
index 786ea9b..0000000
--- a/libs/Twisted/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ZopeInterface
diff --git a/libs/Twisted/DETAILS b/libs/Twisted/DETAILS
deleted file mode 100644
index a6c918b..0000000
--- a/libs/Twisted/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
-            MODULE=Twisted
-           VERSION=2.4.0
-            SOURCE=$MODULE-$VERSION.tar.bz2
-        SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/
-        SOURCE_VFY=sha1:d605333f7ca3e2479a5dd31044e540ee40a54838
-          WEB_SITE=http://www.twistedmatrix.com
-           ENTERED=20030227
-           UPDATED=20060703
-             SHORT="An event-driven networking framework for Python"
-cat << EOF
-Twisted is a framework, written in Python, for writing networked
-applications. It includes implementations of a number of commonly
-used network services such as a web server, an IRC chat server,
-a mail server, a relational database interface and an object broker.
-
-Developers can build applications using all of these services as well
-as custom services that they write themselves. Twisted also includes
-a user authentication system that controls access to services and
-provides services with user context information to implement their
-own security models.
-EOF
diff --git a/python/Twisted/BUILD b/python/Twisted/BUILD
new file mode 100644
index 0000000..4cd4fd9
--- /dev/null
+++ b/python/Twisted/BUILD
@@ -0,0 +1,6 @@
+(
+
+        prepare_install  &&
+        python ./setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/Twisted/DEPENDS b/python/Twisted/DEPENDS
new file mode 100644
index 0000000..786ea9b
--- /dev/null
+++ b/python/Twisted/DEPENDS
@@ -0,0 +1 @@
+depends ZopeInterface
diff --git a/python/Twisted/DETAILS b/python/Twisted/DETAILS
new file mode 100644
index 0000000..54722ef
--- /dev/null
+++ b/python/Twisted/DETAILS
@@ -0,0 +1,22 @@
+            MODULE=Twisted
+           VERSION=8.1.0
+            SOURCE=$MODULE-$VERSION.tar.bz2
+        SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/8.1
+        SOURCE_VFY=sha1:b10e523ab96032f5055ee02687b22bcd7cb02951
+          WEB_SITE=http://www.twistedmatrix.com
+           ENTERED=20030227
+           UPDATED=20080917
+             SHORT="An event-driven networking framework for Python"
+
+cat << EOF
+Twisted is a framework, written in Python, for writing networked
+applications. It includes implementations of a number of commonly
+used network services such as a web server, an IRC chat server,
+a mail server, a relational database interface and an object broker.
+
+Developers can build applications using all of these services as well
+as custom services that they write themselves. Twisted also includes
+a user authentication system that controls access to services and
+provides services with user context information to implement their
+own security models.
+EOF


More information about the Lunar-commits mailing list