# HG changeset patch # User souliane # Date 1395610464 -3600 # Node ID 1e05502715465ee9c29c176bde0c84196627e737 # Parent 3b30e9f83d8882168e3282bddd98a14c22cbc3cb misc: updated setup.py and README4PACKAGERS diff -r 3b30e9f83d88 -r 1e0550271546 README4PACKAGERS --- a/README4PACKAGERS Sun Mar 23 22:44:49 2014 +0100 +++ b/README4PACKAGERS Sun Mar 23 22:34:24 2014 +0100 @@ -22,6 +22,7 @@ Twisted Web Twisted Words Wokkel +XDG xe zope.interface @@ -52,6 +53,15 @@ wxPython +-------------------------------------- +Dependencies for the Libervia frontend +-------------------------------------- + +pyjamas +txJSON-RPC + +Recommended: pyOpenSSL + ################## Satellite projects @@ -63,7 +73,7 @@ - SàT PubSub: a PubSub service which manage experimental features like fine permission tuning. - - SàT media: Media needed to by the frontends. + - SàT media: Media needed by the frontends. - Urwid SàText: Widgets for urwid library, designed for SàT but can be useful for other projects. Mandatory for Primitivus. diff -r 3b30e9f83d88 -r 1e0550271546 setup.py --- a/setup.py Sun Mar 23 22:44:49 2014 +0100 +++ b/setup.py Sun Mar 23 22:34:24 2014 +0100 @@ -178,6 +178,6 @@ scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], zip_safe=False, dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], - install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'markdown', 'html2text'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'pyxdg', 'markdown', 'html2text'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check