Changeset 5753

Show
Ignore:
Timestamp:
11/23/08 14:20:11 (2 months ago)
Author:
carndt
Message:

Update tgsetup.py for TG 1.0 to support setuptools 0.6c9 and Python 2.6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/tools/tgsetup.py

    r5468 r5753  
    2828import sys 
    2929# this is the default version of setuptools, not TG 
    30 DEFAULT_VERSION = "0.6c8
     30DEFAULT_VERSION = "0.6c9
    3131DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 
    3232 
     
    6161    'setuptools-0.6c8-py2.4.egg': 'cba38d74f7d483c06e9daa6070cce6de', 
    6262    'setuptools-0.6c8-py2.5.egg': '1721747ee329dc150590a58b3e1ac95b', 
     63    'setuptools-0.6c9-py2.3.egg': 'a83c4020414807b496e4cfbe08507c03', 
     64    'setuptools-0.6c9-py2.4.egg': '260a2be2e5388d66bdaee06abec6342a', 
     65    'setuptools-0.6c9-py2.5.egg': 'fe67c3e5a17b12c0e7c541b7ea43a8e6', 
     66    'setuptools-0.6c9-py2.6.egg': 'ca37b1ff16fa2ede6e19383e7b59245a', 
    6367} 
    6468