From c97662a56ab048f992c3fe11002c61362b265763 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sat, 4 Oct 2008 00:26:11 +0000 Subject: [PATCH] Updates to SCons development system admin scripts: * Add Python 2.6. * Add recent SCons versions. * Add pkg-config (used to generate some doc examples). git-svn-id: http://scons.tigris.org/svn/scons/trunk@3548 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- bin/install_python.py | 1 + bin/install_scons.py | 6 +++++- bin/scons_dev_master.py | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/install_python.py b/bin/install_python.py index 47b97d52..3027c050 100644 --- a/bin/install_python.py +++ b/bin/install_python.py @@ -22,6 +22,7 @@ all_versions = [ '2.3.7', '2.4.5', #'2.5.2', + '2.6', ] def main(argv=None): diff --git a/bin/install_scons.py b/bin/install_scons.py index 8a5c5b77..ffb10b70 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -67,7 +67,11 @@ all_versions = [ '0.98.3', '0.98.4', '0.98.5', - #'1.0.0', + '1.0.0', + '1.0.0.d20080826', + '1.0.1', + '1.0.1.d20080915', + '1.0.1.d20081001', ] def main(argv=None): diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py index fc9747c6..8faa803f 100644 --- a/bin/scons_dev_master.py +++ b/bin/scons_dev_master.py @@ -50,6 +50,7 @@ DOCUMENTATION_PACKAGES = [ 'docbook-doc', 'epydoc-doc', 'gcc-doc', + 'pkg-config', 'python-doc', 'sun-java5-doc', 'sun-java6-doc', -- 2.26.2