summaryrefslogtreecommitdiff
path: root/bootstrap.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/implicit-bootstrapfeature/implicit-bootstrapJason R. Coombs2020-09-041-2/+0
|\
| * Remove Python 2 compatibilityJason R. Coombs2020-08-161-2/+0
| |
* | Bootstrap the package unconditionally in setup.py. Fixes #2001.Jason R. Coombs2020-02-161-16/+4
|/
* Only run 'egg_info' when bootstrapping was required.Jason R. Coombs2020-01-191-8/+4
|
* Include PKG-INFO in minimal egg-info so that metadata doesn't need to be ↵Jason R. Coombs2020-01-191-2/+1
| | | | generated twice during bootstrap.
* Use unicode_literals in bootstrap scriptJason R. Coombs2017-07-131-0/+2
|
* Use io.open when saving entry_points.Jason R. Coombs2017-06-041-1/+2
|
* Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-45/+2
| | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd.
* Always generate the dependencies.Jason R. Coombs2017-02-021-1/+1
|
* In bootstrap, defer installation of dependencies if unneeded. Ref #958.Jason R. Coombs2017-02-021-9/+4
|
* Extract main functionJason R. Coombs2017-02-021-1/+4
|
* Add --skip-dep-install to boostrap.py scriptJonathan Helmus2017-02-021-2/+12
| | | | | | | | 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
* Use unicode literalsJason R. Coombs2017-01-011-1/+4
|
* In the bootstrap script, generate a requirements.txt file and use it to ↵Jason R. Coombs2017-01-011-3/+37
| | | | install the dependencies just in time to make them available long enough to generate the egg info.
* Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-0/+2
|
* Fix quantity of blank lines.stepshal2016-10-181-1/+0
|
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+1
|
* Try generating egg_info twice.Jason R. Coombs2015-01-021-1/+4
|
* Also print a message hereJason R. Coombs2015-01-021-0/+1
|
* Add output to determine if egg-info is being created.Jason R. Coombs2015-01-021-2/+4
|
* Adding 'bootstrap.py' for bootstrapping a development environment when ↵Jason R. Coombs2014-10-251-0/+51
| | | | setuptools metadata isn't already present. Fixes #278.
* renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filenametarek2009-08-041-431/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4
* now calling after_install in bootstrap.main tootarek2009-08-041-9/+30
| | | | | | --HG-- branch : distribute extra : rebase_source : 5ed71a412016a97c699ebf16d92d3e476cb5c3f0
* typotarek2009-08-041-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 7cfffe36c679de9f95b776786e808d04c7e05e4c
* added a post install function that ensures setuptools is faked even if not ↵tarek@MacZiade-2.local2009-08-041-2/+32
| | | | | | | | previously present --HG-- branch : distribute extra : rebase_source : 3254ab2ca1f771dd24a6d93a28ca87ca375fe65b
* fixed #24: the jython calls now workstarek2009-07-231-1/+1
| | | | | | --HG-- branch : distribute extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909
* fixed the forbidden access problemtarek2009-07-231-2/+6
| | | | | | --HG-- branch : distribute extra : rebase_source : 4638763f686895225618238abb4f55786a205692
* rebuilt the eggstarek2009-07-231-4/+4
| | | | | | --HG-- branch : distribute extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60
* shorcut to avoid unecessary work when located in a non-isolated environmenttarek2009-07-231-4/+5
| | | | | | --HG-- branch : distribute extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6
* fixed a fork bomb when patching non-egg system-wide installationtarek2009-07-231-6/+17
| | | | | | --HG-- branch : distribute extra : rebase_source : 04596d85e574ecdc4eac518efc1743af724ff129
* more cases from the communitytarek2009-07-231-20/+98
| | | | | | --HG-- branch : distribute extra : rebase_source : c22d0ab3bb68209042a1171654c6e6da180a8213
* using boostrap.py name for ez_setup.py because that is what it istarek2009-07-221-0/+286
| | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
* not neededtarek2009-07-221-90/+0
| | | | | | --HG-- branch : distribute extra : rebase_source : 4d3870896bbf98df5ebd20e172ca0a355dad918c
* Added a modified bootstrap.py for zc.buildoutHanno Schlichting2009-07-181-0/+90
--HG-- branch : distribute extra : rebase_source : 3c34b6036cbc46315207096f144e99a5eb677627