Re: [Scons-dev] Packaging logic?

2015-04-07 Thread Kenny, Jason L
pip install . would install the current setup.py in the directory ( and I should add allow you to then do a “pip uninstall scons” to remove it. You can still do a “python setup.py install” as well you however would now have meta generated to remove it with a nice command. Not ok. SCons is a

[Scons-dev] Donate through Gratipay

2015-04-07 Thread anatoly techtonik
Hi, We should add Gratipay to the http://scons.org/donate.php I can add web code, but admin from https://bitbucket.org/scons/ should login into https://gratipay.com/ from Bitbucket to create account. Gratipay exports stats that we can use in public on the web site to keep that pumping. --

Re: [Scons-dev] Packaging logic?

2015-04-07 Thread anatoly techtonik
On Thu, Apr 2, 2015 at 11:33 PM, Bill Deegan b...@baddogconsulting.com wrote: Anatoly, On non-windows platforms the current recommendation is download the .tgz, unpack, python setup.py it. That is certainly more complicated than: pip install scons. `sudo pip install scons` FWIW, and the