diff options
-rw-r--r-- | packages/meta/task-opie.bb | 7 | ||||
-rw-r--r-- | packages/meta/task-python-everything_20060425.bb | 4 | ||||
-rw-r--r-- | packages/meta/task-python-sharprom_20060425.bb | 4 | ||||
-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 |
6 files changed, 41 insertions, 3 deletions
diff --git a/packages/meta/task-opie.bb b/packages/meta/task-opie.bb index 58feedf6c9..a9405522a1 100644 --- a/packages/meta/task-opie.bb +++ b/packages/meta/task-opie.bb @@ -4,8 +4,9 @@ SECTION = "opie/base" ALLOW_EMPTY = 1 PACKAGE_ARCH = "all" LICENSE = "MIT" +PROVIDES = "task-opie-everything" -PR = "r2" +PR = "r3" PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-base-applets task-opie-base-apps \ @@ -20,6 +21,10 @@ PACKAGES = "task-opie-applets task-opie-apps task-opie-base \ task-opie-multimedia task-opie-pim task-opie-settings \ task-opie-styles task-opie-todayplugins task-opie-wlan" +RDEPENDS_task-opie-everything := "${PACKAGES}" + +PACKAGES += "task-opie-everything" + # # Dependencies to get the launcher up and running # diff --git a/packages/meta/task-python-everything_20060425.bb b/packages/meta/task-python-everything_20060425.bb index fa580ab223..fd9bbd9c36 100644 --- a/packages/meta/task-python-everything_20060425.bb +++ b/packages/meta/task-python-everything_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION= "Everything Python" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml4" +PR = "ml5" BROKEN_BECAUSE_GCC4 = "\ python-egenix-mx-base" @@ -57,6 +57,8 @@ RDEPENDS = "\ python-sgmlop \ python-snmplib \ python-soappy \ + python-spydi \ + python-spyro \ python-sword \ python-pysqlite \ python-pysqlite2 \ diff --git a/packages/meta/task-python-sharprom_20060425.bb b/packages/meta/task-python-sharprom_20060425.bb index bbf3bb52d9..0c6a74f10b 100644 --- a/packages/meta/task-python-sharprom_20060425.bb +++ b/packages/meta/task-python-sharprom_20060425.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Everything Python for SharpROM" MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml1" +PR = "ml2" NONWORKING = "\ python-codes \ @@ -55,6 +55,8 @@ RDEPENDS = "\ python-sip \ python-snmplib \ python-soappy \ + python-spydi \ + python-spyro \ python-tlslite \ python-urwid \ python-vmaps \ 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 |