Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/implicit-bootstrapfeature/implicit-bootstrap | Jason R. Coombs | 2020-09-04 | 1 | -2/+0 |
|\ | |||||
| * | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -2/+0 |
| | | |||||
* | | Bootstrap the package unconditionally in setup.py. Fixes #2001. | Jason R. Coombs | 2020-02-16 | 1 | -16/+4 |
|/ | |||||
* | Only run 'egg_info' when bootstrapping was required. | Jason R. Coombs | 2020-01-19 | 1 | -8/+4 |
| | |||||
* | Include PKG-INFO in minimal egg-info so that metadata doesn't need to be ↵ | Jason R. Coombs | 2020-01-19 | 1 | -2/+1 |
| | | | | generated twice during bootstrap. | ||||
* | Use unicode_literals in bootstrap script | Jason R. Coombs | 2017-07-13 | 1 | -0/+2 |
| | |||||
* | Use io.open when saving entry_points. | Jason R. Coombs | 2017-06-04 | 1 | -1/+2 |
| | |||||
* | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -45/+2 |
| | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Always generate the dependencies. | Jason R. Coombs | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | In bootstrap, defer installation of dependencies if unneeded. Ref #958. | Jason R. Coombs | 2017-02-02 | 1 | -9/+4 |
| | |||||
* | Extract main function | Jason R. Coombs | 2017-02-02 | 1 | -1/+4 |
| | |||||
* | Add --skip-dep-install to boostrap.py script | Jonathan Helmus | 2017-02-02 | 1 | -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 literals | Jason R. Coombs | 2017-01-01 | 1 | -1/+4 |
| | |||||
* | In the bootstrap script, generate a requirements.txt file and use it to ↵ | Jason R. Coombs | 2017-01-01 | 1 | -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. Coombs | 2017-01-01 | 1 | -0/+2 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -1/+0 |
| | |||||
* | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 |
| | |||||
* | Try generating egg_info twice. | Jason R. Coombs | 2015-01-02 | 1 | -1/+4 |
| | |||||
* | Also print a message here | Jason R. Coombs | 2015-01-02 | 1 | -0/+1 |
| | |||||
* | Add output to determine if egg-info is being created. | Jason R. Coombs | 2015-01-02 | 1 | -2/+4 |
| | |||||
* | Adding 'bootstrap.py' for bootstrapping a development environment when ↵ | Jason R. Coombs | 2014-10-25 | 1 | -0/+51 |
| | | | | setuptools metadata isn't already present. Fixes #278. | ||||
* | renamed bootstrap.py to bootstraping.py so it differs from zc.buildout filename | tarek | 2009-08-04 | 1 | -431/+0 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : b784247763e9f8814d70ba9ffcf07ceab02a3ba4 | ||||
* | now calling after_install in bootstrap.main too | tarek | 2009-08-04 | 1 | -9/+30 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 5ed71a412016a97c699ebf16d92d3e476cb5c3f0 | ||||
* | typo | tarek | 2009-08-04 | 1 | -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.local | 2009-08-04 | 1 | -2/+32 |
| | | | | | | | | previously present --HG-- branch : distribute extra : rebase_source : 3254ab2ca1f771dd24a6d93a28ca87ca375fe65b | ||||
* | fixed #24: the jython calls now works | tarek | 2009-07-23 | 1 | -1/+1 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 490026cb4cb661428ab2ca71697664e4cba22909 | ||||
* | fixed the forbidden access problem | tarek | 2009-07-23 | 1 | -2/+6 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 4638763f686895225618238abb4f55786a205692 | ||||
* | rebuilt the eggs | tarek | 2009-07-23 | 1 | -4/+4 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : c702a73b8784cde5a997feff3d8544ee0aeb9e60 | ||||
* | shorcut to avoid unecessary work when located in a non-isolated environment | tarek | 2009-07-23 | 1 | -4/+5 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 6b093a48e2647923cf36d1dd7ea74def0a961dc6 | ||||
* | fixed a fork bomb when patching non-egg system-wide installation | tarek | 2009-07-23 | 1 | -6/+17 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 04596d85e574ecdc4eac518efc1743af724ff129 | ||||
* | more cases from the community | tarek | 2009-07-23 | 1 | -20/+98 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : c22d0ab3bb68209042a1171654c6e6da180a8213 | ||||
* | using boostrap.py name for ez_setup.py because that is what it is | tarek | 2009-07-22 | 1 | -0/+286 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd | ||||
* | not needed | tarek | 2009-07-22 | 1 | -90/+0 |
| | | | | | | --HG-- branch : distribute extra : rebase_source : 4d3870896bbf98df5ebd20e172ca0a355dad918c | ||||
* | Added a modified bootstrap.py for zc.buildout | Hanno Schlichting | 2009-07-18 | 1 | -0/+90 |
--HG-- branch : distribute extra : rebase_source : 3c34b6036cbc46315207096f144e99a5eb677627 |