Package rpm-build-python: Information

    Binary package: rpm-build-python
    Version: 0.37.0-alt1
    Architecture: noarch
    Build time:  Aug 16, 2018, 06:41 AM
    Source package: rpm-build-python
    Report package bug
    Home page: 

    License: GPLv2+
    Summary: RPM helper macros to rebuild python packages
    Description: 
    These helper macros provide possibility to rebuild
    python modules by some Alt Linux Team Policy compatible way.



    Last changed


    July 2, 2018 Ivan Zakharyaschev 0.37.0-alt1
    - Assume that setuptools are required if the traditional Python build/install
      macros are used (overridable through %python_setup_buildrequires).
    
      The idea is that the Build Root Policy scripts for Python are executed
      unconditionally whenever python is present in the system, but the
      setuptools requirement is optional. (As a consequence, there may be a
      working system with Python without setuptools, because setuptools
      are not used at runtime.)
    March 27, 2018 Aleksei Nikiforov 0.36.10-alt1
    - Added macro python_version_nodots for retrieving python version
      in format 'MajorMinor' without dot delimiter.
    Aug. 10, 2017 Aleksei Nikiforov 0.36.9-alt1
    - Fix bug when file may be skipped during 'provides' and 'requires' calculations
      if file is located in %python_sitelibdir and file name starts with 'python3'.