distutils-install-layout
authorMatthias Klose <doko@debian.org>
Tue, 21 Dec 2021 19:12:12 +0000 (19:12 +0000)
committerRaspbian forward porter <root@raspbian.org>
Tue, 21 Dec 2021 19:12:12 +0000 (19:12 +0000)
commite233860ff1249f4de9137d3637f1d52930bf2613
tree473003b3206949e546d09301ccc1ee6e1b4521b0
parent65b78aa75f83c256d9cb31fb907fbca2b948d617
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