swc-installation-test-2.py: List supported Ubuntu install hints
authorW. Trevor King <wking@tremily.us>
Tue, 26 Feb 2013 03:01:43 +0000 (22:01 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 26 Feb 2013 03:01:43 +0000 (22:01 -0500)
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.

setup/swc-installation-test-2.py

index 7269b73b5e51299235fa088e83937c69b838c41d..16a10eea516ca12b9a11bef8ee22dbc4578b9a3c 100755 (executable)
@@ -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):