From: W. Trevor King Date: Tue, 26 Feb 2013 03:01:43 +0000 (-0500) Subject: swc-installation-test-2.py: List supported Ubuntu install hints X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38520f93f477a122209b7f04e5046f27cc4b303e;p=swc-workshop.git swc-installation-test-2.py: List supported Ubuntu install hints From http://software-carpentry.org/setup/ubuntu.html, in the order that they are currently listed. The page sections don't have the appropriate anchor IDs yet, but it's still better to link to the Ubuntu page than to the root setup/ page. --- diff --git a/setup/swc-installation-test-2.py b/setup/swc-installation-test-2.py index 7269b73..16a10ee 100755 --- a/setup/swc-installation-test-2.py +++ b/setup/swc-installation-test-2.py @@ -115,6 +115,14 @@ class DependencyError (Exception): 'Gentoo Base System': 'Gentoo', } _supported = [ # (system, package) pairs with specific instructions + ('Ubuntu', 'emacs'), + ('Ubuntu', 'xemacs'), + ('Ubuntu', 'setuptools'), + ('Ubuntu', 'nose'), + ('Ubuntu', 'nosetests'), + ('Ubuntu', 'hg'), + ('Ubuntu', 'EasyMercurial'), + ('Ubuntu', 'sqlite3'), ] def _get_message(self):