index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setuptools
/
build_meta.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
👹 Feed the hobgoblins (delint).
Jason R. Coombs
2020-01-19
1
-8
/
+16
*
Set sys.argv[0] in build scripts run by build_meta
Emiel Wiedijk
2019-05-15
1
-0
/
+7
*
build_meta: fix 2 issues with `build_wheel` / `build_sdist`
Benoit Pierre
2019-04-22
1
-22
/
+25
*
Fix error when wheels already exist in dist/
Shashank Singh
2019-04-22
1
-7
/
+16
*
Use pkg_resources.parse_requirements in build_meta
Paul Ganssle
2019-03-16
1
-41
/
+2
*
Add requirement parsing in setuptools.build_meta
Paul Ganssle
2019-03-16
1
-1
/
+44
*
Add support for setup.cfg-only projects
Paul Ganssle
2019-02-07
1
-3
/
+13
*
Rename build_meta:legacy to build_meta:__legacy__
Paul Ganssle
2019-02-05
1
-2
/
+2
*
Move build_meta_legacy to build_meta:legacy
Paul Ganssle
2019-02-03
1
-0
/
+35
*
Add __all__ to setuptools.build_meta
Paul Ganssle
2019-02-03
1
-0
/
+6
*
Wrap build_meta backend in a class
Paul Ganssle
2019-02-03
1
-90
/
+97
*
Merge pull request #1625 from pypa/bugfix/1623-always-targz
Jason R. Coombs
2019-01-03
1
-1
/
+1
|
\
|
*
Always specify formats=gztar, overriding the project's legacy expectation tha...
Jason R. Coombs
2019-01-02
1
-1
/
+1
*
|
Extract common behavior into a function
iterator-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
*
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
*
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
*
Renamed 'pep517' to 'build_meta'
Jason R. Coombs
2017-10-12
1
-0
/
+148