[Subversion] / ez_setup / __init__.py  

Diff of /ez_setup/__init__.py

Parent Directory | Revision Log

version 2115, Sat Jan 14 19:05:30 2006 UTC version 2116, Tue Feb 14 20:59:17 2006 UTC
Line 14 
Line 14 
 This file can also be run as a script to install or upgrade setuptools.  This file can also be run as a script to install or upgrade setuptools.
 """  """
 import sys  import sys
 DEFAULT_VERSION = "0.6a9"  DEFAULT_VERSION = "0.6a10"
 DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]  DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
   
 md5_data = {  md5_data = {
Line 22 
Line 22 
     'setuptools-0.5a13-py2.4.egg': 'ede4be600e3890e06d4ee5e0148e092a',      'setuptools-0.5a13-py2.4.egg': 'ede4be600e3890e06d4ee5e0148e092a',
     'setuptools-0.6a1-py2.3.egg': 'ee819a13b924d9696b0d6ca6d1c5833d',      'setuptools-0.6a1-py2.3.egg': 'ee819a13b924d9696b0d6ca6d1c5833d',
     'setuptools-0.6a1-py2.4.egg': '8256b5f1cd9e348ea6877b5ddd56257d',      'setuptools-0.6a1-py2.4.egg': '8256b5f1cd9e348ea6877b5ddd56257d',
       'setuptools-0.6a10-py2.3.egg': '162d8357f1aff2b0349c6c247ee62987',
       'setuptools-0.6a10-py2.4.egg': '803a2d8db501c1ac3b5b6fb4e907f788',
       'setuptools-0.6a10dev_r42346-py2.3.egg': 'a7899272cfceb6aa60094ae8928b8077',
       'setuptools-0.6a10dev_r42346-py2.4.egg': '5d42a64adca9aedb409f83ecf22156a5',
     'setuptools-0.6a2-py2.3.egg': 'b98da449da411267c37a738f0ab625ba',      'setuptools-0.6a2-py2.3.egg': 'b98da449da411267c37a738f0ab625ba',
     'setuptools-0.6a2-py2.4.egg': 'be5b88bc30aed63fdefd2683be135c3b',      'setuptools-0.6a2-py2.4.egg': 'be5b88bc30aed63fdefd2683be135c3b',
     'setuptools-0.6a3-py2.3.egg': 'ee0e325de78f23aab79d33106dc2a8c8',      'setuptools-0.6a3-py2.3.egg': 'ee0e325de78f23aab79d33106dc2a8c8',
Line 123 
Line 127 
 %s), but  %s), but
 you may need to enable firewall access for this script first.  you may need to enable firewall access for this script first.
 I will start the download in %d seconds.  I will start the download in %d seconds.
   
   (Note: if this machine does not have network access, please obtain the file
   
      %s
   
   and place it in this directory before rerunning this script.)
 ---------------------------------------------------------------------------""",  ---------------------------------------------------------------------------""",
                     version, download_base, delay                      version, download_base, delay, url
                 ); from time import sleep; sleep(delay)                  ); from time import sleep; sleep(delay)
             log.warn("Downloading %s", url)              log.warn("Downloading %s", url)
             src = urllib2.urlopen(url)              src = urllib2.urlopen(url)


Generate output suitable for use with a patch program
Legend:
Removed from v.2115  
changed lines
  Added in v.2116

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help