# HG changeset patch # User ymh # Date 1347263399 -7200 # Node ID 46098450b353c2a667184bd7ae11710c90c3f0ee # Parent a49769a3088d0a555e4fc5a2174fd4cbb9ca33a0 correct virtualenv creation in local diff -r a49769a3088d -r 46098450b353 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Aug 31 15:50:15 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Mon Sep 10 09:49:59 2012 +0200 @@ -24,7 +24,7 @@ 'DJANGO-PISTON': { 'setup': 'django-piston', 'url':'django-piston-7c90898072ce-modifed.tar.gz', 'local':'django-piston-7c90898072ce-modifed.tar.gz', 'install': {'method': 'easy_install', 'option_str': None, 'dict_extra_env': None}}, 'OAUTH2': { 'setup': 'python-oauth2', 'url':"https://github.com/simplegeo/python-oauth2/tarball/hudson-python-oauth2-211", 'local':"oauth2-1.5.211.tar.gz", 'install': {'method': 'easy_install', 'option_str': None, 'dict_extra_env': None}}, 'HTTPLIB2': { 'setup': 'python-httplib2', 'url':'http://code.google.com/p/httplib2/downloads/detail?name=httplib2-0.7.4.tar.gz&can=2&q=', 'local':"httplib2-0.7.4.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, - 'DJANGO-OAUTH-PLUS': { 'setup': 'django-oauth-plus', 'url':'http://bitbucket.org/david/django-oauth-plus/get/f314f018e473.gz', 'local':"django-oauth-plus.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO-OAUTH-PLUS': { 'setup': 'django-oauth-plus', 'url':'http://pypi.python.org/packages/source/d/django-oauth-plus/django-oauth-plus-2.0.tar.gz', 'local':"django-oauth-plus-2.0.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'OPENID': {'setup':'openid', 'url':'http://pypi.python.org/packages/source/p/python-openid/python-openid-2.2.5.tar.gz', 'local':"python-openid-2.2.5.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO_OPENID_CONSUMER': {'setup':'django_openid_consumer', 'url':'http://pypi.python.org/packages/source/d/django-openid-consumer/django-openid-consumer-0.1.1.tar.gz', 'local':"django-openid-consumer-0.1.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'SOCIAL_AUTH': {'setup':'social_auth', 'url':'https://github.com/omab/django-social-auth/tarball/v0.3.10', 'local':"omab-django-social-auth-v0.3.10-modified.tar.gz", 'install': {'method': 'easy_install', 'option_str': None, 'dict_extra_env': None}}, @@ -41,6 +41,8 @@ 'REQUESTS': {'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.gz', 'local':'whoosh-2.5.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'SETUPTOOLS_HG' : {'setup':'setuptools_hg', 'url':'http://pypi.python.org/packages/source/s/setuptools_hg/setuptools_hg-0.4.tar.gz', 'local': 'setuptools_hg-0.4.tar.gz', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, + 'WSGIREF' : {'setup':'wsgiref', 'url':'http://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip', 'local': 'wsgiref-0.1.2.zip', 'install' : {'method':'pip', 'option_str': None, 'dict_extra_env': None}}, } if system_str == 'Windows': diff -r a49769a3088d -r 46098450b353 virtualenv/res/src/django-oauth-plus-2.0.tar.gz Binary file virtualenv/res/src/django-oauth-plus-2.0.tar.gz has changed diff -r a49769a3088d -r 46098450b353 virtualenv/res/src/django-oauth-plus.tar.gz Binary file virtualenv/res/src/django-oauth-plus.tar.gz has changed diff -r a49769a3088d -r 46098450b353 virtualenv/res/src/setuptools_hg-0.4.tar.gz Binary file virtualenv/res/src/setuptools_hg-0.4.tar.gz has changed diff -r a49769a3088d -r 46098450b353 virtualenv/res/src/wsgiref-0.1.2.zip Binary file virtualenv/res/src/wsgiref-0.1.2.zip has changed diff -r a49769a3088d -r 46098450b353 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Fri Aug 31 15:50:15 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Mon Sep 10 09:49:59 2012 +0200 @@ -18,6 +18,8 @@ 'DJANGO-PISTON', 'HTTPLIB2', 'OAUTH2', + 'SETUPTOOLS_HG', + 'WSGIREF', 'DJANGO-OAUTH-PLUS', 'OPENID', 'DJANGO_OPENID_CONSUMER',