The simplest way to do it would be to either download sagenb, or take it from $SAGE_ROOT/spkg/standard/sagenb-xx.spkg, untar it, apply the patch, and do:
`sage -python setup.py develop` which will automatically propagate any changes made to the sagenb directory. Packaging information is included in SPKG.txt Jason Grout has proposed a simpler way to work on sagenb somewhere in <sage-devel>, but it is yet to be implemented. On Mon, Sep 6, 2010 at 7:03 PM, Thierry Dumont <[email protected]> wrote: > I want to patch sagenb (to add ldap identification). I did it some time ago > by modifying notebook.py, avatars.py in in a cloned verion of Sage. > > Now that we have a separate package sagenb, what is the best way to proceed > ? I can download sagenb, untar it, make my modifications and then??? > > Or is there an other way to proceed? > > I just need to change notebook.py, avatars.py and to add on file nldap.py. > > Yours > > t.d. > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol <tim (at) timdumol (dot) com> http://timdumol.com -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
