diff options
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-everything.bb | 216 |
1 files changed, 109 insertions, 107 deletions
diff --git a/packages/tasks/task-python-everything.bb b/packages/tasks/task-python-everything.bb index ca92c246b4..47fe227cc2 100644 --- a/packages/tasks/task-python-everything.bb +++ b/packages/tasks/task-python-everything.bb @@ -1,113 +1,115 @@ DESCRIPTION= "Everything Python" HOMEPAGE = "http://www.vanille.de/projects/python.spy" LICENSE = "MIT" -PR = "ml38" +PV = "2.6" +PR = "ml40" RDEPENDS = "\ - python-ao \ - python-cheetah \ - python-connexion \ - python-constraint \ - python-dbus \ - python-dialog \ - task-python-efl \ - task-python-efl-examples \ -# python-fam \ - python-fnorb \ - python-formencode \ - python-fpconst \ - python-fugrep \ - python-fuse \ - python-fusil \ - python-gammu \ - python-gmpy \ - python-gnosis \ - python-gsmd \ - python-gst \ - python-hmm \ - python-imaging \ - python-imdbpy \ - python-inotify \ - python-irclib \ - python-itools \ - python-logilab-common \ - python-libgmail \ - python-lightmediascanner \ - python-lxml \ - python-m2crypto \ - python-mad \ - python-mako \ - python-numarray \ - python-numeric \ - python-ogg \ - python-opendir \ - python-pexpect \ - python-ptrace \ - python-pyalsa \ - python-pyalsaaudio \ - python-pybluez \ - python-pycairo \ - python-pychecker \ - python-pycodes \ - python-pycurl \ - python-pydirectfb \ - python-pyephem \ - python-pyfits \ - python-pyflakes \ - python-pygame \ - python-pygobject \ - python-pygoogle \ - python-pygtk-1.2 \ - python-pygtk \ - python-pyid3lib \ - python-pyiw \ - 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-pyyaml \ - python-rpyc \ - python-scapy \ - python-scons \ - python-setuptools \ - python-simplejson \ - python-sip \ - python-sgmlop \ - python-snmplib \ - python-soappy \ - python-sphinxsearch \ - python-spydi \ - python-spyro \ - python-sqlalchemy \ - python-sqlobject \ -# python-sword \ - python-tlslite \ - python-urwid \ - python-vmaps \ - python-vorbis \ - python-webpy \ - moin \ - plone \ - python-twisted \ - zope" - -BROKEN_PACKAGES = "\ - python-egenix-mx-base \ - python-mysqldb \ - python-pyqwt \ + python-ao \ + python-cheetah \ + python-connexion \ + python-constraint \ + python-daap \ + python-dbus \ + python-dialog \ + python-docutils \ + task-python-efl \ + task-python-efl-examples \ + python-fam \ + python-flup \ + python-fnorb\ + python-formencode \ + python-fpconst \ + python-fugrep \ + python-fuse \ + python-fusil \ + python-gammu \ + python-gmpy \ + python-gnosis \ + python-gst \ + python-imaging \ + python-imdbpy \ + python-inotify \ + python-irclib \ + python-logilab-common \ + python-libgmail \ + python-m2crypto \ + python-mad \ + python-mako \ + python-netfilter \ + python-numarray \ + python-numeric \ + python-numpy \ + python-ogg \ + python-opendir \ + python-pexpect \ + python-psyco \ + python-ptrace \ + python-pyalsa \ + python-pyalsaaudio \ + python-pybluez \ + python-pycairo \ + python-pychecker \ + python-pycodes \ + python-pycrypto \ + python-pycurl \ + python-pyephem \ + python-pyfits \ + python-pyflakes \ + python-pygame \ + python-pygobject \ + python-pygoogle \ + python-pygtk-1.2 \ + python-pygtk \ + python-pyid3lib \ + python-pylinda \ + python-pylint \ + python-pylirc \ + python-pymetar \ + python-pymp3 \ + python-pyode \ + python-pyopenssl \ + python-pyqt \ + python-pyraf \ + python-pyrex \ + python-pyrtc \ + python-pyro \ + python-pyserial \ + python-pysqlite2 \ + python-pytester \ + python-pyusb \ + python-pyvisa \ + python-pyweather \ + python-pyxdg \ + python-pyxml \ + python-pyxmlrpc \ + python-pyyaml \ + python-pyzeroconf \ + python-rpyc \ + python-scapy \ + python-scons \ + python-setuptools \ + python-simplejson \ + python-sip \ + python-sgmlop \ + python-soappy \ + python-sphinx \ + python-sphinxsearch \ + python-spydi \ + python-spyro \ + python-sqlalchemy \ + python-sqlobject \ + python-traits \ + python-tlslite \ + python-twisted \ + python-vorbis \ + python-webpy \ + python-xappy \ + python-xlib \ + \ + dtn \ + iotop \ + moin \ + plone \ + zope \ " - -#fixme add python-pycap once libdnet is in again -#fixme add python-pyx once kpathwhich-native is there -#fixme add packages dynamically -LICENSE = "MIT" |