Re: [sage-devel] vote: include pip with sage

2014-11-17 Thread kcrisman
> > > The pip ticket (#16479) is now positively reviewed. Should I open a >> new one to make it standard? >> > > Yes! > Alternately (or complementarily?) see #17155. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this gro

Re: [sage-devel] vote: include pip with sage

2014-11-17 Thread Samuel Lelievre
vdelecroix wrote: > The pip ticket (#16479) is now positively reviewed. Should I open a > new one to make it standard? > Yes! -- 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, s

Re: [sage-devel] vote: include pip with sage

2014-08-07 Thread William
On Thursday, August 7, 2014 10:48:11 AM UTC-7, vdelecroix wrote: > > Hello, > > The pip ticket (#16479) is now positively reviewed. Should I open a > new one to make it standard? > Yes. And I think it should switch to standard much more quickly than one year because: (1) it is not going t

Re: [sage-devel] vote: include pip with sage

2014-08-07 Thread Vincent Delecroix
Hello, The pip ticket (#16479) is now positively reviewed. Should I open a new one to make it standard? Vincent -- 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 s

Re: [sage-devel] vote: include pip with sage

2014-06-14 Thread Vincent Delecroix
2014-06-14 22:08 UTC+02:00, Robert Bradshaw : > On Thu, Apr 24, 2014 at 1:13 AM, John Cremona > wrote: >> Question: would this make it possible to automatically have certain >> python packages installed when Sage builds (after building its python >> of course), perhaps from a list kept in a config

Re: [sage-devel] vote: include pip with sage

2014-06-14 Thread Robert Bradshaw
On Thu, Apr 24, 2014 at 1:13 AM, John Cremona wrote: > Question: would this make it possible to automatically have certain > python packages installed when Sage builds (after building its python > of course), perhaps from a list kept in a config file in .sage/ ? I > have a list of packages I use

Re: [sage-devel] vote: include pip with sage

2014-06-13 Thread Vincent Delecroix
Hello, I just bumped into #8740 and remembered about this thread... this ticket is about upgrading sqlalchemy 0.7.6 while 0.5.8 is the current one. But the most recent version is 0.9.4. It does not make any sense to release package for a library that evolves that fast. Instead the following works

Re: [sage-devel] vote: include pip with sage

2014-05-10 Thread William Stein
On Sat, May 10, 2014 at 10:22 AM, TB wrote: > On 05/10/2014 08:00 PM, Martin Albrecht wrote: >> >> I was motivated by this thread to look into pip again. I like it, so +1 >> for >> inclusion. >> >> We might e.g. drop SQLAlchemy in return,which would Sage smaller instead >> of >> bigger. It is triv

Re: [sage-devel] vote: include pip with sage

2014-05-10 Thread TB
On 05/10/2014 08:00 PM, Martin Albrecht wrote: I was motivated by this thread to look into pip again. I like it, so +1 for inclusion. We might e.g. drop SQLAlchemy in return,which would Sage smaller instead of bigger. It is trivial to install using pip, it seems no code in the library depends on

Re: [sage-devel] vote: include pip with sage

2014-05-10 Thread William Stein
On Sat, May 10, 2014 at 10:00 AM, Martin Albrecht wrote: > I was motivated by this thread to look into pip again. I like it, so +1 for > inclusion. > > We might e.g. drop SQLAlchemy in return,which would Sage smaller instead of > bigger. It is trivial to install using pip, it seems no code in the

Re: [sage-devel] vote: include pip with sage

2014-05-10 Thread Martin Albrecht
I was motivated by this thread to look into pip again. I like it, so +1 for inclusion. We might e.g. drop SQLAlchemy in return,which would Sage smaller instead of bigger. It is trivial to install using pip, it seems no code in the library depends on it, and the version we are shipping is very

Re: [sage-devel] vote: include pip with sage

2014-04-24 Thread Francois Bissey
I guess some package management would be an improvement from the present situation. the fact it only works for python packages is a bit half baked but it is a good step in my opinion. As far as I can tell this means that once we have bootstrapped pip we can simplify spkg-install for python package

Re: [sage-devel] vote: include pip with sage

2014-04-24 Thread John Cremona
Question: would this make it possible to automatically have certain python packages installed when Sage builds (after building its python of course), perhaps from a list kept in a config file in .sage/ ? I have a list of packages I use a lot (for the lmfdb project), e.g. pymongo, and it is a nuisa

Re: [sage-devel] vote: include pip with sage

2014-04-24 Thread Jan Groenewald
Hi On 24 April 2014 09:44, Jeroen Demeyer wrote: > On 2014-04-24 00:46, William Stein wrote: > >> Hi, >> >> There used to be a lot of confusion about which package manager / >> installer one should use with python -- easy_install? setuptools? >> etc. >> >> Now the choice is clear: pip -- A too

Re: [sage-devel] vote: include pip with sage

2014-04-24 Thread Jeroen Demeyer
On 2014-04-24 00:46, William Stein wrote: Hi, There used to be a lot of confusion about which package manager / installer one should use with python -- easy_install? setuptools? etc. Now the choice is clear: pip -- A tool for installing and managing Python packages. Does pip supersede setuptoo

Re: [sage-devel] vote: include pip with sage

2014-04-23 Thread Nicolas M. Thiery
On Wed, Apr 23, 2014 at 03:46:50PM -0700, William Stein wrote: > [ ] Yes, make pip a standard part of Sage. > > [ ] No, pip does not belong in Sage. Definitely +1 on any step toward using standard package managers, and this sounds like a nice one. Now which tools is most appropriate, I have n

Re: [sage-devel] vote: include pip with sage

2014-04-23 Thread Vincent Delecroix
[ ] Yes, make pip a standard part of Sage. [ ] No, pip does not belong in Sage. It depends: I would say Yes if the objective is to simplify the install script (i.e. use pip for all our Python packages that are not patched). Note that pip is very convenient and takes care of versioning and dep

[sage-devel] vote: include pip with sage

2014-04-23 Thread William Stein
Hi, There used to be a lot of confusion about which package manager / installer one should use with python -- easy_install? setuptools? etc. Now the choice is clear: pip -- A tool for installing and managing Python packages. See https://pypi.python.org/pypi/pip pip is amazing -- you can actual