Package rpm-build-python3: Information

    Binary package: rpm-build-python3
    Version: 0.1.13.1-alt2
    Architecture: noarch
    Build time:  Aug 28, 2018, 01:15 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: Alexey Shabalin


    Last changed


    July 27, 2018 Alexey Shabalin 0.1.13.1-alt2
    - define %__python3 as full path /usr/bin/python3
    July 18, 2018 Ivan Zakharyaschev 0.1.13.1-alt1
    - check-python3-provs-importable.sh included
      (to manually check Python3 packages, say, in hasher;
      https://lists.altlinux.org/pipermail/devel/2017-February/202384.html )
    July 2, 2018 Ivan Zakharyaschev 0.1.13-alt1
    - Assume that setuptools are required if the traditional Python3 build/install
      macros are used (overridable through %python3_setup_buildrequires).
    
      The idea is that the Build Root Policy scripts for Python3 are executed
      unconditionally whenever python3 is present in the system, but the
      setuptools requirement is optional. (As a consequence, there may be a
      working system with Python3 without setuptools, because setuptools
      are not used at runtime.)