Mercurial > libervia-backend
comparison setup.py @ 293:42438e43104a
Plugin XEP-0277: first draft of microblogging over ip /!\ new dependencies added /!\
- the xe and pyfeed dependencies were added (see setup.py)
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 08 Feb 2011 02:16:26 +0100 |
parents | 01a0bd6e7fae |
children | 9821e3dde550 |
comparison
equal
deleted
inserted
replaced
292:f7bd973bba5a | 293:42438e43104a |
---|---|
201 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), | 201 ('share/doc/%s' % NAME, ['CHANGELOG', 'COPYING', 'INSTALL', 'README', 'README4TRANSLATORS']), |
202 ('share/doc/%s/misc' % NAME, ['frontends/src/wix/images/split_card.sh']), | 202 ('share/doc/%s/misc' % NAME, ['frontends/src/wix/images/split_card.sh']), |
203 ], | 203 ], |
204 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], | 204 scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], |
205 zip_safe=False, | 205 zip_safe=False, |
206 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext'], | 206 dependency_links = ['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz','http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], |
207 install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext','pyfeed','xe'], | |
207 cmdclass=dict(install=custom_install), | 208 cmdclass=dict(install=custom_install), |
208 ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed | 209 ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed |
209 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. | 210 # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. |
210 # wxpython doesn't work, it's managed with preinstall_check | 211 # wxpython doesn't work, it's managed with preinstall_check |
211 | 212 |