mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
bug fixed
This commit is contained in:
@@ -55,7 +55,7 @@ PYTHONBREW_STABLE_VERSION_URL = _get_or_default('pythonbrew', 'stable-version')
|
||||
# python download
|
||||
LATEST_VERSIONS_OF_PYTHON = []
|
||||
PYTHON_VERSION_URL = {}
|
||||
PYTHON_VERSION_URL["1.5.6"] = _get_or_default('Python-1.5.6', 'url')
|
||||
PYTHON_VERSION_URL["1.5.2"] = _get_or_default('Python-1.5.2', 'url')
|
||||
PYTHON_VERSION_URL["1.6.1"] = _get_or_default('Python-1.6.1', 'url')
|
||||
for section in sorted(config.sections()):
|
||||
m = re.search("^Python-(.*)$", section)
|
||||
|
||||
@@ -7,7 +7,7 @@ pypi = http://pypi.python.org/packages/source/p/pythonbrew/pythonbrew-%%s.tar.gz
|
||||
stable-version = https://github.com/utahta/pythonbrew/raw/master/stable-version.txt
|
||||
config = https://github.com/utahta/pythonbrew/raw/master/pythonbrew/etc/config.cfg
|
||||
|
||||
[Python-1.5.6]
|
||||
[Python-1.5.2]
|
||||
url = http://www.python.org/ftp/python/src/py152.tgz
|
||||
latest = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user