← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~allenap/maas/ipython-entry-point into lp:maas

 

Gavin Panella has proposed merging lp:~allenap/maas/ipython-entry-point into lp:maas.

Commit message:
Specify the ipython entry point explicitly.

A recent version bump in ipython causes the generation of bin/ipy to stop working.


Requested reviews:
  MAAS Maintainers (maas-maintainers)
Related bugs:
  Bug #1053929 in MAAS: "bin/ipy not being generated"
  https://bugs.launchpad.net/maas/+bug/1053929

For more details, see:
https://code.launchpad.net/~allenap/maas/ipython-entry-point/+merge/125753
-- 
https://code.launchpad.net/~allenap/maas/ipython-entry-point/+merge/125753
Your team MAAS Maintainers is requested to review the proposed merge of lp:~allenap/maas/ipython-entry-point into lp:maas.
=== modified file 'buildout.cfg'
--- buildout.cfg	2012-09-16 23:31:47 +0000
+++ buildout.cfg	2012-09-21 15:40:29 +0000
@@ -209,7 +209,9 @@
   ipython
 extra-paths = ${common:extra-paths}
 interpreter = py
-scripts = ipython=ipy
+scripts = ipy
+entry-points =
+  ipy=IPython.frontend.terminal.ipapp:launch_new_instance
 
 [txlongpoll]
 recipe = z3c.recipe.scripts