~ubuntu-branches/ubuntu/gutsy/routes/gutsy

« back to all changes in this revision

Viewing changes to ez_setup/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-06-09 15:37:20 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070609153720-9epnibq0xpmnikle
Tags: 1.7-1
* New upstream release
* Added python-paste to Suggests (for Routes WSGI Middleware)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
This file can also be run as a script to install or upgrade setuptools.
15
15
"""
16
16
import sys
17
 
DEFAULT_VERSION = "0.6c5"
 
17
DEFAULT_VERSION = "0.6c6"
18
18
DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
19
19
 
20
20
md5_data = {
39
39
    'setuptools-0.6c5-py2.3.egg': 'ee9fd80965da04f2f3e6b3576e9d8167',
40
40
    'setuptools-0.6c5-py2.4.egg': 'afe2adf1c01701ee841761f5bcd8aa64',
41
41
    'setuptools-0.6c5-py2.5.egg': 'a8d3f61494ccaa8714dfed37bccd3d5d',
 
42
    'setuptools-0.6c6-py2.3.egg': '35686b78116a668847237b69d549ec20',
 
43
    'setuptools-0.6c6-py2.4.egg': '3c56af57be3225019260a644430065ab',
 
44
    'setuptools-0.6c6-py2.5.egg': 'b2f8a7520709a5b34f80946de5f02f53',
42
45
}
43
46
 
44
47
import sys, os