On Monday, March 15, 2021 at 6:51:43 AM UTC-7 Antonio Rojas wrote: > El lunes, 15 de marzo de 2021 a las 1:44:19 UTC+1, Matthias Koeppe > escribió: > >> A quick overview of the status of the modularization effort of Meta-ticket >> #29705 <https://trac.sagemath.org/ticket/29705> in Sage 9.3.beta9. >> > What are the plans for the top-level setup.py? >
If you are referring to the file src/setup.py: It is used by the Sage distribution for installing sagelib when you use "./configure --enable-editable". (See https://wiki.sagemath.org/ReleaseTours/sage-9.3#Editable_.28.22in-place.22.2C_.22develop.22.29_installs_of_the_Sage_library) > It would be nice if it could be turned into a sort of meta-script that > installed everything or, better yet, if one could specify which parts to > install (eg. 'python setup.py build sagelib docbuild') > I have a different design for this, which uses Python dependencies. Needs review in https://trac.sagemath.org/ticket/30913 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/b7ff18ff-640b-4b94-8fbf-90f9867dee37n%40googlegroups.com.
