distutils-install-layout
authorMatthias Klose <doko@debian.org>
Thu, 17 Sep 2020 10:40:00 +0000 (11:40 +0100)
committerMatthias Klose <doko@debian.org>
Thu, 17 Sep 2020 10:40:00 +0000 (11:40 +0100)
commit0187e3448866e4d5d2db431b4e803c06454fd4f0
tree22ca8fb97fdcbb35ac771f38eb0b25248eebba88
parentb0c1981bfdc491d416e4c4ee4304bf5dc25090c6
distutils-install-layout

# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.

# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.

Gbp-Pq: Name distutils-install-layout.diff
Lib/distutils/command/install.py
Lib/distutils/command/install_egg_info.py
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_bdist_dumb.py
Lib/distutils/tests/test_install.py
Lib/pydoc.py
Lib/site.py
Lib/test/test_site.py