# HG changeset patch # User ymh # Date 1343898996 -7200 # Node ID 0e91e924b9457c300d7760844ca3391ce609abbb # Parent c1529d8212637102b2c1de207ba5cb0eb382a6fa add whoosh to virtualenv diff -r c1529d821263 -r 0e91e924b945 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Thu Aug 02 11:01:35 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Thu Aug 02 11:16:36 2012 +0200 @@ -38,6 +38,7 @@ 'HAYSTACK': {'setup': 'django-haystack', 'url': 'https://github.com/toastdriven/django-haystack/tarball/master', 'local': 'django-haystack-v2.0.0.tar.gz', 'install':{'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'REQUEST': {'setup': 'requests', 'url':'https://github.com/kennethreitz/requests/tarball/v0.13.3', 'local':'requests-v0.13.3.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, 'PYELASTICSEARCH': {'setup': 'pyelasticsearch', 'url':'https://github.com/toastdriven/pyelasticsearch/tarball/master', 'local':'pyelasticsearch.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'WHOOSH': {'setup': 'whoosh', 'url':'https://bitbucket.org/mchaput/whoosh/get/tip.tar.bz2', 'local':'whoosh-2.5.tar.bz2', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r c1529d821263 -r 0e91e924b945 virtualenv/res/src/whoosh-2.5.tar.bz2 Binary file virtualenv/res/src/whoosh-2.5.tar.bz2 has changed diff -r c1529d821263 -r 0e91e924b945 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Thu Aug 02 11:01:35 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Thu Aug 02 11:16:36 2012 +0200 @@ -26,6 +26,7 @@ 'HAYSTACK', 'REQUESTS', 'PYELASTICSEARCH', + 'WHOOSH', ] if system_str == "Linux":