diff options
| author | Erik Hovland <erik@hovland.org> | 2006-05-19 23:10:29 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-19 23:10:29 +0000 |
| commit | 5df2eacd530758fbd5cca526f606d2e95417c0ed (patch) | |
| tree | bec832af2d49aca45cd4443a956c221fe0e1b0ee /packages/python | |
| parent | 9c257cb57a9bc7bbbf90310cf592aeaa24cc1960 (diff) | |
| parent | c2420f459bde3d91cc8fc4b585e1ba49edb858f0 (diff) | |
merge of 46c1cdea7bf65d8ba6bbe951e7408d24d5b05d06
and 8cd65284f1d330175ae2d67c03b8a2c1b41e858a
Diffstat (limited to 'packages/python')
| -rw-r--r-- | packages/python/python-imdbpy_2.5.bb (renamed from packages/python/python-imdbpy_2.4.bb) | 0 | ||||
| -rw-r--r-- | packages/python/python-spydi_0.9.3.bb | 15 | ||||
| -rw-r--r-- | packages/python/python-spyro_0.9.14.bb | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/packages/python/python-imdbpy_2.4.bb b/packages/python/python-imdbpy_2.5.bb index 34e83ad5bd..34e83ad5bd 100644 --- a/packages/python/python-imdbpy_2.4.bb +++ b/packages/python/python-imdbpy_2.5.bb 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 |
