summaryrefslogtreecommitdiff
path: root/packages/tasks/task-mamona-python.bb
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@openbossa.org>2008-07-28 00:56:00 -0300
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>2008-10-23 17:55:18 -0300
commitb1dd1692b74fec92f2ad5467a61d6f629fbf3a4e (patch)
treeedd82c3f10dfa2dc6af17c96020f1b69451236ee /packages/tasks/task-mamona-python.bb
parent863a1a00725091ce1cfcbed8064f01f7671ba7a9 (diff)
task-mamona-python: adding new task to support almost everything in python we have
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.
Diffstat (limited to 'packages/tasks/task-mamona-python.bb')
-rw-r--r--packages/tasks/task-mamona-python.bb79
1 files changed, 79 insertions, 0 deletions
diff --git a/packages/tasks/task-mamona-python.bb b/packages/tasks/task-mamona-python.bb
new file mode 100644
index 0000000000..f17d6e731f
--- /dev/null
+++ b/packages/tasks/task-mamona-python.bb
@@ -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 \
+"