task-mamona-python: adding new task to support almost everything in python we have
authorRicardo Salveti <ricardo.salveti@openbossa.org>
Mon, 28 Jul 2008 03:56:00 +0000 (00:56 -0300)
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 23 Oct 2008 20:55:18 +0000 (17:55 -0300)
This is basically to build every useful python application we have, just to
be used inside meta-mamona, so the users could download and install by
our final deb repository.

packages/meta/meta-mamona.bb
packages/tasks/task-mamona-python.bb [new file with mode: 0644]

index b8d84d8..cea8899 100644 (file)
@@ -11,6 +11,7 @@ task-mamona \
 task-mamona-devel \
 task-mamona-sdk \
 task-mamona-wm \
+task-mamona-python \
 coreutils \
 cpio \
 dbus \
@@ -72,7 +73,6 @@ openobex \
 portmap \
 ppp \
 procps \
-python-pyqt \
 qt4-x11-free \
 renderproto-dev \
 samba \
diff --git a/packages/tasks/task-mamona-python.bb b/packages/tasks/task-mamona-python.bb
new file mode 100644 (file)
index 0000000..f17d6e7
--- /dev/null
@@ -0,0 +1,79 @@
+DESCRIPTION = "Task mamona: Python Applicattions"
+LICENSE = "MIT"
+PR = "r0"
+
+PACKAGES = "${PN}"
+
+RDEPENDS = "\
+    python-ao \
+    python-cheetah \
+    python-constraint \
+    python-dbus \
+    python-dialog \
+    python-pycurl \
+    python-fam \
+    python-fnorb \
+    python-formencode \
+    python-fpconst \
+    python-gmpy        \
+    python-gnosis \
+    python-gst \
+    python-hmm \
+    python-imaging \
+    python-imdbpy \
+    python-inotify \
+    python-irclib \
+    python-itools \
+    python-logilab-common \
+    python-libgmail \
+    python-lightmediascanner \
+    python-lxml        \
+    python-mad \
+    python-numarray    \
+    python-numeric \
+    python-ogg \
+    python-pexpect \
+    python-pybluez \
+    python-pycairo \
+    python-pychecker \
+    python-pycodes \
+    python-pyephem \
+    python-pyfits \
+    python-pyflakes \
+    python-pygobject \
+    python-pygoogle \
+    python-pygtk \
+    python-pyid3lib \
+    python-pylinda \
+    python-pylint \
+    python-pyqt        \
+    python-pyraf \
+    python-pyreverse \
+    python-pyrex \
+    python-pyro \
+    python-pyserial \
+    python-pytester \
+    python-pyusb \
+    python-pyvisa \
+    python-pyweather \
+    python-pyxml \
+    python-pyxmlrpc \
+    python-scons \
+    python-setuptools \
+    python-simplejson \
+    python-sip \
+    python-sgmlop \
+    python-snmplib \
+    python-soappy \
+    python-spydi \
+    python-spyro \
+    python-sqlalchemy \
+    python-sqlobject \
+    python-tlslite \
+    python-urwid \
+    python-vmaps \
+    python-vorbis \
+    python-webpy \
+    task-python-efl \
+    twisted \
+"