Content of the python sitepackage directore after install in DESTDIR
I suppose that header files and greenlet/tests shpuld not be actually installed
Or in case header fierls they should not be installed in that location.
Could you please confirm or make some comment?
I've bolded files which I think that shpuld not be installed.
When troubleshooting and assisting users with bug reports, it's important (for the users) to be able to run the tests in an installed system. This is especially true for less-used platforms or new versions of platforms. Just because 'pip install greenlet' worked doesn't necessarily mean that everything is copacetic.
In certain build environments, it's easier to find the headers as data files beside the installed Python files than it is in the standard include directory. Indeed, some environments don't actually manage a standard include directory so headers can't be found there at all. (I've experienced this with buildout in the past.)
The header and source files can also be useful in troubleshooting for more experienced users, or just to help get an understanding of how things work for the curious.
Content of the python sitepackage directore after install in DESTDIR I suppose that header files and
greenlet/tests
shpuld not be actually installed Or in case header fierls they should not be installed in that location. Could you please confirm or make some comment?I've bolded files which I think that shpuld not be installed.