Changeset 5754

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

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

Files:

Legend:

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

    r5469 r5754  
    2323""" 
    2424import sys 
    25 DEFAULT_VERSION = "0.6c8
     25DEFAULT_VERSION = "0.6c9
    2626DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 
    2727 
     
    5656    'setuptools-0.6c8-py2.4.egg': 'cba38d74f7d483c06e9daa6070cce6de', 
    5757    'setuptools-0.6c8-py2.5.egg': '1721747ee329dc150590a58b3e1ac95b', 
     58    'setuptools-0.6c9-py2.3.egg': 'a83c4020414807b496e4cfbe08507c03', 
     59    'setuptools-0.6c9-py2.4.egg': '260a2be2e5388d66bdaee06abec6342a', 
     60    'setuptools-0.6c9-py2.5.egg': 'fe67c3e5a17b12c0e7c541b7ea43a8e6', 
     61    'setuptools-0.6c9-py2.6.egg': 'ca37b1ff16fa2ede6e19383e7b59245a', 
    5862} 
    5963