Commit c2477907 authored by tarek's avatar tarek

removed ziade.org references. will use PyPI for eggs, and bitbucket.org for the bootstrap file

--HG--
branch : distribute
extra : rebase_source : d73bb1ff47c9be9c7189d537410dc58bbf2e4f0d
parent 96f2536d
......@@ -34,7 +34,7 @@ try:
raise ImportError
except ImportError:
ez = {}
exec urllib2.urlopen('http://nightly.ziade.org/bootstraping.py'
exec urllib2.urlopen('http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
if to_reload:
......
......@@ -31,14 +31,13 @@ except ImportError:
from md5 import md5
DEFAULT_VERSION = "0.6"
#DEFAULT_URL = "http://pypi.python.org/packages/%s/d/distribute/" % sys.version[:3]
DEFAULT_URL = "http://nightly.ziade.org/"
DEFAULT_URL = "http://pypi.python.org/packages/%s/d/distribute/" % sys.version[:3]
md5_data = {
'distribute-0.6-py2.3.egg': 'a9ba0aaf677b912a90e9fb485fa4db19',
'distribute-0.6-py2.4.egg': 'a7c8ccf5609bee803497de62960b698c',
'distribute-0.6-py2.5.egg': 'c624cd74c056757908a1cdafa288d03c',
'distribute-0.6-py2.6.egg': '7ab763a7c8261759c8d2215c5cd3ee26',
'distribute-0.6-py2.3.egg': '16c8d2490913748f1ebb363c90fa635e',
'distribute-0.6-py2.4.egg': '41efe13d5283f9fd1d3a81119c6a00dd',
'distribute-0.6-py2.5.egg': '93ae3b80f237983f3f23ae08a46516a1',
'distribute-0.6-py2.6.egg': 'bc68d9e041be3193189177daee79cd02',
}
def _validate_md5(egg_name, data):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment