Package rpm-build-python3: Information

    Source package: rpm-build-python3
    Version: 0.1.13.1-alt2
    Build time:  Apr 24, 2019, 01:10 AM
    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.

    List of rpms provided by this srpm:
    rpm-build-python3 (noarch)
    tests-for-installed-python3-pkgs (noarch)

    Maintainer: Alexey Shabalin


      1. python3-dev

    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.)