#17155: add "sage -installed" and "sage -pip" commands
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  scripts            |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Vincent Delecroix  |    Reviewers:  Jeroen Demeyer
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vdelecroix/17155                 |  31c2fec6204031e9882d278eb2ecd79bbdf74569
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  needs_review => needs_work


Comment:

 In `sage-list-packages`:
 * `"standard` -> `"standard"`
 * `except A, B` -> `except A as B`
 * The `except` clause should abort the program otherwise one gets
 {{{
 Traceback (most recent call last):
   File "/usr/local/src/sage-config/src/bin/sage-list-packages", line 80,
 in <module>
     available_version = dict([ split_pkgname(pkg) for pkg in
 get_remote_package_list(category)])
 TypeError: 'int' object is not iterable
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17155#comment:14>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to