Bug 12436 - python-1.5.2 port doesn't install h2py.py
Summary: python-1.5.2 port doesn't install h2py.py
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-28 22:00 UTC by Randall Hopper
Modified: 1999-07-06 14:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randall Hopper 1999-06-28 22:00:01 UTC
	The Python 1.5.2 port (lang/python) doesn't install h2py.py.  This
        script compiles C header files into Python scripts so #defines
        such as those in /usr/include can be used.
        
        This would be needed by prospective Python packages that need
        to pull in special numbers in /usr/include headers when compiled.
        
        This file is normally installed as $PREFIX/Tools/scripts/h2py.py

Fix: 

Please add this to the list of files which is packaged up and
	installed by the python port.

        Alternatively, make all of the tools in the Python source dist
        available via a separate python-tools package.

        Thanks.
How-To-Repeat: 
	Install the package.  pkg_info -L python-1.5.2 | grep h2py.py
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1999-07-06 14:28:07 UTC
State Changed
From-To: open->closed

The port now installs the tools into ${PREFIX}/lib/python1.5/Tools.