# HG changeset patch # User ymh # Date 1335522897 -7200 # Node ID 006f1e3e5398ca2fb0d6c7944f37421ce3138717 # Parent bbaf8c5380d048816b410c908fe6be1fcf97dbc5 clean packages diff -r bbaf8c5380d0 -r 006f1e3e5398 src/ldt/README --- a/src/ldt/README Fri Apr 27 12:07:28 2012 +0200 +++ b/src/ldt/README Fri Apr 27 12:34:57 2012 +0200 @@ -10,3 +10,55 @@ compile messages for js python ../../../web/ldtplatform/manage.py makemessages -a -d djangojs python ../../../web/ldtplatform/manage.py compilemessages + + +============ +Dependencies +============ +Python : Python Software Foundation License +Django==1.3.1 : BSD +JCC==2.8 : Apache Public licence 2.0 +PIL==1.1.7 : Python (MIT style) : http://www.pythonware.com/products/pil/license.htm +South==0.7.3 : Apache Public licence 2.0 +distribute==0.6.14 : Python Software Foundation License or Zope Public License +django-guardian==1.0.3 : BSD http://packages.python.org/django-guardian/license.html +django-oauth==1.1 : BSD http://code.larlet.fr/django-oauth/raw/549a34c81394/LICENSE +django-openid-consumer==0.1.1 BSD http://django-openid-consumer.googlecode.com/svn/trunk/LICENSE +django-piston==0.2.2 BSD +django-registration==0.8-alpha-1 BSD https://bitbucket.org/ubernostrum/django-registration/raw/27bccd108cde/LICENSE +django-social-auth==0.3.10 BSD Like https://raw.github.com/uswaretech/Django-Socialauth/master/docs/LICENSE +django-tagging==0.3.1 BSD http://django-tagging.googlecode.com/svn/trunk/LICENSE.txt +httplib2==0.6.0 MIT http://httplib2.googlecode.com/hg/README +lucene==3.1.0 Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0 +lxml==2.3.1 BSD https://raw.github.com/lxml/lxml/master/doc/licenses/BSD.txt +libxml2, libxslt2 : MIT http://www.opensource.org/licenses/mit-license.html +oauth2==1.5.167 : MIT https://raw.github.com/simplegeo/python-oauth2/master/LICENSE.txt +python-openid==2.2.5 : Apache Software License https://raw.github.com/openid/python-openid/master/LICENSE +sorl-thumbnail==11.12 : BSD https://raw.github.com/sorl/sorl-thumbnail/master/LICENSE + +deployment: +psycopg2==2.4 : LGPL or ZPL https://dndg.it/cgi-bin/gitweb.cgi?p=public/psycopg2.git;a=blob_plain;f=LICENSE;h=dd7c124d8c666722ef3e0e5637412f5c7dbdf1f2;hb=HEAD +wsgiref==0.1.2 : PSF or ZPL +uWSGI : deployment GPL V2.0 +pylibmc==1.2.2 : 3-clause BSD http://www.opensource.org/licenses/bsd-license.php +python-memcached==1.48 : Python Software Foundation License + + +============ +javascript +============ +jquery http://craigsworks.com/projects/qtip2/ +jquery nyroModal +jquery qtip MIT or GPLv2 licenses +jquery sparkline New BSD License http://omnipotent.net/jquery.sparkline/ +jquery textchange +jquery tools +jquery login +jquery validate +jquery ui +jwplayer +popcorn.js +raphael.js +swfobject.js +ZeroClipboard +tiny_mce diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri Apr 27 12:07:28 2012 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Fri Apr 27 12:34:57 2012 +0200 @@ -24,8 +24,6 @@ 'HTTPLIB2': { 'setup': 'python-httplib2', 'url':'http://httplib2.googlecode.com/files/httplib2-0.6.0.tar.gz', 'local':"httplib2-0.6.0.tar.gz"}, 'DJANGO-OAUTH-PLUS': { 'setup': 'django-oauth-plus', 'url':'http://bitbucket.org/david/django-oauth-plus/get/f314f018e473.gz', 'local':"django-oauth-plus.tar.gz"}, 'MYSQL': { 'setup': 'mysql-python', 'url': 'http://sourceforge.net/projects/mysql-python/files/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz/download', 'local':"MySQL-python-1.2.3.tar.gz"}, - 'SETUPTOOLS-HG': { 'setup':'mercurial_hg', 'url':'http://pypi.python.org/packages/source/s/setuptools_hg/setuptools_hg-0.2.tar.gz', 'local':"setuptools_hg-0.2.tar.gz"}, - 'MERCURIAL': {'setup':'mercurial', 'url':'http://pypi.python.org/packages/source/d/mercurial/mercurial-1.7.5.tar.gz', 'local':"mercurial-1.7.5.tar.gz"}, '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"}, '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"}, '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"}, diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/res/src/MySQL-python-1.2.3.tar.gz Binary file virtualenv/res/src/MySQL-python-1.2.3.tar.gz has changed diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/res/src/mercurial-1.7.5.tar.gz Binary file virtualenv/res/src/mercurial-1.7.5.tar.gz has changed diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/res/src/setuptools_hg-0.2.tar.gz Binary file virtualenv/res/src/setuptools_hg-0.2.tar.gz has changed diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/setup/res/res_create_env.py --- a/virtualenv/setup/res/res_create_env.py Fri Apr 27 12:07:28 2012 +0200 +++ b/virtualenv/setup/res/res_create_env.py Fri Apr 27 12:34:57 2012 +0200 @@ -7,8 +7,6 @@ INSTALLS = [#(key,method, option_str, dict_extra_env) ('DISTRIBUTE', 'pip', None, None), - ('MERCURIAL', 'pip', None, None), - ('SETUPTOOLS-HG', 'pip', None, None), ] def generate_install_methods(path_locations, src_base, Logger, call_subprocess): diff -r bbaf8c5380d0 -r 006f1e3e5398 virtualenv/web/res/res_create_env.py --- a/virtualenv/web/res/res_create_env.py Fri Apr 27 12:07:28 2012 +0200 +++ b/virtualenv/web/res/res_create_env.py Fri Apr 27 12:34:57 2012 +0200 @@ -23,8 +23,6 @@ INSTALLS.extend([ #(key,method, option_str, dict_extra_env) ('SOUTH', 'pip', None, None), - ('SETUPTOOLS-HG', 'pip', None, None), - ('MYSQL', 'pip', None, None), ('PIL', 'easy_install', None, None), ('DJANGO','pip', None, None), ('DJANGO-EXTENSIONS', 'pip', None, None),