#14804: transition to using install program
-------------------------------------------------+--------------------------
       Reporter:  felixs                         |         Owner:  tbd      
           Type:  enhancement                    |        Status:  new      
       Priority:  critical                       |     Milestone:  sage-5.12
      Component:  distribution                   |    Resolution:           
       Keywords:  spkg-install filelist destdir  |   Work issues:           
Report Upstream:  N/A                            |     Reviewers:           
        Authors:  Felix Salfelder                |     Merged in:           
   Dependencies:                                 |      Stopgaps:           
-------------------------------------------------+--------------------------

Comment (by felixs):

 Replying to [comment:4 leif]:

 > You can patch it (Python / setuptools / whatever), but you don't
 necessarily have to,

 I dont *want* to. I'd just patch upstream if it's completely hosed.

 > as most Python objects are mutable, including functions / methods, i.e.,
 you can overwrite them... :-)
 >
 >...
 >
 >
 > And you could e.g. do so in an spkg's `setup.py`, to use some alternate
 implementation (provided elsewhere).

 I don't quite understand. Are you proposing to patch the upstream package?
 (this would be worse, as it involves more than just distutils patching).

 I need something of the kind
 {{{
 setup.py install USEMYOWNFILEUTIL
 }}}
 or
 {{{
 IMPORTPATH=myhackedfileutil_path setup.py install
 }}}
 within spkg-install. is this even possible?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14804#comment:5>
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/groups/opt_out.


Reply via email to