distutils-install-layout
authorMatthias Klose <doko@debian.org>
Thu, 17 Mar 2022 07:20:01 +0000 (07:20 +0000)
committerMatthias Klose <doko@debian.org>
Thu, 17 Mar 2022 07:20:01 +0000 (07:20 +0000)
commitb4f573bc8df3f26266077744878ee239fdf52904
treed650e1d102e431b775b17372fe0fb6d2c5e8376c
parent5a5280f4f485eefe5d3b4e78603d0761b2f2d964
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