add python-spyro, a distributed ORB
--- /dev/null
+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
--- /dev/null
+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