[oe-commits] org.oe.dreambox twisted-web2: update to 0.2.0svn

tmbinc commit openembedded-commits at lists.openembedded.org
Mon Jun 25 10:24:06 UTC 2007


twisted-web2: update to 0.2.0svn

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 3f549ca9ebbb284dfb2624617cd4d966c7ffd5d7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3f549ca9ebbb284dfb2624617cd4d966c7ffd5d7
Files:
1
packages/twisted/twisted-web2_0.2.0svn.bb
Diffs:

#
# mt diff -rcfb7bfc060766e66b01a0ad208d37c551232c4e6 -r3f549ca9ebbb284dfb2624617cd4d966c7ffd5d7
#
# 
# 
# add_file "packages/twisted/twisted-web2_0.2.0svn.bb"
#  content [62919e8cdb16a072ef17540d61caae0506f1af54]
# 
============================================================
--- packages/twisted/twisted-web2_0.2.0svn.bb	62919e8cdb16a072ef17540d61caae0506f1af54
+++ packages/twisted/twisted-web2_0.2.0svn.bb	62919e8cdb16a072ef17540d61caae0506f1af54
@@ -0,0 +1,28 @@
+DESCRIPTION = "Twisted.Web2 is the next generation Web Server Framework \
+built with Twisted. Web2 is under active development and it's APIs should \
+not be considered stable at this point. It is not a version of Twisted.Web \
+and with that in mind compatibility is not of the highest concern, though \
+the compatibility layer does support many but not all twisted.web resources."
+HOMEPAGE = "http://www.twistedmatrix.com"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "twisted twisted-native"
+RDEPENDS = "twisted python-netserver"
+
+SRCDATE = "20070620"
+PR = "r1"
+PV = "0.2.0svn${SRCDATE}"
+
+SRC_URI = "http://tmrc.mit.edi/mirror/twisted/Web2/TwistedWeb2-0.2.0.tar.bz2 \
+	   svn://svn.twistedmatrix.com/svn/Twisted/trunk/twisted;module=web2"
+S = "${WORKDIR}/TwistedWeb2-0.2.0"
+
+do_munge() {
+	rm -R ${S}/twisted/web2
+	mv ${WORKDIR}/web2 ${S}/twisted
+}
+
+addtask munge before do_patch after do_unpack
+
+inherit distutils






More information about the Openembedded-commits mailing list