distutils-install-layout
authorMatthias Klose <doko@debian.org>
Fri, 5 Feb 2021 13:46:56 +0000 (13:46 +0000)
committerMatthias Klose <doko@debian.org>
Fri, 5 Feb 2021 13:46:56 +0000 (13:46 +0000)
commit2f3a25114e532126d6377cb9b726c2ae83ee35fd
treeef64981605a1edd2b00a90dc762cd02617f727b9
parent58f44b634e2fd5aedcd77b8a0e159ea4dd9077f0
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