distutils-install-layout
authorMatthias Klose <doko@debian.org>
Wed, 12 Aug 2020 10:42:16 +0000 (11:42 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 12 Aug 2020 10:42:16 +0000 (11:42 +0100)
commitd702aa7a9f9ffce3f69fc50d7b9210405a9851c9
tree3eddbe804521ead2c2fea26b6d8faf1d4c37c546
parentf3efba3a34390cf140564b50e0d193aaaed161af
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