pyDevSup does not install its RULES_PY and CONFIG_PY, which modern modules do.
Documentation has
BUT. In TOP/configure they don't get packaged by default, downstream modules need to have the sources of pyDevSup installed, PYDEVSUP needs to point to the existing source location (doesn't work well with package-installed systems, where all modules are in the same place) etc.
Any objections against installing these two in TOP/cfg for automatic inclusion?
I would leave their sources in TOP/configure to stay compatible and guard against multiple inclusion.
pyDevSup does not install its
RULES_PYandCONFIG_PY, which modern modules do.Documentation has
BUT. In
TOP/configurethey don't get packaged by default, downstream modules need to have the sources of pyDevSup installed,PYDEVSUPneeds to point to the existing source location (doesn't work well with package-installed systems, where all modules are in the same place) etc.Any objections against installing these two in
TOP/cfgfor automatic inclusion?I would leave their sources in
TOP/configureto stay compatible and guard against multiple inclusion.