Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract common behavior into a functioniterator-unpack | Jason R. Coombs | 2019-01-02 | 1 | -14/+11 |
| | |||||
* | Avoid hanging indent | Jason R. Coombs | 2019-01-02 | 1 | -4/+8 |
| | |||||
* | Rely on iterable unpacking to extract one element from generator expression. | Jason R. Coombs | 2019-01-02 | 1 | -8/+8 |
| | |||||
* | Backend should not say that setuptools is needed to build | Paul Moore | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | build_meta sdist directory delegate to --dist-dir | Bernat Gabor | 2018-09-16 | 1 | -4/+2 |
| | |||||
* | build_meta.get_requires_for_build_sdist does not include wheel | Bernat Gabor | 2018-09-13 | 1 | -6/+5 |
| | | | | | | the wheel package is not required to build a source distribution Resolves #1474. | ||||
* | PEP 517 hook arguments are unicode, not str (and distutils objects to that) | Paul Moore | 2018-08-20 | 1 | -1/+14 |
| | |||||
* | BUG: look for dist-infos in subdirectories | xoviat | 2017-10-19 | 1 | -4/+27 |
| | | | | | | This code is a bit ugly, but it's also been tested with the pip test suite It's not the best solution long term (the best solution is to get the egg_info directory directly from egg_info), but it works for now and avoids technical risk. | ||||
* | FIX: drop the more contraversial changes | xoviat | 2017-10-16 | 1 | -3/+0 |
| | |||||
* | FIX: setup the correct environment before loading setup.py | xoviat | 2017-10-15 | 1 | -1/+2 |
| | |||||
* | FIX: revert changes | xoviat | 2017-10-15 | 1 | -2/+0 |
| | |||||
* | build_meta: print dist_info directories | xoviat | 2017-10-15 | 1 | -0/+2 |
| | |||||
* | BUG: re-initialize the master working set | xoviat | 2017-10-15 | 1 | -0/+3 |
| | | | | | | | In some cases (specifically when pip imports this module in a virtualenv), pkg_resources can already be imported, causing setuptools to load entry_points from an older version. Here, we re-initialize the master working set to fix the case where the entry points from an older setuptools are loaded. | ||||
* | Renamed 'pep517' to 'build_meta' | Jason R. Coombs | 2017-10-12 | 1 | -0/+148 |