distutils-install-layout
authorMatthias Klose <doko@debian.org>
Sun, 28 Feb 2021 17:03:44 +0000 (17:03 +0000)
committerMatthias Klose <doko@debian.org>
Sun, 28 Feb 2021 17:03:44 +0000 (17:03 +0000)
commit34d8880e71d4718f28929aa670af038fd6a55ca4
tree50eb17364b163190c583261f05349de6fabe4f54
parente25193ef95b7b6b06b259b8954a2cecfc27fe1ce
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