aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-17 12:33:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-17 12:33:13 +0000
commit7376a30cd75ea618f47a39bf084dd73829a93bea (patch)
tree092e313a960bf6fa0d302d3259054de9a431375b
parentea300d1722dd0def01160962b3b3cf85dd1efd5c (diff)
downloadopenembedded-7376a30cd75ea618f47a39bf084dd73829a93bea.tar.gz
add python-spydi, a distributed indexer
add python-spyro, a distributed ORB
-rw-r--r--packages/python/python-spydi_0.9.3.bb15
-rw-r--r--packages/python/python-spyro_0.9.14.bb14
2 files changed, 29 insertions, 0 deletions
diff --git a/packages/python/python-spydi_0.9.3.bb b/packages/python/python-spydi_0.9.3.bb
new file mode 100644
index 0000000000..ebf7d166c2
--- /dev/null
+++ b/packages/python/python-spydi_0.9.3.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Simplified Python Distributed Indexing is a powerful engine \
+to create distributed full text indexing systems and distributed search engines. \
+It supports harvesting, crawling (pull methods), and push methods (via a Web \
+interface or SPyRO Web services)."
+HOMEPAGE = "http://www.spyron.org/spydi.html"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+PR = "ml0"
+
+SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/spydi-${PV}.tgz"
+S = "${WORKDIR}/SPyDI-${PV}"
+
+inherit distutils
diff --git a/packages/python/python-spyro_0.9.14.bb b/packages/python/python-spyro_0.9.14.bb
new file mode 100644
index 0000000000..73ba6ae2a6
--- /dev/null
+++ b/packages/python/python-spyro_0.9.14.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Simplified Python Remote Objects is a multilingual object request broker. \
+SPyRO uses the most efficient (or available) connection between peers to minimize costs \
+of transport and parsing in the communication."
+HOMEPAGE = "http://www.spyron.org/"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "MIT"
+PR = "ml0"
+
+SRC_URI = "http://lsc.fie.umich.mx/%7esadit/spyro/SPyRO-${PV}.tar.gz"
+S="${WORKDIR}/SPyRO-${PV}"
+
+inherit distutils