Changeset ce4066
- Timestamp:
- 06/02/2011 08:50:38 PM (14 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- 87e767d, cebdc89
- Parents:
- ac5f9a
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (06/02/2011 08:49:27 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (06/02/2011 08:50:38 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ez_setup.py
rac5f9a rce4066 15 15 """ 16 16 import sys 17 DEFAULT_VERSION = "0.6c 9"17 DEFAULT_VERSION = "0.6c11" 18 18 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3] 19 19 … … 53 53 'setuptools-0.6c9-py2.5.egg': 'fe67c3e5a17b12c0e7c541b7ea43a8e6', 54 54 'setuptools-0.6c9-py2.6.egg': 'ca37b1ff16fa2ede6e19383e7b59245a', 55 'setuptools-0.6c11-py2.3.egg' : '2baeac6e13d414a9d28e7ba5b5a596de', 56 'setuptools-0.6c11-py2.4.egg' : 'bd639f9b0eac4c42497034dec2ec0c2b', 57 'setuptools-0.6c11-py2.5.egg' : '64c94f3bf7a72a13ec83e0b24f2749b2', 58 'setuptools-0.6c11-py2.6.egg' : 'bfa92100bd772d5a213eedd356d64086', 59 'setuptools-0.6c11-py2.7.egg' : 'fe1f997bc722265116870bc7919059ea', 55 60 } 56 61
Note:
See TracChangeset
for help on using the changeset viewer.