[oe-commits] : twisted: add twisted-8.1.0

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Oct 6 13:32:27 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dreambox
Commit: 8f13fce161f9cd8cef39390e37fe13e44664ffd3
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=8f13fce161f9cd8cef39390e37fe13e44664ffd3

Author:  <tmbinc at openembedded.org>
Date:   Mon Oct  6 13:24:35 2008 +0000

twisted: add twisted-8.1.0

---

 packages/twisted/twisted-native_8.1.0.bb |    8 ++++++
 packages/twisted/twisted-web2_8.1.0.bb   |   17 ++++++++++++++
 packages/twisted/twisted-web_8.1.0.bb    |   17 ++++++++++++++
 packages/twisted/twisted_8.1.0.bb        |   36 ++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/packages/twisted/twisted-native_8.1.0.bb b/packages/twisted/twisted-native_8.1.0.bb
new file mode 100644
index 0000000..a54359c
--- /dev/null
+++ b/packages/twisted/twisted-native_8.1.0.bb
@@ -0,0 +1,8 @@
+include twisted_${PV}.bb
+inherit native
+DEPENDS = "python-native zope-interface-native"
+
+do_stage() {
+	BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
+        ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
+}
diff --git a/packages/twisted/twisted-web2_8.1.0.bb b/packages/twisted/twisted-web2_8.1.0.bb
new file mode 100644
index 0000000..f84923c
--- /dev/null
+++ b/packages/twisted/twisted-web2_8.1.0.bb
@@ -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/8.1/TwistedWeb2-${PV}.tar.bz2"
+S = "${WORKDIR}/TwistedWeb2-${PV}"
+
+inherit distutils
+
diff --git a/packages/twisted/twisted-web_8.1.0.bb b/packages/twisted/twisted-web_8.1.0.bb
new file mode 100644
index 0000000..cbead23
--- /dev/null
+++ b/packages/twisted/twisted-web_8.1.0.bb
@@ -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/8.1/TwistedWeb-${PV}.tar.bz2"
+
+S = "${WORKDIR}/TwistedWeb-${PV}"
+
+inherit distutils
+
diff --git a/packages/twisted/twisted_8.1.0.bb b/packages/twisted/twisted_8.1.0.bb
new file mode 100644
index 0000000..b95dee6
--- /dev/null
+++ b/packages/twisted/twisted_8.1.0.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
+Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols                   \
+(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
+HOMEPAGE = "http://www.twistedmatrix.com"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "zope-interface-native zope-interface python-crypto twisted-native"
+RDEPENDS = "python-core zope-interface python-pickle python-fcntl python-crypto"
+
+SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/8.1/Twisted-${PV}.tar.bz2"
+
+S = "${WORKDIR}/Twisted-${PV}"
+
+inherit distutils
+
+SP = "${libdir}/${PYTHON_DIR}/site-packages/twisted"
+
+FILES_twisted-conch = "${SP}/conch/"
+FILES_twisted-lore = "${SP}/lore/"
+FILES_twisted-mail = "${SP}/mail/"
+FILES_twisted-names = "${SP}/names/"
+FILES_twisted-news = "${SP}/news/"
+FILES_twisted-runner = "${SP}/runner/"
+FILES_twisted-web = "${SP}/web/"
+FILES_twisted-words = "${SP}/words/"
+FILES_twisted-trial = "${SP}/trial/ ${SP}/test/"
+PACKAGES = "twisted-conch twisted-lore twisted-mail twisted-names twisted-news twisted-runner twisted-web twisted-words twisted-trial twisted"
+
+do_compile_prepend() {
+	export PYTHONPATH=${S}/TwistedCore-${PV}
+}
+
+do_install_prepend() {
+	export PYTHONPATH=${S}/TwistedCore-${PV}
+}





More information about the Openembedded-commits mailing list