Package rpm-build-python3: Information

    Binary package: rpm-build-python3
    Version: 0.1.7-alt1
    Architecture: noarch
    Build time:  Apr 11, 2013, 11:58 PM
    Source package: rpm-build-python3
    Report package bug
    Home page: 

    License: GPL
    Summary: RPM helper macros to rebuild python3 packages
    Description: 
    These helper macros provide possibility to build python3 modules.

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Vitaly Kuznetsov

    Last changed


    April 11, 2013 Dmitry V. Levin 0.1.7-alt1
    - python3.prov.py: added python >= 3.3.1 support.
    April 6, 2013 Dmitry V. Levin 0.1.6-alt1
    - python3.{prov,req}.files:
      + skip files of type "python script text executable";
      + enhanced "python3 script text executable" type check;
      + added is_python3_path check from python3.{prov,req}.py,
        which is now applied only to files of uncertain type.
    - python3.{prov,req}.py: removed is_python3 check (closes: #28762).
    Feb. 22, 2013 Dmitry V. Levin 0.1.5-alt1
    - macros.d/python3: use %__python3 for python3-config location.
    - python3.compileall.py: fixed file executability check (by iv@).