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

tmbinc commit openembedded-commits at lists.openembedded.org
Fri Sep 22 04:07:51 UTC 2006


twisted-web2: update to 0.2.0

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

#
# mt diff -raa39ac7bd0f363f54f56e0c51cca39e09aaa1e44 -rcf1f48ec4a7143540a4865deca46dca43079554b
#
# 
# 
# add_file "packages/twisted/twisted-web2_0.2.0.bb"
#  content [7d625ee43480e9333cb487eb2b02329072acf43e]
# 
============================================================
--- packages/twisted/twisted-web2_0.2.0.bb	7d625ee43480e9333cb487eb2b02329072acf43e
+++ packages/twisted/twisted-web2_0.2.0.bb	7d625ee43480e9333cb487eb2b02329072acf43e
@@ -0,0 +1,17 @@
+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"
+
+SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-${PV}.tar.bz2"
+S = "${WORKDIR}/TwistedWeb2-${PV}"
+
+inherit distutils
+






More information about the Openembedded-commits mailing list