summaryrefslogtreecommitdiff
path: root/setuptools/build_meta.py
Commit message (Collapse)AuthorAgeFilesLines
* Extract common behavior into a functioniterator-unpackJason R. Coombs2019-01-021-14/+11
|
* Avoid hanging indentJason R. Coombs2019-01-021-4/+8
|
* Rely on iterable unpacking to extract one element from generator expression.Jason R. Coombs2019-01-021-8/+8
|
* Backend should not say that setuptools is needed to buildPaul Moore2018-11-141-2/+2
|
* build_meta sdist directory delegate to --dist-dirBernat Gabor2018-09-161-4/+2
|
* build_meta.get_requires_for_build_sdist does not include wheelBernat Gabor2018-09-131-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 Moore2018-08-201-1/+14
|
* BUG: look for dist-infos in subdirectoriesxoviat2017-10-191-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 changesxoviat2017-10-161-3/+0
|
* FIX: setup the correct environment before loading setup.pyxoviat2017-10-151-1/+2
|
* FIX: revert changesxoviat2017-10-151-2/+0
|
* build_meta: print dist_info directoriesxoviat2017-10-151-0/+2
|
* BUG: re-initialize the master working setxoviat2017-10-151-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. Coombs2017-10-121-0/+148