distutils-install-layout
authorMatthias Klose <doko@debian.org>
Sun, 16 Jan 2022 17:12:18 +0000 (17:12 +0000)
committerMatthias Klose <doko@debian.org>
Sun, 16 Jan 2022 17:12:18 +0000 (17:12 +0000)
commit098d30ec5b0b25c25f3829bedc2ac76eb65318b4
tree0634b802da42814a8330c413d59eee774cd3a51f
parent6d800f9b79bee8f2b0a8a123170c0d0300ce276f
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