distutils-install-layout
authorMatthias Klose <doko@debian.org>
Fri, 27 Nov 2020 19:38:39 +0000 (19:38 +0000)
committerMatthias Klose <doko@debian.org>
Fri, 27 Nov 2020 19:38:39 +0000 (19:38 +0000)
commit6466851b2a82e85cef381226ddfcf2b76f60c992
tree769fd8e5ffaeb8be9a66bff1936c29b0557e2189
parentc13f585b6b46b42e9406e91ebe88ff80d008a7a9
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