[Lunar-commits] r19952 - in moonbase/trunk: libs/Twisted python python/ZopeInterface
Moritz Heiber
moe at lunar-linux.org
Fri May 5 19:23:26 UTC 2006
Author: moe
Date: 2006-05-05 19:23:25 +0000 (Fri, 05 May 2006)
New Revision: 19952
Added:
moonbase/trunk/python/ZopeInterface/
moonbase/trunk/python/ZopeInterface/BUILD
moonbase/trunk/python/ZopeInterface/DEPENDS
moonbase/trunk/python/ZopeInterface/DETAILS
Modified:
moonbase/trunk/libs/Twisted/BUILD
moonbase/trunk/libs/Twisted/DEPENDS
moonbase/trunk/libs/Twisted/DETAILS
Log:
Update Twisted to 2.2.0. Now depends on ZopeInterface which I also
add. Both are required for the new-yet-to-come bittorrent client.
Modified: moonbase/trunk/libs/Twisted/BUILD
===================================================================
--- moonbase/trunk/libs/Twisted/BUILD 2006-05-05 13:47:33 UTC (rev 19951)
+++ moonbase/trunk/libs/Twisted/BUILD 2006-05-05 19:23:25 UTC (rev 19952)
@@ -1,4 +1,5 @@
(
prepare_install &&
python ./setup.py install
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/libs/Twisted/DEPENDS
===================================================================
--- moonbase/trunk/libs/Twisted/DEPENDS 2006-05-05 13:47:33 UTC (rev 19951)
+++ moonbase/trunk/libs/Twisted/DEPENDS 2006-05-05 19:23:25 UTC (rev 19952)
@@ -1 +1,2 @@
-depends Python
+depends Python &&
+depends ZopeInterface
Modified: moonbase/trunk/libs/Twisted/DETAILS
===================================================================
--- moonbase/trunk/libs/Twisted/DETAILS 2006-05-05 13:47:33 UTC (rev 19951)
+++ moonbase/trunk/libs/Twisted/DETAILS 2006-05-05 19:23:25 UTC (rev 19952)
@@ -1,13 +1,21 @@
MODULE=Twisted
- VERSION=1.3.0
+ VERSION=2.2.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://twisted.sourceforge.net/
- SOURCE_VFY=sha1:fd6eb6dcffa2aac5cf6e27f60d6f92bfb0ac27dd
+ SOURCE_URL=http://tmrc.mit.edu/mirror/twisted/Twisted/2.2/
+ SOURCE_VFY=sha1:fcce114624dfde91bc1c2358f905d3170e72ad6a
WEB_SITE=http://www.twistedmatrix.com
ENTERED=20030227
- UPDATED=20050811
- SHORT="An event-driven networking framework written in Python and licensed under the LGPL"
+ UPDATED=20060505
+ SHORT="An event-driven networking framework for Python"
cat << EOF
-DESCRIPTION:
-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.
+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
Added: moonbase/trunk/python/ZopeInterface/BUILD
===================================================================
--- moonbase/trunk/python/ZopeInterface/BUILD (rev 0)
+++ moonbase/trunk/python/ZopeInterface/BUILD 2006-05-05 19:23:25 UTC (rev 19952)
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/python/ZopeInterface/DEPENDS
===================================================================
--- moonbase/trunk/python/ZopeInterface/DEPENDS (rev 0)
+++ moonbase/trunk/python/ZopeInterface/DEPENDS 2006-05-05 19:23:25 UTC (rev 19952)
@@ -0,0 +1,2 @@
+depends Python
+
Added: moonbase/trunk/python/ZopeInterface/DETAILS
===================================================================
--- moonbase/trunk/python/ZopeInterface/DETAILS (rev 0)
+++ moonbase/trunk/python/ZopeInterface/DETAILS 2006-05-05 19:23:25 UTC (rev 19952)
@@ -0,0 +1,13 @@
+ MODULE=ZopeInterface
+ VERSION=3.0.1
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://www.zope.org/Products/ZopeInterface/3.0.1final/
+ SOURCE_VFY=sha1:3707f7129acf085d5a0b6b616893ab647cbc7c84
+ WEB_SITE=http://zope.org/Products/ZopeInterface
+ ENTERED=20060505
+ UPDATED=20060505
+ SHORT="zope.interface package from Zope 3"
+
+cat << EOF
+zope.interface package from Zope 3
+EOF
More information about the Lunar-commits
mailing list