Bug fix. Added list option (--all-versions).

This commit is contained in:
utahta
2010-11-15 02:40:31 +09:00
parent c7aeaa9fcd
commit 828f488865
3 changed files with 28 additions and 13 deletions
+6
View File
@@ -34,6 +34,7 @@ DISTRIBUTE_SETUP_DLSITE = "http://python-distribute.org/distribute_setup.py"
PYTHONBREW_UPDATE_URL = {
"head": "http://github.com/utahta/pythonbrew/tarball/master",
"0.5": "https://github.com/utahta/pythonbrew/tarball/0.5",
"0.6": "https://github.com/utahta/pythonbrew/tarball/0.6",
}
PYTHONBREW_DIRNAME = "utahta-pythonbrew"
@@ -60,3 +61,8 @@ PYTHON_PACKAGE_URL["3.2a1"] = "http://www.python.org/ftp/python/3.2/Python-3.2a1
PYTHON_PACKAGE_URL["3.2a2"] = "http://www.python.org/ftp/python/3.2/Python-3.2a2.tgz"
PYTHON_PACKAGE_URL["3.2a3"] = "http://www.python.org/ftp/python/3.2/Python-3.2a3.tgz"
LATEST_VERSIONS_OF_PYTHON = ['1.5.2', '1.6.1',
'2.0.1', '2.1.3', '2.2.3', '2.3.7', '2.4.6', '2.5.5', '2.6.6', '2.7',
'3.0.1', '3.1.2', '3.2a3']