Package boost-python-devel: Information

    Binary package: boost-python-devel
    Version: 1.46.1-alt1
    Architecture: i586
    Build time:  Mar 13, 2011, 03:48 PM
    Source package: boost
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: The Boost Python Library (Boost.Python) development files
    Description: 
    Use the Boost Python Library to quickly and easily export a C++ library
    to Python such that the Python interface is very similar to the C++
    interface. It is designed to be minimally intrusive on your C++ design.
    In most cases, you should not have to alter your C++ classes in any way
    in order to use them with Boost.Python. The system should simply
    ``reflect'' your C++ classes and functions into Python.
    
    This package contains development files for Boost.Python.

    Maintainer: Ivan A. Melnikov


    Last changed


    March 12, 2011 Ivan A. Melnikov 1:1.46.1-alt1
    - new version;
    - added patch 24 to fix some missed includes (thx to cpp.req for
      revealing this);
    - disabled cpp.req;
    - minor spec improvements.
    March 11, 2011 Ivan A. Melnikov 1:1.46.0-alt2.1
    - fixed build requirements for python:
      + do not pre-require python-devel;
      + pre-require right version of rpm-build-python (thx Myke Lykov
        for reporting a problem with this).
    Feb. 26, 2011 Ivan A. Melnikov 1:1.46.0-alt2
    - fixed documentation and examples installation regressions.