add whoosh to virtualenv
authorymh <ymh.work@gmail.com>
Thu, 02 Aug 2012 11:16:36 +0200
changeset 727 0e91e924b945
parent 726 c1529d821263
child 728 a182e5f1f6ab
child 731 aba6c30b6d2a
add whoosh to virtualenv
virtualenv/res/lib/lib_create_env.py
virtualenv/res/src/whoosh-2.5.tar.bz2
virtualenv/web/res/res_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':
Binary file virtualenv/res/src/whoosh-2.5.tar.bz2 has changed
--- 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":