#12684: Rename sage/graphs/graph_decompositions/rankwidth/
--------------------------------+-------------------------------------------
       Reporter:  mhansen       |         Owner:  jason, ncohen, rlm
           Type:  defect        |        Status:  needs_review      
       Priority:  major         |     Milestone:  sage-5.0          
      Component:  graph theory  |    Resolution:                    
       Keywords:                |   Work issues:                    
Report Upstream:  N/A           |     Reviewers:  David Coudert     
        Authors:  Mike Hansen   |     Merged in:                    
   Dependencies:                |      Stopgaps:                    
--------------------------------+-------------------------------------------
Changes (by jhpalmieri):

  * status:  needs_work => needs_review
  * work_issues:  MANIFEST.in =>


Old description:

> Introduced in #11754, this currently causes problems with #12659 as there
> is a {{{\_\_init\_\_.py}}} file in this directory and a corresponding
> extension module {{{rankwidth.pyx}}}.

New description:

 Introduced in #11754, this currently causes problems with #12659 as there
 is a {{{\_\_init\_\_.py}}} file in this directory and a corresponding
 extension module {{{rankwidth.pyx}}}.

 Apply [attachment:trac_12684.v2.patch].

--

Comment:

 Here's a new patch which just adds this change:
 {{{
 #!diff
 diff --git a/MANIFEST.in b/MANIFEST.in
 --- a/MANIFEST.in
 +++ b/MANIFEST.in
 @@ -6,8 +6,7 @@ include .hgignore .hg .hg/* .hgtags
  include bundle export install pull sage-push
  include module_list.py
  include spkg-delauto spkg-dist spkg-install
 -include sage/graphs/graph_decompositions/rankwidth/README
 -include sage/graphs/graph_decompositions/rankwidth/__init__.py
 +include sage/graphs/graph_decompositions/rankwidth_c/README
  include sage/libs/gmp/__init__.py
  include sage/libs/linbox/matrix_rational_dense_linbox.cpp
  include sage/libs/polybori/__init__.py
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12684#comment:4>
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 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-trac?hl=en.

Reply via email to