]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Final bag of small changes coming from distutils2.
authorÉric Araujo <merwok@netwok.org>
Mon, 19 Sep 2011 13:12:23 +0000 (15:12 +0200)
committerÉric Araujo <merwok@netwok.org>
Mon, 19 Sep 2011 13:12:23 +0000 (15:12 +0200)
commit505f0ebf8839cc0a44d06b2cef96a20e5e693e74
tree18108900184fe11ad7b036bf4bd2b06de5302b75
parentc1b7e7f8bbcae936a5e75277e9e86d9ebec5469f
Final bag of small changes coming from distutils2.

- minor cleanup in Metadata
- trigger creation of the sysconfig._CONFIG_VARS dict
- home_page is used over home-page: it’s not a compound word, it’s an
  escaped space

Distutils2 is now synchronized with Packaging.
Lib/packaging/command/bdist_dumb.py
Lib/packaging/compat.py
Lib/packaging/metadata.py
Lib/packaging/pypi/simple.py
Lib/packaging/tests/test_command_bdist_dumb.py
Lib/packaging/tests/test_command_build_ext.py
Lib/packaging/tests/test_command_register.py
Lib/packaging/tests/test_dist.py
Lib/packaging/tests/test_metadata.py