[oe-commits] org.oe.dreambox twisted-web: update to 0.7.0

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


twisted-web: update to 0.7.0

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 78c1b66bacdfdfb2f0230956ce341647fde12d8c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=78c1b66bacdfdfb2f0230956ce341647fde12d8c
Files:
1
packages/twisted/twisted-web_0.7.0.bb
Diffs:

#
# mt diff -r95b114006caab31758046419cea8a4b6659847dc -r78c1b66bacdfdfb2f0230956ce341647fde12d8c
#
# 
# 
# add_file "packages/twisted/twisted-web_0.7.0.bb"
#  content [1659c48686fb16d516cb4164fdefe395a295201a]
# 
============================================================
--- packages/twisted/twisted-web_0.7.0.bb	1659c48686fb16d516cb4164fdefe395a295201a
+++ packages/twisted/twisted-web_0.7.0.bb	1659c48686fb16d516cb4164fdefe395a295201a
@@ -0,0 +1,17 @@
+DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
+client support. You may want to check out Nevow, a templating toolkit \
+designed for twisted.web, and Twisted Web2, the next generation Twisted web server."
+
+HOMEPAGE = "http://www.twistedmatrix.com"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "twisted-native"
+RDEPENDS = "twisted"
+
+SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/0.7/TwistedWeb-${PV}.tar.bz2"
+
+S = "${WORKDIR}/TwistedWeb-${PV}"
+
+inherit distutils
+






More information about the Openembedded-commits mailing list