# HG changeset patch # User ymh # Date 1339509877 -7200 # Node ID 3249b8cd0028e14717c95bada3dbe1d4f55c7d28 # Parent 7fdd51822e5be587a2f2609c0086d216eb19333b add a version of ldt platform for publishing diff -r 7fdd51822e5b -r 3249b8cd0028 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Tue Jun 12 12:46:39 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Tue Jun 12 16:04:37 2012 +0200 @@ -37,6 +37,7 @@ 'FABRIC': {'setup': 'fabric', 'url':'https://github.com/fabric/fabric/tarball/1.4.2', 'local':'fabric-1.4.2.tar.gz'}, 'MERCURIAL': {'setup': 'mercurial', 'url':'http://mercurial.selenic.com/release/mercurial-2.2.2.tar.gz', 'local':'mercurial-2.2.2.tar.gz'}, 'PYTZ': {'setup':'pytz', 'url':'http://pypi.python.org/packages/source/p/pytz/pytz-2012c.tar.bz2', 'local':'pytz.tar.bz2'}, + 'LDT': {'setup':None, 'url':'ldt-1.10.tar.gz', 'local':'ldt-1.10.tar.gz'}, } if system_str == 'Windows': diff -r 7fdd51822e5b -r 3249b8cd0028 virtualenv/res/src/ldt-1.10.tar.gz Binary file virtualenv/res/src/ldt-1.10.tar.gz has changed diff -r 7fdd51822e5b -r 3249b8cd0028 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Tue Jun 12 12:46:39 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Tue Jun 12 16:04:37 2012 +0200 @@ -38,6 +38,7 @@ ('SOCIAL_AUTH', 'easy_install', None, None), ('DJANGO_GUARDIAN', 'pip', None, None), ('SORL_THUMBNAIL', 'pip', None, None), + ('LDT', 'pip', None, None), ]) if system_str == "Darwin":