mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
added 2.5.6
This commit is contained in:
@@ -109,6 +109,9 @@ url = http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tgz
|
||||
|
||||
[Python-2.5.5]
|
||||
url = http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz
|
||||
|
||||
[Python-2.5.6]
|
||||
url = http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tgz
|
||||
latest = True
|
||||
|
||||
[Python-2.6]
|
||||
|
||||
@@ -185,7 +185,7 @@ class PythonInstallerMacOSX(PythonInstaller):
|
||||
super(PythonInstallerMacOSX, self).__init__(arg, options)
|
||||
version = self.pkg.version
|
||||
# check for version
|
||||
if version < '2.6' and (version != '2.4.6' and version != '2.5.5'):
|
||||
if version < '2.6' and (version != '2.4.6' and version < '2.5.5'):
|
||||
logger.info("`%s` is not supported on MacOSX Snow Leopard" % self.pkg.name)
|
||||
raise NotSupportedVersionException
|
||||
# set configure options
|
||||
|
||||
Reference in New Issue
Block a user