Changeset 2451 for django/branches/magic-removal/ez_setup.py
- Timestamp:
- 02/28/06 21:21:51 (3 years ago)
- Files:
-
- django/branches/magic-removal/ez_setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/ez_setup.py
r1961 r2451 15 15 """ 16 16 import sys 17 DEFAULT_VERSION = "0.6a 9"17 DEFAULT_VERSION = "0.6a10" 18 18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 19 19 … … 23 23 'setuptools-0.6a1-py2.3.egg': 'ee819a13b924d9696b0d6ca6d1c5833d', 24 24 'setuptools-0.6a1-py2.4.egg': '8256b5f1cd9e348ea6877b5ddd56257d', 25 'setuptools-0.6a10-py2.3.egg': '162d8357f1aff2b0349c6c247ee62987', 26 'setuptools-0.6a10-py2.4.egg': '803a2d8db501c1ac3b5b6fb4e907f788', 27 'setuptools-0.6a10dev_r42346-py2.3.egg': 'a7899272cfceb6aa60094ae8928b8077', 28 'setuptools-0.6a10dev_r42346-py2.4.egg': '5d42a64adca9aedb409f83ecf22156a5', 25 29 'setuptools-0.6a2-py2.3.egg': 'b98da449da411267c37a738f0ab625ba', 26 30 'setuptools-0.6a2-py2.4.egg': 'be5b88bc30aed63fdefd2683be135c3b', … … 124 128 you may need to enable firewall access for this script first. 125 129 I will start the download in %d seconds. 130 131 (Note: if this machine does not have network access, please obtain the file 132 133 %s 134 135 and place it in this directory before rerunning this script.) 126 136 ---------------------------------------------------------------------------""", 127 version, download_base, delay 137 version, download_base, delay, url 128 138 ); from time import sleep; sleep(delay) 129 139 log.warn("Downloading %s", url)
