[issue142] easy_install ignores 'headers' passed to setup()

New submission from Tres Seaver tseaver@palladion.com:
A bare distutils install of a package with 'headers' passed to 'setup()' dispatches to 'install_headers', which copies the exported header files into the system include path.
'easy_install' bypasses the distutils 'install()' when doing a normal egg install, and does not re-implement the 'install_headers' dance.
Furthermore, the 'bdist_egg' it creates, even though it contains the header files, has no metadata which would allow the installer to discover that they should be copied.
---------- messages: 669 nosy: tseaver priority: bug status: unread title: easy_install ignores 'headers' passed to setup()
_______________________________________________ Setuptools tracker setuptools@bugs.python.org http://bugs.python.org/setuptools/issue142 _______________________________________________

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 07/09/2012 11:13 AM, Tres Seaver wrote:
New submission from Tres Seaver tseaver@palladion.com:
A bare distutils install of a package with 'headers' passed to 'setup()' dispatches to 'install_headers', which copies the exported header files into the system include path.
'easy_install' bypasses the distutils 'install()' when doing a normal egg install, and does not re-implement the 'install_headers' dance.
Furthermore, the 'bdist_egg' it creates, even though it contains the header files, has no metadata which would allow the installer to discover that they should be copied.
Note that distribute has the same bug, which I reported here:
https://bitbucket.org/tarek/distribute/issue/295
- -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com
participants (2)
-
Tres Seaver
-
Tres Seaver