Commit Graph

29 Commits

Author SHA1 Message Date
Jason R. Coombs dd622e26da Use unicode_literals in bootstrap script 2017-07-13 14:23:07 -04:00
Jason R. Coombs 3b443bc9ca Use io.open when saving entry_points. 2017-06-04 15:33:40 -04:00
Jason R. Coombs 3d0cc355fb Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"
This reverts commit 089cdeb489, reversing
changes made to aaec654d80.
2017-02-24 11:49:51 -05:00
Jason R. Coombs e65c45538f Always generate the dependencies. 2017-02-02 11:21:38 -05:00
Jason R. Coombs 174e84e0ce In bootstrap, defer installation of dependencies if unneeded. Ref #958. 2017-02-02 11:01:46 -05:00
Jason R. Coombs c182abae2a Extract main function 2017-02-02 10:50:47 -05:00
Jonathan Helmus 4481a64e2c Add --skip-dep-install to boostrap.py script
The --skip-dep-install flag skips installation of setuptools dependencies
using pip, delegating this responsibility to other tools.  This can be used to
install setuptools without the need for pip.

closes #950
2017-02-02 08:54:37 -06:00
Jason R. Coombs 767dcea007 Use unicode literals 2017-01-01 23:15:38 -05:00
Jason R. Coombs a36dbf75bd In the bootstrap script, generate a requirements.txt file and use it to install the dependencies just in time to make them available long enough to generate the egg info. 2017-01-01 23:12:23 -05:00
Jason R. Coombs ff371f18f0 Strip out vendored packages and require them instead. Ref #581. 2017-01-01 22:34:39 -05:00
stepshal 31bd37c6ac Fix quantity of blank lines. 2016-10-18 20:29:34 +07:00
stepshal 6d11e88f93 Fix quantity of blank lines after code object. 2016-07-13 06:00:42 +07:00
Jason R. Coombs 685922ef03 Try generating egg_info twice. 2015-01-02 22:02:21 -05:00
Jason R. Coombs 44d61f17fe Also print a message here 2015-01-02 21:57:30 -05:00
Jason R. Coombs 07e879f2f2 Add output to determine if egg-info is being created. 2015-01-02 21:49:37 -05:00
Jason R. Coombs 2c923b60eb Adding 'bootstrap.py' for bootstrapping a development environment when setuptools metadata isn't already present. Fixes #278. 2014-10-25 19:31:28 -04:00
tarek 9fe6021cb2 renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename
--HG--
branch : distribute
extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4
2009-08-04 11:02:01 +02:00
tarek a227478f73 now calling after_install in bootstrap.main too
--HG--
branch : distribute
extra : rebase_source : 5ed71a412016a97c699ebf16d92d3e476cb5c3f0
2009-08-04 03:16:37 +02:00
tarek 897e85aac7 typo
--HG--
branch : distribute
extra : rebase_source : 7cfffe36c679de9f95b776786e808d04c7e05e4c
2009-08-04 03:03:50 +02:00
tarek@MacZiade-2.local b934c406ef added a post install function that ensures setuptools is faked even if not previously present
--HG--
branch : distribute
extra : rebase_source : 3254ab2ca1f771dd24a6d93a28ca87ca375fe65b
2009-08-04 01:51:24 +02:00
tarek 8d37ba24ed fixed #24: the jython calls now works
--HG--
branch : distribute
extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909
2009-07-23 15:24:40 +02:00
tarek 9cca2a8d2e fixed the forbidden access problem
--HG--
branch : distribute
extra : rebase_source : 4638763f686895225618238abb4f55786a205692
2009-07-23 14:38:31 +02:00
tarek 1ddd4356e5 rebuilt the eggs
--HG--
branch : distribute
extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
2009-07-23 14:10:00 +02:00
tarek b39058a692 shorcut to avoid unecessary work when located in a non-isolated environment
--HG--
branch : distribute
extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6
2009-07-23 12:41:43 +02:00
tarek db1f56a590 fixed a fork bomb when patching non-egg system-wide installation
--HG--
branch : distribute
extra : rebase_source : 04596d85e574ecdc4eac518efc1743af724ff129
2009-07-23 12:24:01 +02:00
tarek bcac8b8034 more cases from the community
--HG--
branch : distribute
extra : rebase_source : c22d0ab3bb68209042a1171654c6e6da180a8213
2009-07-23 11:31:18 +02:00
tarek 25cd11318c using boostrap.py name for ez_setup.py because that is what it is
--HG--
branch : distribute
extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
2009-07-22 17:06:50 +02:00
tarek 96cecd1855 not needed
--HG--
branch : distribute
extra : rebase_source : 4d3870896bbf98df5ebd20e172ca0a355dad918c
2009-07-22 11:50:10 +02:00
Hanno Schlichting 97f51be8cb Added a modified bootstrap.py for zc.buildout
--HG--
branch : distribute
extra : rebase_source : 3c34b6036cbc46315207096f144e99a5eb677627
2009-07-18 13:32:08 +02:00