summaryrefslogtreecommitdiff
path: root/setuptools/build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2876 from gentlegiantJGC/mainJason R. Coombs2022-02-121-2/+19
|\
| * Make _BuildMetaBackend._fix_config static and add tests.Jason R. Coombs2022-02-121-1/+15
| * Use always_iterable to fix --global-option in one expression.Jason R. Coombs2022-02-121-3/+4
| * Merge branch 'main' into gentlegiantJGC/mainJason R. Coombs2022-02-121-3/+2
| |\
| * | Update build_meta.pygentlegiantJGC2021-11-131-0/+2
* | | Remove new style class declaration, now the default.Jason R. Coombs2022-02-121-1/+1
* | | Remove duplicate invocations of _BuildMetaBackend._fix_config.Jason R. Coombs2022-02-121-2/+0
| |/ |/|
* | Move requirements processing to _reqs module. Add parse function.Jason R. Coombs2022-02-051-12/+2
* | In build_meta, remove dependency on pkg_resources.Jason R. Coombs2022-02-051-2/+11
|/
* Suppress 'setup.py install' warning under bdist_wheel. Fixes #2847.Jason R. Coombs2021-11-031-2/+11
* Remove superfluous else.Jason R. Coombs2021-03-221-2/+1
* fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-211-2/+4
* fixup! fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-211-3/+3
* build_meta: produce informative error when a dist is not foundlayday2021-03-161-2/+6
* Remove Python 2 compatibilityJason R. Coombs2020-08-161-17/+4
* get_requires_for_build* hooks rely on 'installing' setup_requiresThomas Kluyver2020-08-061-4/+5
* Don't install setup_requires when run as a PEP-517 backend.Thomas Kluyver2020-08-061-1/+18
* Remove pkg_resources.py31compat.makedirs() in favor of the stdlibJon Dufresne2020-02-161-2/+1
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-8/+16
* Set sys.argv[0] in build scripts run by build_metaEmiel Wiedijk2019-05-151-0/+7
* build_meta: fix 2 issues with `build_wheel` / `build_sdist`Benoit Pierre2019-04-221-22/+25
* Fix error when wheels already exist in dist/Shashank Singh2019-04-221-7/+16
* Use pkg_resources.parse_requirements in build_metaPaul Ganssle2019-03-161-41/+2
* Add requirement parsing in setuptools.build_metaPaul Ganssle2019-03-161-1/+44
* Add support for setup.cfg-only projectsPaul Ganssle2019-02-071-3/+13
* Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-051-2/+2
* Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-031-0/+35
* Add __all__ to setuptools.build_metaPaul Ganssle2019-02-031-0/+6
* Wrap build_meta backend in a classPaul Ganssle2019-02-031-90/+97
* Merge pull request #1625 from pypa/bugfix/1623-always-targzJason R. Coombs2019-01-031-1/+1
|\
| * Always specify formats=gztar, overriding the project's legacy expectation tha...Jason R. Coombs2019-01-021-1/+1
* | 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
* 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
* 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
* Renamed 'pep517' to 'build_meta'Jason R. Coombs2017-10-121-0/+148